Home
last modified time | relevance | path

Searched refs:FLASH_OB_GetUser (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c128 static uint32_t FLASH_OB_GetUser(void);
406 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
1364 static uint32_t FLASH_OB_GetUser(void) in FLASH_OB_GetUser() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c139 static uint32_t FLASH_OB_GetUser(void);
428 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
1564 static uint32_t FLASH_OB_GetUser(void) in FLASH_OB_GetUser() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c118 static void FLASH_OB_GetUser(uint32_t *UserConfig1, uint32_t *UserConfig2);
457 FLASH_OB_GetUser(&(pOBInit->USERConfig), &(pOBInit->USERConfig2)); in HAL_FLASHEx_OBGetConfig()
1464 static void FLASH_OB_GetUser(uint32_t *UserConfig1, uint32_t *UserConfig2) in FLASH_OB_GetUser() function