STM32F103xB HAL User Manual
Defines
Option Byte IWatchdog
Option Byte Constants

Defines

#define OB_IWDG_SW   ((uint16_t)0x0001)
#define OB_IWDG_HW   ((uint16_t)0x0000)

Define Documentation

#define OB_IWDG_HW   ((uint16_t)0x0000)

Hardware IWDG selected

Definition at line 457 of file stm32f1xx_hal_flash_ex.h.

#define OB_IWDG_SW   ((uint16_t)0x0001)

Software IWDG selected

Definition at line 456 of file stm32f1xx_hal_flash_ex.h.

Referenced by FLASH_OB_UserConfig().