STM32F439xx HAL User Manual
Defines
FLASH Option Bytes nRST_STOP
FLASH Exported Constants

Defines

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

Define Documentation

#define OB_STOP_NO_RST   ((uint8_t)0x40)

No reset generated when entering in STOP

Definition at line 222 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().

#define OB_STOP_RST   ((uint8_t)0x00)

Reset generated when entering in STOP

Definition at line 223 of file stm32f4xx_hal_flash_ex.h.