HAL
OB_IWDG_SW is only used within HAL.
 
Symbols
loading...
Files
loading...

OB_IWDG_SW macro

Software IWDG selected

Syntax

#define OB_IWDG_SW ((uint8_t)0x20)

References

LocationText
stm32f4xx_hal_flash_ex.h:195
#define OB_IWDG_SW ((uint8_t)0x20) /*!< Software IWDG selected */
stm32f4xx_hal_flash_ex.c:319
status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW,
stm32f4xx_hal_flash_ex.h:828
#define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))