Searched refs:CY_I2S_INTR_RX_TRIGGER (Results 1 – 3 of 3) sorted by relevance
233 if(0 != (pdl_cause & CY_I2S_INTR_RX_TRIGGER)) in _cyhal_tdm_convert_interrupt_cause()285 pdl_event |= CY_I2S_INTR_RX_TRIGGER; in _cyhal_tdm_convert_event()
240 if(0 != (pdl_cause & CY_I2S_INTR_RX_TRIGGER)) in _cyhal_i2s_convert_interrupt_cause()292 pdl_event |= CY_I2S_INTR_RX_TRIGGER; in _cyhal_i2s_convert_event()
214 #define CY_I2S_INTR_RX_TRIGGER (I2S_INTR_RX_TRIGGER_Msk) macro447 CY_I2S_INTR_RX_TRIGGER | \