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

IS_OB_STDBY_SOURCE macro

Syntax

#define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))

Arguments

SOURCE

References

LocationText
stm32f4xx_hal_flash_ex.h:832
#define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
stm32f4xx_hal_flash_ex.c:1202
assert_param(IS_OB_STDBY_SOURCE(Stdby));