STM32H735xx HAL User Manual
Defines
FLASH BOR Reset Level
FLASH Exported Constants

Defines

#define OB_BOR_LEVEL0   0x00000000U
#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0
#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1
#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)

Define Documentation

#define OB_BOR_LEVEL0   0x00000000U

Reset level threshold is set to 1.6V

Definition at line 325 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0

Reset level threshold is set to 2.1V

Definition at line 326 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1

Reset level threshold is set to 2.4V

Definition at line 327 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)

Reset level threshold is set to 2.7V

Definition at line 328 of file stm32h7xx_hal_flash_ex.h.