Searched refs:NRF_SPIM_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance
252 __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()
221 uint32_t stopped_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SPIM_EVENT_STOPPED); in spim_abort()
380 …NRF_SPIM_EVENT_STOPPED = offsetof(NRF_SPIM_Type, EVENTS_STOPPED), ///< SPI transaction … enumerator