Searched refs:IS_XSPIM_IO_PORT (Results 1 – 6 of 6) sorted by relevance
1231 #define IS_XSPIM_IO_PORT(PORT) (((PORT) == HAL_XSPIM_IOPORT_1) || \ macro
1275 #define IS_XSPIM_IO_PORT(PORT) (((PORT) == HAL_XSPIM_IOPORT_1) || \ macro
1322 #define IS_XSPIM_IO_PORT(PORT) (((PORT) == HAL_XSPIM_IOPORT_1_LOW) || \ macro
2921 assert_param(IS_XSPIM_IO_PORT(pCfg->IOLowPort)); in HAL_XSPIM_Config()2922 assert_param(IS_XSPIM_IO_PORT(pCfg->IOHighPort)); in HAL_XSPIM_Config()
2798 assert_param(IS_XSPIM_IO_PORT(pCfg->IOPort)); in HAL_XSPIM_Config()
2776 assert_param(IS_XSPIM_IO_PORT(pCfg->IOPort)); in HAL_XSPIM_Config()