Searched refs:IS_OSPIM_IO_PORT (Results 1 – 2 of 2) sorted by relevance
1011 #define IS_OSPIM_IO_PORT(PORT) (((PORT) == HAL_OSPIM_IOPORT_1_LOW) || \ macro
2478 assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort)); in HAL_OSPIM_Config()2479 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config()