Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c297 #define OSPI_NB_INSTANCE 2U macro
2491 OSPIM_CfgTypeDef IOM_cfg[OSPI_NB_INSTANCE]; in HAL_OSPIM_Config()
2516 for (index = 0U; index < OSPI_NB_INSTANCE; index++) in HAL_OSPIM_Config()
3102 if ((instance_nb == 0U) || (instance_nb > OSPI_NB_INSTANCE) || (cfg == NULL)) in OSPIM_GetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c266 #define OSPI_NB_INSTANCE 2U macro
2500 OSPIM_CfgTypeDef IOM_cfg[OSPI_NB_INSTANCE]; in HAL_OSPIM_Config()
2527 for (index = 0U; index < OSPI_NB_INSTANCE; index++) in HAL_OSPIM_Config()
3107 if ((instance_nb == 0U) || (instance_nb > OSPI_NB_INSTANCE) || (cfg == NULL)) in OSPIM_GetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c266 #define OSPI_NB_INSTANCE 2U macro
2619 OSPIM_CfgTypeDef IOM_cfg[OSPI_NB_INSTANCE]; in HAL_OSPIM_Config()
2643 for (index = 0U; index < OSPI_NB_INSTANCE; index++) in HAL_OSPIM_Config()
3231 if ((instance_nb == 0U) || (instance_nb > OSPI_NB_INSTANCE) || (cfg == NULL)) in OSPIM_GetConfig()
Dstm32u5xx_hal_xspi.c297 #define OSPI_NB_INSTANCE 2U macro
2912 XSPIM_CfgTypeDef IOM_cfg[OSPI_NB_INSTANCE]; in HAL_XSPIM_Config()
2942 for (index = 0U; index < OSPI_NB_INSTANCE; index++) in HAL_XSPIM_Config()