LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
Loading...
Searching...
No Matches
main.c File Reference
#include "debug.h"
#include "user_data.h"
#include "lcm_module.h"
#include "event_log.h"

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)
 

Macro Definition Documentation

◆ LCM_IWDG_PRESCALER

#define LCM_IWDG_PRESCALER   IWDG_Prescaler_256

Definition at line 26 of file main.c.

Referenced by LCM_IwdgInit().

◆ LCM_IWDG_RELOAD

#define LCM_IWDG_RELOAD   999U

Definition at line 27 of file main.c.

Referenced by LCM_IwdgInit().

Function Documentation

◆ LCM_IwdgInit()

static void LCM_IwdgInit ( void )
static

Definition at line 46 of file main.c.

References LCM_IWDG_PRESCALER, and LCM_IWDG_RELOAD.

Referenced by main().

◆ main()