Searched refs:nrf_spim_event_check (Results 1 – 2 of 2) sorted by relevance
242 NRFX_WAIT_FOR(nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_STOPPED), 100, 1, stopped); in spim_abort()621 while (!nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_END)) in spim_xfer()737 (nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_STARTED)) ) in irq_handler()758 if (nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_END)) in irq_handler()
217 NRF_STATIC_INLINE bool nrf_spim_event_check(NRF_SPIM_Type const * p_reg,596 NRF_STATIC_INLINE bool nrf_spim_event_check(NRF_SPIM_Type const * p_reg, in nrf_spim_event_check() function
Completed in 6 milliseconds