Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h853 HAL_StatusTypeDef HAL_FLASHEx_ConfigHDPExtension(FLASH_HDPExtensionTypeDef *pHDPExtension);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dlow_level_security.c1174 if (HAL_OK == HAL_FLASHEx_ConfigHDPExtension(&hdp_extension)) in hdpext_loader_cfg()
1186 if (HAL_OK == HAL_FLASHEx_ConfigHDPExtension(&hdp_extension)) in hdpext_loader_cfg()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c900 HAL_StatusTypeDef HAL_FLASHEx_ConfigHDPExtension(FLASH_HDPExtensionTypeDef *pHDPExtension) in HAL_FLASHEx_ConfigHDPExtension() function