Searched refs:SPI_STATUS2_QE (Results 1 – 3 of 3) sorted by relevance
18 #define SPI_STATUS2_QE 0x02U macro491 if ((spi_status2 & SPI_STATUS2_QE) == 0U) { in test_spi_quad_write()496 spi_status2 |= SPI_STATUS2_QE; in test_spi_quad_write()507 zassert_true((spi_status2 & SPI_STATUS2_QE) == SPI_STATUS2_QE, in test_spi_quad_write()
16 #define SPI_STATUS2_QE 0x02U macro389 if ((spi_status2 & SPI_STATUS2_QE) == 0U) { in test_spi_quad_write()410 safbuf[1] = spi_status2 | SPI_STATUS2_QE; in test_spi_quad_write()452 zassert_true((spi_status2 & SPI_STATUS2_QE) == SPI_STATUS2_QE, in test_spi_quad_write()
87 #define SPI_STATUS2_QE 0x02U macro284 if ((spi_status2 & SPI_STATUS2_QE) == 0U) { in spi_saf_init()307 safbuf[1] = spi_status2 | SPI_STATUS2_QE; in spi_saf_init()391 if (!(spi_status2 & SPI_STATUS2_QE)) { in spi_saf_init()