Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_qspi.c69 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_task_perform()
81 while (!nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY)) in qspi_task_perform()
106 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY), in qspi_ready_wait()
155 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_init()
174 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_cinstr_xfer()
196 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_cinstr_xfer()
265 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_lfm_xfer()
291 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_lfm_xfer()
341 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_uninit()
444 if (nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY)) in nrfx_qspi_irq_handler()
[all …]
/external/platform/nrfx/hal/
A Dnrf_qspi.h108NRF_QSPI_EVENT_READY = offsetof(NRF_QSPI_Type, EVENTS_READY) /**< QSPI peripheral is ready after i… enumerator

Completed in 6 milliseconds