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

OB_IWDG_HW macro

Hardware IWDG selected

Syntax

#define OB_IWDG_HW ((uint8_t)0x00)

References

LocationText
stm32f4xx_hal_flash_ex.h:196
#define OB_IWDG_HW ((uint8_t)0x00) /*!< Hardware IWDG selected */
stm32f4xx_hal_flash_ex.h:828
#define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))