STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User Reset On Stop
FLASH Exported Constants

Defines

#define OB_STOP_RST   ((uint32_t)0x0000)
#define OB_STOP_NORST   ((uint32_t)FLASH_OPTR_nRST_STOP)

Define Documentation

#define OB_STOP_NORST   ((uint32_t)FLASH_OPTR_nRST_STOP)

No reset generated when entering the stop mode

Definition at line 314 of file stm32l4xx_hal_flash.h.

#define OB_STOP_RST   ((uint32_t)0x0000)

Reset generated when entering the stop mode

Definition at line 313 of file stm32l4xx_hal_flash.h.