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

FLASH_OB_GetUser() function

Return the FLASH User Option Byte value.

Syntax

static uint8_t FLASH_OB_GetUser(void);
Implemented in stm32f4xx_hal_flash_ex.c:1247

Return value

uint8_t FLASH User Option Bytes values: IWDG_SW(Bit0), RST_STOP(Bit1) and RST_STDBY(Bit2).

References

LocationReferrerText
stm32f4xx_hal_flash_ex.c:1247
static uint8_t FLASH_OB_GetUser(void)
stm32f4xx_hal_flash_ex.c:106
static uint8_t FLASH_OB_GetUser(void);
stm32f4xx_hal_flash_ex.c:354HAL_FLASHEx_OBGetConfig()
pOBInit->USERConfig = (uint8_t)FLASH_OB_GetUser();

Call Tree

Functions calling FLASH_OB_GetUser()
all items filtered out
FLASH_OB_GetUser()
Data read by FLASH_OB_GetUser()
all items filtered out
FLASH_OB_GetUser()
Type of FLASH_OB_GetUser()
FLASH_OB_GetUser()
uint8_t
all items filtered out