CARME-M4 BSP
V1.5
|
Macros | |
#define | OB_IWDG_SW ((uint8_t)0x20) |
#define | OB_IWDG_HW ((uint8_t)0x00) |
#define | IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW)) |
#define OB_IWDG_HW ((uint8_t)0x00) |
Hardware IWDG selected
Definition at line 283 of file stm32f4xx_flash.h.
#define OB_IWDG_SW ((uint8_t)0x20) |
Software IWDG selected
Definition at line 282 of file stm32f4xx_flash.h.