Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c293 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY) || m_cb.timeout_signal, in qspi_ready_wait()
425 while (!nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY)) in qspi_workaround_215_43_apply()
1008 if (nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY)) in nrfx_qspi_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h335 NRF_STATIC_INLINE bool nrf_qspi_event_check(NRF_QSPI_Type const * p_reg, nrf_qspi_event_t event);
751 NRF_STATIC_INLINE bool nrf_qspi_event_check(NRF_QSPI_Type const * p_reg, nrf_qspi_event_t event) in nrf_qspi_event_check() function