STM8S/A Standard Peripherals Drivers
|
Enumerations | |
enum | IWDG_Prescaler_TypeDef { IWDG_Prescaler_4 = (uint8_t)0x00, IWDG_Prescaler_8 = (uint8_t)0x01, IWDG_Prescaler_16 = (uint8_t)0x02, IWDG_Prescaler_32 = (uint8_t)0x03, IWDG_Prescaler_64 = (uint8_t)0x04, IWDG_Prescaler_128 = (uint8_t)0x05, IWDG_Prescaler_256 = (uint8_t)0x06 } |
IWDG prescaler enumaration. More... | |
enum | IWDG_WriteAccess_TypeDef { IWDG_WriteAccess_Enable = (uint8_t)0x55, IWDG_WriteAccess_Disable = (uint8_t)0x00 } |
IWDG write access enumeration. More... |
Enumeration Type Documentation
IWDG prescaler enumaration.
Definition at line 95 of file stm8s_iwdg.h.
IWDG write access enumeration.
Definition at line 88 of file stm8s_iwdg.h.