HAL
FLASH_OB_BOR_LevelConfig() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFLASH_OB_BOR_LevelConfig()

FLASH_OB_BOR_LevelConfig() function

Set the BOR Level.

Syntax

static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level);
Implemented in stm32f4xx_hal_flash_ex.c:1229

Arguments

Level

specifies the Option Bytes BOR Reset Level. This parameter can be one of the following values: @arg OB_BOR_LEVEL3: Supply voltage ranges from 2.7 to 3.6 V @arg OB_BOR_LEVEL2: Supply voltage ranges from 2.4 to 2.7 V @arg OB_BOR_LEVEL1: Supply voltage ranges from 2.1 to 2.4 V @arg OB_BOR_OFF: Supply voltage ranges from 1.62 to 2.1 V

Return value

HAL Status

References

LocationReferrerText
stm32f4xx_hal_flash_ex.c:1229
static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level)
stm32f4xx_hal_flash_ex.c:105
static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level);
stm32f4xx_hal_flash_ex.c:327HAL_FLASHEx_OBProgram()
status = FLASH_OB_BOR_LevelConfig(pOBInit->BORLevel);

Call Tree

Functions calling FLASH_OB_BOR_LevelConfig()
Functions called by FLASH_OB_BOR_LevelConfig()
all items filtered out
FLASH_OB_BOR_LevelConfig()
assert_failed()
all items filtered out
Data read by FLASH_OB_BOR_LevelConfig()
FLASH_OB_BOR_LevelConfig()
Type of FLASH_OB_BOR_LevelConfig()
FLASH_OB_BOR_LevelConfig()
all items filtered out