Searched refs:IS_XSPIM_PORT (Results 1 – 2 of 2) sorted by relevance
1318 #define IS_XSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 8U)) macro
2918 assert_param(IS_XSPIM_PORT(pCfg->ClkPort)); in HAL_XSPIM_Config()2920 assert_param(IS_XSPIM_PORT(pCfg->NCSPort)); in HAL_XSPIM_Config()