Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c285 static HAL_StatusTypeDef OSPIM_GetConfig(uint8_t instance_nb, OSPIM_CfgTypeDef *cfg);
2639 if (OSPIM_GetConfig(index + 1U, &(IOM_cfg[index])) != HAL_OK) in HAL_OSPIM_Config()
3215 static HAL_StatusTypeDef OSPIM_GetConfig(uint8_t instance_nb, OSPIM_CfgTypeDef *cfg) in OSPIM_GetConfig() function