Searched refs:IS_SPI_I2S_CONFIG_INT (Results 1 – 14 of 14) sorted by relevance
371 #define IS_SPI_I2S_CONFIG_INT(IT) (((IT) == SPI_I2S_INT_TE) || ((IT) == SPI_I2S_INT_RNE) || ((IT) =… macro
372 #define IS_SPI_I2S_CONFIG_INT(IT) (((IT) == SPI_I2S_INT_TE) || ((IT) == SPI_I2S_INT_RNE) || ((IT) =… macro
445 assert_param(IS_SPI_I2S_CONFIG_INT(SPI_I2S_IT)); in SPI_I2S_EnableInt()
454 assert_param(IS_SPI_I2S_CONFIG_INT(SPI_I2S_IT)); in SPI_I2S_EnableInt()
Completed in 29 milliseconds