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

Defines

#define OB_SHUTDOWN_RST   ((uint32_t)0x0000)
#define OB_SHUTDOWN_NORST   ((uint32_t)FLASH_OPTR_nRST_SHDW)

Define Documentation

#define OB_SHUTDOWN_NORST   ((uint32_t)FLASH_OPTR_nRST_SHDW)

No reset generated when entering the shutdown mode

Definition at line 332 of file stm32l4xx_hal_flash.h.

#define OB_SHUTDOWN_RST   ((uint32_t)0x0000)

Reset generated when entering the shutdown mode

Definition at line 331 of file stm32l4xx_hal_flash.h.