Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_i2s.h51 NRFY_STATIC_INLINE uint32_t __nrfy_internal_i2s_events_process(NRF_I2S_Type * p_reg,
183 uint32_t evt_mask = __nrfy_internal_i2s_events_process(p_reg, mask, p_xfer); in nrfy_i2s_events_process()
238 if (__nrfy_internal_i2s_events_process(p_reg, in nrfy_i2s_xfer_start()
244 if (__nrfy_internal_i2s_events_process(p_reg, in nrfy_i2s_xfer_start()
270 while (!__nrfy_internal_i2s_events_process(p_reg, evt_mask, p_xfer)) in nrfy_i2s_abort()
531 NRFY_STATIC_INLINE uint32_t __nrfy_internal_i2s_events_process(NRF_I2S_Type * p_reg, in __nrfy_internal_i2s_events_process() function