Searched refs:NRF_I2S_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance
140 __nrfy_internal_i2s_event_enabled_clear(p_reg, mask, NRF_I2S_EVENT_STOPPED); in nrfy_i2s_int_init()269 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_I2S_EVENT_STOPPED); in nrfy_i2s_abort()553 if (__nrfy_internal_i2s_event_handle(p_reg, mask, NRF_I2S_EVENT_STOPPED, &event_mask) && in __nrfy_internal_i2s_events_process()
47 (event == NRF_I2S_EVENT_STOPPED ? "NRF_I2S_EVENT_STOPPED" : \546 NRFY_EVENT_TO_INT_BITMASK(NRF_I2S_EVENT_STOPPED), in irq_handler()566 if (event_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_I2S_EVENT_STOPPED)) in irq_handler()
113 NRF_I2S_EVENT_STOPPED = offsetof(NRF_I2S_Type, EVENTS_STOPPED), ///< I2S transfer stopped. enumerator