Home
last modified time | relevance | path

Searched refs:NRF_SPIM_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_spim.h252 __nrfy_internal_spim_event_enabled_clear(p_reg, mask, NRF_SPIM_EVENT_STOPPED); in nrfy_spim_int_init()
353 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_STOPPED); in nrfy_spim_abort()
833 bool stop = __nrfy_internal_spim_event_handle(p_reg, mask, NRF_SPIM_EVENT_STOPPED, &evt_mask); in __nrfy_internal_spim_events_process()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c221 uint32_t stopped_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_STOPPED); in spim_abort()
/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h380NRF_SPIM_EVENT_STOPPED = offsetof(NRF_SPIM_Type, EVENTS_STOPPED), ///< SPI transaction … enumerator