Searched refs:IS_SPI_GET_IT (Results 1 – 9 of 9) sorted by relevance
291 #define IS_SPI_GET_IT(IT) (((IT) == SPI_IT_TX) || ((IT) == SPI_IT_RX) || \ macro
525 assert_param(IS_SPI_GET_IT(SPI_IT)); in SPI_GetITStatus()
335 #define IS_SPI_GET_IT(IT) (((IT) == SPI_IT_TX) || ((IT) == SPI_IT_RX) || \ macro
384 #define IS_SPI_GET_IT(IT) (((IT) == SPI_IT_TXE) || \ macro
597 assert_param(IS_SPI_GET_IT(SPI_IT)); in SPI_GetITStatus()
602 assert_param(IS_SPI_GET_IT(SPI_IT)); in SPI_GetITStatus()
Completed in 34 milliseconds