Searched refs:IS_SPI_BAUD (Results 1 – 6 of 6) sorted by relevance
281 #define IS_SPI_BAUD(x) (((x) == SPI_BAUD_2) || \ macro
309 #define IS_SPI_BAUD(x) (((x) == SPI_BAUD_2) || \ macro
309 #define IS_SPI_BAUD(x) (((x) == ALD_SPI_BAUD_2) || \ macro
175 assert_param(IS_SPI_BAUD(hperh->init.baud)); in ald_spi_init()1232 assert_param(IS_SPI_BAUD(speed)); in ald_spi_speed_config()
177 assert_param(IS_SPI_BAUD(hperh->init.baud)); in ald_spi_init()1433 assert_param(IS_SPI_BAUD(speed)); in ald_spi_speed_config()
173 assert_param(IS_SPI_BAUD(hperh->init.baud)); in ald_spi_init()1450 assert_param(IS_SPI_BAUD(speed)); in ald_spi_speed_config()
Completed in 26 milliseconds