HAL
FLASH_OB_GetBOR() is only used within HAL.
 
Symbols
loading...
Files
loading...

FLASH_OB_GetBOR() function

Returns the FLASH BOR level.

Syntax

static uint8_t FLASH_OB_GetBOR(void);
Implemented in stm32f4xx_hal_flash_ex.c:1299

Return value

uint8_t The FLASH BOR level: - OB_BOR_LEVEL3: Supply voltage ranges from 2.7 to 3.6 V - OB_BOR_LEVEL2: Supply voltage ranges from 2.4 to 2.7 V - OB_BOR_LEVEL1: Supply voltage ranges from 2.1 to 2.4 V - OB_BOR_OFF : Supply voltage ranges from 1.62 to 2.1 V

References

LocationReferrerText
stm32f4xx_hal_flash_ex.c:1299
static uint8_t FLASH_OB_GetBOR(void)
stm32f4xx_hal_flash_ex.c:109
static uint8_t FLASH_OB_GetBOR(void);
stm32f4xx_hal_flash_ex.c:357HAL_FLASHEx_OBGetConfig()
pOBInit->BORLevel = (uint32_t)FLASH_OB_GetBOR();

Call Tree

Functions calling FLASH_OB_GetBOR()
all items filtered out
FLASH_OB_GetBOR()
Type of FLASH_OB_GetBOR()
FLASH_OB_GetBOR()
uint8_t
all items filtered out