STM32F10x Standard Peripherals Library  3.5.0
Option_Bytes_IWatchdog

Defines

#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))

Define Documentation

#define IS_OB_IWDG_SOURCE (   SOURCE)    (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))

Definition at line 230 of file stm32f10x_flash.h.

#define OB_IWDG_HW   ((uint16_t)0x0000)

Hardware IWDG selected

Definition at line 229 of file stm32f10x_flash.h.

#define OB_IWDG_SW   ((uint16_t)0x0001)

Software IWDG selected

Definition at line 228 of file stm32f10x_flash.h.