Macros

#define WDT_RESET_DISABLE   (0x00000000U)
 
#define WDT_RESET_ENABLE   (0x00000001U)
 

Detailed Description

Macro Definition Documentation

◆ WDT_RESET_DISABLE

#define WDT_RESET_DISABLE   (0x00000000U)

Reset ouput disable

Definition at line 148 of file gr55xx_hal_wdt.h.

◆ WDT_RESET_ENABLE

#define WDT_RESET_ENABLE   (0x00000001U)

Reset output enable

Definition at line 149 of file gr55xx_hal_wdt.h.