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

Defines

#define OB_STANDBY_RST   ((uint32_t)0x0000)
#define OB_STANDBY_NORST   ((uint32_t)FLASH_OPTR_nRST_STDBY)

Define Documentation

#define OB_STANDBY_NORST   ((uint32_t)FLASH_OPTR_nRST_STDBY)

No reset generated when entering the standby mode

Definition at line 323 of file stm32l4xx_hal_flash.h.

#define OB_STANDBY_RST   ((uint32_t)0x0000)

Reset generated when entering the standby mode

Definition at line 322 of file stm32l4xx_hal_flash.h.