STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
IWDG Private Constants

Macros

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

Detailed Description

Macro Definition Documentation

#define IWDG_KEY_ENABLE   0x0000CCCCu

IWDG Peripheral Enable

Definition at line 184 of file stm32f7xx_hal_iwdg.h.

#define IWDG_KEY_RELOAD   0x0000AAAAu

IWDG Key Register BitMask.

IWDG Reload Counter Enable

Definition at line 183 of file stm32f7xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_DISABLE   0x00000000u

IWDG KR Write Access Disable

Definition at line 186 of file stm32f7xx_hal_iwdg.h.

#define IWDG_KEY_WRITE_ACCESS_ENABLE   0x00005555u

IWDG KR Write Access Enable

Definition at line 185 of file stm32f7xx_hal_iwdg.h.