STM32L443xx 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 165 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_RELOAD   0x0000AAAAu

IWDG Key Register BitMask.

IWDG Reload Counter Enable

Definition at line 164 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_DISABLE   0x00000000u

IWDG KR Write Access Disable

Definition at line 167 of file stm32l4xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_ENABLE   0x00005555u

IWDG KR Write Access Enable

Definition at line 166 of file stm32l4xx_hal_iwdg.h.