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

IS_OB_IWDG_SOURCE macro

Syntax

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

Arguments

SOURCE

References

LocationText
stm32f4xx_hal_flash_ex.h:828
#define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
stm32f4xx_hal_flash_ex.c:1200
assert_param(IS_OB_IWDG_SOURCE(Iwdg));