Searched refs:IS_SPI_STATUS (Results 1 – 6 of 6) sorted by relevance
315 #define IS_SPI_STATUS(x) (((x) == SPI_STATUS_RXBNE) || \ macro
329 #define IS_SPI_STATUS(x) (((x) == SPI_STATUS_TXE) || \ macro
329 #define IS_SPI_STATUS(x) (((x) == ALD_SPI_STATUS_TXE) || \ macro
1284 assert_param(IS_SPI_STATUS(status)); in spi_get_status()
1485 assert_param(IS_SPI_STATUS(status)); in spi_get_status()
1502 assert_param(IS_SPI_STATUS(status)); in spi_get_status()
Completed in 29 milliseconds