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

IS_OB_STOP_SOURCE macro

Syntax

#define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))

Arguments

SOURCE

References

LocationText
stm32f4xx_hal_flash_ex.h:830
#define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
stm32f4xx_hal_flash_ex.c:1201
assert_param(IS_OB_STOP_SOURCE(Stop));