Searched refs:NRF_SPI_EVENT_READY (Results 1 – 2 of 2) sorted by relevance
302 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in spi_xfer()335 while (!nrf_spi_event_check(p_spi, NRF_SPI_EVENT_READY)) {} in spi_xfer()336 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in spi_xfer()406 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in irq_handler()
59 …NRF_SPI_EVENT_READY = offsetof(NRF_SPI_Type, EVENTS_READY) ///< TXD byte sent and RXD byte receive… enumerator
Completed in 3 milliseconds