Searched refs:NRF_SPIM_EVENT_END (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_spim.h | 254 __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/ |
| D | nrfx_spim.h | 463 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/ |
| D | nrfx_spim.c | 845 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/ |
| D | nrf_spim.h | 396 …NRF_SPIM_EVENT_END = offsetof(NRF_SPIM_Type, EVENTS_END) ///< End of RXD buffe… enumerator
|