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

Macros

#define OB_STOP_NO_RST   ((uint8_t)0x40)
#define OB_STOP_RST   ((uint8_t)0x00)

Detailed Description

Macro Definition Documentation

◆ OB_STOP_NO_RST

#define OB_STOP_NO_RST   ((uint8_t)0x40)

No reset generated when entering in STOP

Definition at line 204 of file stm32f4xx_hal_flash_ex.h.

◆ OB_STOP_RST

#define OB_STOP_RST   ((uint8_t)0x00)

Reset generated when entering in STOP

Definition at line 205 of file stm32f4xx_hal_flash_ex.h.