STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
FLASH Option Bytes nRST_STDBY
Collaboration diagram for FLASH Option Bytes nRST_STDBY:

Macros

#define OB_STDBY_NO_RST   ((uint8_t)0x80)
#define OB_STDBY_RST   ((uint8_t)0x00)

Detailed Description

Macro Definition Documentation

◆ OB_STDBY_NO_RST

#define OB_STDBY_NO_RST   ((uint8_t)0x80)

No reset generated when entering in STANDBY

Definition at line 214 of file stm32f4xx_hal_flash_ex.h.

◆ OB_STDBY_RST

#define OB_STDBY_RST   ((uint8_t)0x00)

Reset generated when entering in STANDBY

Definition at line 215 of file stm32f4xx_hal_flash_ex.h.