Home
last modified time | relevance | path

Searched refs:NRF_SPI_EVENT_READY (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spi.c302 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()
/lk-master/external/platform/nrfx/hal/
A Dnrf_spi.h59NRF_SPI_EVENT_READY = offsetof(NRF_SPI_Type, EVENTS_READY) ///< TXD byte sent and RXD byte receive… enumerator

Completed in 3 milliseconds