Go to the source code of this file.
Data Structures | |
| struct | LED_CONTROL |
Functions | |
| void | F_LedPowerOnInit (void) LargeReentrant |
| void | F_LedSvc (void) LargeReentrant |
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().
| struct LED_CONTROL LedCtrl |
1.5.6