Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h1032 #define IS_OSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 8U)) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h1053 #define IS_OSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 8U)) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h1015 #define IS_OSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 2U)) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2497 assert_param(IS_OSPIM_PORT(cfg->ClkPort)); in HAL_OSPIM_Config()
2499 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2506 assert_param(IS_OSPIM_PORT(cfg->ClkPort)); in HAL_OSPIM_Config()
2508 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2625 assert_param(IS_OSPIM_PORT(cfg->ClkPort)); in HAL_OSPIM_Config()
2627 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()