STM32F439xx HAL User Manual
Defines
FLASH Option Bytes IWatchdog
FLASH Exported Constants

Defines

#define OB_IWDG_SW   ((uint8_t)0x20)
#define OB_IWDG_HW   ((uint8_t)0x00)

Define Documentation

#define OB_IWDG_HW   ((uint8_t)0x00)

Hardware IWDG selected

Definition at line 214 of file stm32f4xx_hal_flash_ex.h.

#define OB_IWDG_SW   ((uint8_t)0x20)

Software IWDG selected

Definition at line 213 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().