宏定义 | |
#define | PER_LIB_MCU_MUODEL STC8Ax |
如果没有定义这个宏,默认为STC8Ax。 If the mirco is undefined,select to STC8Ax 更多... | |
#define | PER_LIB_RST_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1" 更多... | |
#define | PER_LIB_RST_INIT_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1" 更多... | |
#define | PER_LIB_RST_WORK_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1" 更多... | |
#define | WDTCLK_DIV2 0x00 |
#define | WDTCLK_DIV4 0x01 |
#define | WDTCLK_DIV8 0x02 |
#define | WDTCLK_DIV16 0x03 |
#define | WDTCLK_DIV32 0x04 |
#define | WDTCLK_DIV64 0x05 |
#define | WDTCLK_DIV128 0x06 |
#define | WDTCLK_DIV256 0x07 |
#define | WDT_FEED() do{WDT_CONTR |= 0x10;}while(0) |
喂狗宏函数,如果不定时喂狗,系统将会复位。 更多... | |
函数 | |
FSCSTATE | WDT_Init (uint8_t clKDiv, BOOL run) |
看门狗初始函数。 更多... | |
uint32_t | Get_WDT_Time (void) |
获取喂狗时间函数,以便定时喂狗。 更多... | |
#define PER_LIB_MCU_MUODEL STC8Ax |
如果没有定义这个宏,默认为STC8Ax。 If the mirco is undefined,select to STC8Ax
#define PER_LIB_RST_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1"
#define PER_LIB_RST_INIT_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1"
#define PER_LIB_RST_WORK_CTRL 1 |
如果没有定义这个宏,默认为1。 If the mirco is undefined,select to "1"
#define WDT_FEED | ( | ) | do{WDT_CONTR |= 0x10;}while(0) |
喂狗宏函数,如果不定时喂狗,系统将会复位。
Feeding the dog macro function, if the dog is not fed regularly, the system will reset.
#define WDTCLK_DIV128 0x06 |
#define WDTCLK_DIV16 0x03 |
#define WDTCLK_DIV2 0x00 |
#define WDTCLK_DIV256 0x07 |
#define WDTCLK_DIV32 0x04 |
#define WDTCLK_DIV4 0x01 |
#define WDTCLK_DIV64 0x05 |
#define WDTCLK_DIV8 0x02 |
uint32_t Get_WDT_Time | ( | void | ) |
获取喂狗时间函数,以便定时喂狗。
Get WDT feeding time function.
None. |