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

OB_STOP_NO_RST macro

No reset generated when entering in STOP

Syntax

#define OB_STOP_NO_RST ((uint8_t)0x40)

References

LocationText
stm32f4xx_hal_flash_ex.h:204
#define OB_STOP_NO_RST ((uint8_t)0x40) /*!< No reset generated when entering in STOP */
stm32f4xx_hal_flash_ex.c:320
pOBInit->USERConfig & OB_STOP_NO_RST,
stm32f4xx_hal_flash_ex.h:830
#define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))