STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
FLASH Option Bytes IWatchdog
Collaboration diagram for FLASH Option Bytes IWatchdog:

Macros

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

Detailed Description

Macro Definition Documentation

◆ OB_IWDG_HW

#define OB_IWDG_HW   ((uint8_t)0x00)

Hardware IWDG selected

Definition at line 196 of file stm32f4xx_hal_flash_ex.h.

◆ OB_IWDG_SW

#define OB_IWDG_SW   ((uint8_t)0x20)

Software IWDG selected

Definition at line 195 of file stm32f4xx_hal_flash_ex.h.