Searched refs:IS_OSPIM_PORT (Results 1 – 2 of 2) sorted by relevance
2475 assert_param(IS_OSPIM_PORT(cfg->ClkPort)); in HAL_OSPIM_Config()2476 assert_param(IS_OSPIM_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()2477 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
1009 #define IS_OSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 2U)) macro