MG32F157 Standard Peripherals Firmware Library
Macros

Macros

#define OB_IWDG_SW   ((uint16_t)0x0001)
 
#define OB_IWDG_HW   ((uint16_t)0x0000)
 
#define IS_OB_IWDG_SOURCE(SOURCE)   (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
 

Detailed Description

Macro Definition Documentation

◆ OB_IWDG_HW

#define OB_IWDG_HW   ((uint16_t)0x0000)

Hardware IWDG selected

◆ OB_IWDG_SW

#define OB_IWDG_SW   ((uint16_t)0x0001)

Software IWDG selected