|
LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
|
Go to the source code of this file.
Macros | |
| #define | LCM_IWDG_PRESCALER IWDG_Prescaler_256 |
| #define | LCM_IWDG_RELOAD 999U |
Functions | |
| static void | LCM_IwdgInit (void) |
| int | main (void) |
| #define LCM_IWDG_PRESCALER IWDG_Prescaler_256 |
Definition at line 26 of file main.c.
Referenced by LCM_IwdgInit().
| #define LCM_IWDG_RELOAD 999U |
Definition at line 27 of file main.c.
Referenced by LCM_IwdgInit().
|
static |
Definition at line 46 of file main.c.
References LCM_IWDG_PRESCALER, and LCM_IWDG_RELOAD.
Referenced by main().
| int main | ( | void | ) |
Definition at line 90 of file main.c.
References EventLog_BootBanner(), EventLog_Init(), EventLog_LcmConfig(), EventLog_Process(), EventLog_PushSystem(), EventLog_UserDataInit(), LCM_IwdgInit(), LCM_Module_GetGroupMasks(), LCM_Module_GetI2cAddr(), LCM_Module_GetRelayState(), LCM_Module_Init(), LCM_Module_Poll(), LCM_Module_ReportUserDataStatus(), SystemCoreClockUpdate(), and UserData_Init().