STM8S/A Standard Peripherals Drivers
|
Defines | |
#define | IWDG_KEY_ENABLE ((uint8_t)0xCC) |
Define used to start the watchdog counter down. | |
#define | IWDG_KEY_REFRESH ((uint8_t)0xAA) |
Define used to prevent watchdog reset. |
Define Documentation
#define IWDG_KEY_ENABLE ((uint8_t)0xCC) |
Define used to start the watchdog counter down.
This value written in the Key register start the watchdog counting down
Definition at line 51 of file stm8s_iwdg.h.
Referenced by IWDG_Enable().
#define IWDG_KEY_REFRESH ((uint8_t)0xAA) |
Define used to prevent watchdog reset.
This value written in the Key register prevent the watchdog reset
Definition at line 46 of file stm8s_iwdg.h.
Referenced by IWDG_ReloadCounter().