Searched refs:IS_SPI_I2S_GET_IT (Results 1 – 6 of 6) sorted by relevance
371 #define IS_SPI_I2S_GET_IT(IT) (((IT) == SPI_I2S_IT_RXNE) || ((IT) == SPI_I2S_IT_TXE) || \ macro
412 #define IS_SPI_I2S_GET_IT(IT) (((IT) == SPI_I2S_IT_RXNE) || ((IT) == SPI_I2S_IT_TXE) || \ macro
780 assert_param(IS_SPI_I2S_GET_IT(SPI_I2S_IT)); in SPI_I2S_GetITStatus()
437 #define IS_SPI_I2S_GET_IT(IT) (((IT) == SPI_I2S_IT_RXNE) || ((IT) == SPI_I2S_IT_TXE) || \ macro
773 assert_param(IS_SPI_I2S_GET_IT(SPI_I2S_IT)); in SPI_I2S_GetITStatus()
1261 assert_param(IS_SPI_I2S_GET_IT(SPI_I2S_IT)); in SPI_I2S_GetITStatus()
Completed in 20 milliseconds