STM32L486xx HAL User Manual
Defines
IWDG Private Constants
IWDG

Defines

#define IWDG_KEY_RELOAD   0x0000AAAAu
 IWDG Key Register BitMask.
#define IWDG_KEY_ENABLE   0x0000CCCCu
#define IWDG_KEY_WRITE_ACCESS_ENABLE   0x00005555u
#define IWDG_KEY_WRITE_ACCESS_DISABLE   0x00000000u

Define Documentation

#define IWDG_KEY_ENABLE   0x0000CCCCu

IWDG Peripheral Enable

Definition at line 182 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_RELOAD   0x0000AAAAu

IWDG Key Register BitMask.

IWDG Reload Counter Enable

Definition at line 181 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_DISABLE   0x00000000u

IWDG KR Write Access Disable

Definition at line 184 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_ENABLE   0x00005555u

IWDG KR Write Access Enable

Definition at line 183 of file stm32l4xx_hal_iwdg.h.