Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c167 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_xfer()
186 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_xfer()
293 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY) || m_cb.timeout_signal, in qspi_ready_wait()
361 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_activate()
388 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_deactivate()
422 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_workaround_215_43_apply()
425 while (!nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY)) in qspi_workaround_215_43_apply()
558 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_cinstr_xfer()
570 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_cinstr_xfer()
630 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in nrfx_qspi_lfm_start()
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h110NRF_QSPI_EVENT_READY = offsetof(NRF_QSPI_Type, EVENTS_READY) /**< QSPI peripheral is ready after i… enumerator