STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User BOR Level
FLASH Exported Constants

Defines

#define OB_BOR_LEVEL_0   ((uint32_t)FLASH_OPTR_BOR_LEV_0)
#define OB_BOR_LEVEL_1   ((uint32_t)FLASH_OPTR_BOR_LEV_1)
#define OB_BOR_LEVEL_2   ((uint32_t)FLASH_OPTR_BOR_LEV_2)
#define OB_BOR_LEVEL_3   ((uint32_t)FLASH_OPTR_BOR_LEV_3)
#define OB_BOR_LEVEL_4   ((uint32_t)FLASH_OPTR_BOR_LEV_4)

Define Documentation

#define OB_BOR_LEVEL_0   ((uint32_t)FLASH_OPTR_BOR_LEV_0)

Reset level threshold is around 1.7V

Definition at line 301 of file stm32l4xx_hal_flash.h.

#define OB_BOR_LEVEL_1   ((uint32_t)FLASH_OPTR_BOR_LEV_1)

Reset level threshold is around 2.0V

Definition at line 302 of file stm32l4xx_hal_flash.h.

#define OB_BOR_LEVEL_2   ((uint32_t)FLASH_OPTR_BOR_LEV_2)

Reset level threshold is around 2.2V

Definition at line 303 of file stm32l4xx_hal_flash.h.

#define OB_BOR_LEVEL_3   ((uint32_t)FLASH_OPTR_BOR_LEV_3)

Reset level threshold is around 2.5V

Definition at line 304 of file stm32l4xx_hal_flash.h.

#define OB_BOR_LEVEL_4   ((uint32_t)FLASH_OPTR_BOR_LEV_4)

Reset level threshold is around 2.8V

Definition at line 305 of file stm32l4xx_hal_flash.h.