Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c345 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in spi_xfer()
378 while (!nrf_spi_event_check(p_spi, NRF_SPI_EVENT_READY)) {} in spi_xfer()
379 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in spi_xfer()
452 nrf_spi_event_clear(p_spi, NRF_SPI_EVENT_READY); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h70NRF_SPI_EVENT_READY = offsetof(NRF_SPI_Type, EVENTS_READY) ///< TXD byte sent and RXD byte receive… enumerator