Go to the source code of this file.
Data Structures | |
struct | LCM_CONTROL |
Functions | |
void | F_LcmPowerOnInit (void) LargeReentrant |
void | F_LcmSvc (void) LargeReentrant |
void | F_PutLcmChar (INT8U, INT8U, INT8U) LargeReentrant |
Variables | |
struct LCM_CONTROL | LcmCtrl |
INT8U | LcmChar [80] |
void F_LcmPowerOnInit | ( | void | ) |
Definition at line 24 of file lcm.c.
References LcmCtrl, LcmEnableSignal, LcmRegSelect, LcmRw, LCM_CONTROL::Position, LCM_CONTROL::State, LCM_CONTROL::Status, and LCM_CONTROL::Timer.
Referenced by F_SysPowerOnInit().
void F_LcmSvc | ( | void | ) |
Definition at line 39 of file lcm.c.
References F_LcmCommandWrite(), F_LcmDataWrite(), LcmChar, LcmCtrl, LCM_CONTROL::Position, LCM_CONTROL::State, and LCM_CONTROL::Timer.
Referenced by F_SysPowerOnInit().
Definition at line 11 of file lcm.c.
Referenced by F_IrdaSvc(), F_LcmSvc(), F_MotorDirectionSet(), F_RtcCurrentTimeShow(), and F_RtcSvc().
struct LCM_CONTROL LcmCtrl |