Go to the source code of this file.
Functions | |
void | F_LedPowerOnInit (void) |
void | F_LedSvc (void) |
Variables | |
sbit | Led0 = P1^4 |
sbit | Led1 = P1^5 |
sbit | Led2 = P1^6 |
sbit | Led3 = P1^7 |
struct LED_CONTROL | LedCtrl |
void F_LedPowerOnInit | ( | void | ) |
Definition at line 25 of file led.c.
References LedCtrl, LED_CONTROL::State, and LED_CONTROL::Timer.
Referenced by F_SysPowerOnInit().
void F_LedSvc | ( | void | ) |
Definition at line 32 of file led.c.
References Led0, Led1, Led2, Led3, LedCtrl, LED_CONTROL::State, and LED_CONTROL::Timer.
Referenced by F_SysPowerOnInit().
sbit Led0 = P1^4 |
sbit Led1 = P1^5 |
sbit Led2 = P1^6 |
sbit Led3 = P1^7 |
struct LED_CONTROL LedCtrl |