Searched refs:nrf_i2s_event_check (Results 1 – 2 of 2) sorted by relevance
356 if (nrf_i2s_event_check(NRF_I2S, NRF_I2S_EVENT_TXPTRUPD)) in nrfx_i2s_irq_handler()365 if (nrf_i2s_event_check(NRF_I2S, NRF_I2S_EVENT_RXPTRUPD)) in nrfx_i2s_irq_handler()375 if (nrf_i2s_event_check(NRF_I2S, NRF_I2S_EVENT_STOPPED)) in nrfx_i2s_irq_handler()
227 __STATIC_INLINE bool nrf_i2s_event_check(NRF_I2S_Type const * p_reg,460 __STATIC_INLINE bool nrf_i2s_event_check(NRF_I2S_Type const * p_reg, in nrf_i2s_event_check() function