Home
last modified time | relevance | path

Searched refs:NRF_SPIM_EVENT_END (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_spim.h254 __nrfy_internal_spim_event_enabled_clear(p_reg, mask, NRF_SPIM_EVENT_END); in nrfy_spim_int_init()
331 while (!nrf_spim_event_check(p_reg, NRF_SPIM_EVENT_END)) in nrfy_spim_xfer_start()
334 NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_END), in nrfy_spim_xfer_start()
357 NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_END), in nrfy_spim_abort()
836 if (__nrfy_internal_spim_event_handle(p_reg, mask, NRF_SPIM_EVENT_END, &evt_mask) && p_xfer) in __nrfy_internal_spim_events_process()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h463 return nrfy_spim_event_address_get(p_instance->p_reg, NRF_SPIM_EVENT_END); in nrfx_spim_end_event_address_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c845 nrfy_spim_event_clear(p_spim, NRF_SPIM_EVENT_END); in spim_xfer()
989 nrfy_spim_event_clear(p_spim, NRF_SPIM_EVENT_END); in irq_handler()
1005 NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_END), in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h396NRF_SPIM_EVENT_END = offsetof(NRF_SPIM_Type, EVENTS_END) ///< End of RXD buffe… enumerator