Searched refs:IS_SPI_I2S_CONFIG_IT (Results 1 – 6 of 6) sorted by relevance
384 #define IS_SPI_I2S_CONFIG_IT(IT) (((IT) == SPI_I2S_IT_TXE) || \ macro
391 #define IS_SPI_I2S_CONFIG_IT(IT) (((IT) == SPI_I2S_IT_TXE) || \ macro
412 #define IS_SPI_I2S_CONFIG_IT(IT) (((IT) == SPI_I2S_IT_TXE) || \ macro
487 assert_param(IS_SPI_I2S_CONFIG_IT(SPI_I2S_IT)); in SPI_I2S_ITConfig()
995 assert_param(IS_SPI_I2S_CONFIG_IT(SPI_I2S_IT)); in SPI_I2S_ITConfig()
1131 assert_param(IS_SPI_I2S_CONFIG_IT(SPI_I2S_IT)); in SPI_I2S_ITConfig()
Completed in 12 milliseconds