STM32F479xx HAL User Manual
|
Defines | |
#define | LL_IWDG_KEY_RELOAD 0x0000AAAAU |
#define | LL_IWDG_KEY_ENABLE 0x0000CCCCU |
#define | LL_IWDG_KEY_WR_ACCESS_ENABLE 0x00005555U |
#define | LL_IWDG_KEY_WR_ACCESS_DISABLE 0x00000000U |
#define LL_IWDG_KEY_ENABLE 0x0000CCCCU |
IWDG Peripheral Enable
Definition at line 49 of file stm32f4xx_ll_iwdg.h.
Referenced by LL_IWDG_Enable().
#define LL_IWDG_KEY_RELOAD 0x0000AAAAU |
IWDG Reload Counter Enable
Definition at line 48 of file stm32f4xx_ll_iwdg.h.
Referenced by LL_IWDG_ReloadCounter().
#define LL_IWDG_KEY_WR_ACCESS_DISABLE 0x00000000U |
IWDG KR Write Access Disable
Definition at line 51 of file stm32f4xx_ll_iwdg.h.
Referenced by LL_IWDG_DisableWriteAccess().
#define LL_IWDG_KEY_WR_ACCESS_ENABLE 0x00005555U |
IWDG KR Write Access Enable
Definition at line 50 of file stm32f4xx_ll_iwdg.h.
Referenced by LL_IWDG_EnableWriteAccess().