Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h1036 #define IS_OSPIM_IO_PORT(PORT) (((PORT) == HAL_OSPIM_IOPORT_NONE) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h1057 #define IS_OSPIM_IO_PORT(PORT) (((PORT) == HAL_OSPIM_IOPORT_NONE) || \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h1019 #define IS_OSPIM_IO_PORT(PORT) (((PORT) == HAL_OSPIM_IOPORT_NONE) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2500 assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort)); in HAL_OSPIM_Config()
2501 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2509 assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort)); in HAL_OSPIM_Config()
2510 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2628 assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort)); in HAL_OSPIM_Config()
2629 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config()