Asus AAEON FWS-2253 User Manual page 70

Table of Contents

Advertisement

TEMP16 = IoIn16(LED_BASE_ADDR) & 0xF7ED;
TEMP16 |= 0x0012;
IoOut16(LED_BASE_ADDR, TEMP16);
}
// Green LED Fast Blink
VOID GREEN_LED_FBLINK()
{
UINT16
TEMP16;
TEMP16 = IoIn16(LED_BASE_ADDR) & 0xF7ED;
TEMP16 |= 0x0810;
IoOut16(LED_BASE_ADDR, TEMP16);
}
Appendix C – Standard Firewall Platform Setting
58

Advertisement

Table of Contents
loading

Table of Contents