|
CARME-M4 BSP
V1.5
|
Collaboration diagram for FLASH_Option_Bytes_nRST_STDBY:Macros | |
| #define | OB_STDBY_NoRST ((uint8_t)0x80) |
| #define | OB_STDBY_RST ((uint8_t)0x00) |
| #define | IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NoRST) || ((SOURCE) == OB_STDBY_RST)) |
| #define OB_STDBY_NoRST ((uint8_t)0x80) |
No reset generated when entering in STANDBY
Definition at line 303 of file stm32f4xx_flash.h.
| #define OB_STDBY_RST ((uint8_t)0x00) |
Reset generated when entering in STANDBY
Definition at line 304 of file stm32f4xx_flash.h.