Searched refs:pdl_event (Results 1 – 9 of 9) sorted by relevance
257 uint32_t pdl_event = 0u; in _cyhal_tdm_convert_event() local260 pdl_event |= CY_I2S_INTR_TX_NOT_FULL; in _cyhal_tdm_convert_event()264 pdl_event |= CY_I2S_INTR_TX_TRIGGER; in _cyhal_tdm_convert_event()268 pdl_event |= CY_I2S_INTR_TX_EMPTY; in _cyhal_tdm_convert_event()272 pdl_event |= CY_I2S_INTR_TX_OVERFLOW; in _cyhal_tdm_convert_event()276 pdl_event |= CY_I2S_INTR_TX_UNDERFLOW; in _cyhal_tdm_convert_event()281 pdl_event |= CY_I2S_INTR_RX_NOT_EMPTY; in _cyhal_tdm_convert_event()285 pdl_event |= CY_I2S_INTR_RX_TRIGGER; in _cyhal_tdm_convert_event()289 pdl_event |= CY_I2S_INTR_RX_FULL; in _cyhal_tdm_convert_event()293 pdl_event |= CY_I2S_INTR_RX_OVERFLOW; in _cyhal_tdm_convert_event()[all …]
264 uint32_t pdl_event = 0u; in _cyhal_i2s_convert_event() local267 pdl_event |= CY_I2S_INTR_TX_NOT_FULL; in _cyhal_i2s_convert_event()271 pdl_event |= CY_I2S_INTR_TX_TRIGGER; in _cyhal_i2s_convert_event()275 pdl_event |= CY_I2S_INTR_TX_EMPTY; in _cyhal_i2s_convert_event()279 pdl_event |= CY_I2S_INTR_TX_OVERFLOW; in _cyhal_i2s_convert_event()283 pdl_event |= CY_I2S_INTR_TX_UNDERFLOW; in _cyhal_i2s_convert_event()288 pdl_event |= CY_I2S_INTR_RX_NOT_EMPTY; in _cyhal_i2s_convert_event()292 pdl_event |= CY_I2S_INTR_RX_TRIGGER; in _cyhal_i2s_convert_event()296 pdl_event |= CY_I2S_INTR_RX_FULL; in _cyhal_i2s_convert_event()300 pdl_event |= CY_I2S_INTR_RX_OVERFLOW; in _cyhal_i2s_convert_event()[all …]
361 cy_en_ctb_comp_edge_t pdl_event = _cyhal_comp_ctb_convert_hal_event(enabled_events); in _cyhal_comp_ctb_enable_event() local362 …etInterruptEdgeType(obj->base_ctb, _cyhal_opamp_convert_sel(obj->resource.channel_num), pdl_event); in _cyhal_comp_ctb_enable_event()
430 …cy_en_lpcomp_int_t pdl_event = _cyhal_comp_lp_convert_hal_event((cyhal_comp_event_t)obj->irq_cause… in _cyhal_comp_lp_enable_event() local431 …errupttriggermode(obj->base_lpcomp, _CYHAL_COMP_GET_CHANNEL(obj->resource.channel_num), pdl_event); in _cyhal_comp_lp_enable_event()
372 static inline cyhal_pdm_pcm_event_t _cyhal_pdm_pcm_get_hal_event(uint32_t pdl_event) in _cyhal_pdm_pcm_get_hal_event() argument375 if(0u != (pdl_event & CY_PDM_PCM_INTR_RX_TRIGGER)) in _cyhal_pdm_pcm_get_hal_event()380 if(0u != (pdl_event & CY_PDM_PCM_INTR_RX_NOT_EMPTY)) in _cyhal_pdm_pcm_get_hal_event()385 if(0u != (pdl_event & CY_PDM_PCM_INTR_RX_OVERFLOW)) in _cyhal_pdm_pcm_get_hal_event()389 if(0u != (pdl_event & CY_PDM_PCM_INTR_RX_UNDERFLOW)) in _cyhal_pdm_pcm_get_hal_event()
51 uint32_t pdl_event = 0U; in _cyhal_pwm_convert_event() local54 pdl_event |= CY_TCPWM_INT_ON_TC; in _cyhal_pwm_convert_event()58 pdl_event |= CY_TCPWM_INT_ON_CC; in _cyhal_pwm_convert_event()60 return pdl_event; in _cyhal_pwm_convert_event()
50 uint32_t pdl_event = 0U; in _cyhal_quaddec_convert_event() local53 pdl_event |= CY_TCPWM_INT_ON_TC; in _cyhal_quaddec_convert_event()57 pdl_event |= CY_TCPWM_INT_ON_CC; in _cyhal_quaddec_convert_event()59 return pdl_event; in _cyhal_quaddec_convert_event()
59 uint32_t pdl_event = 0U; in _cyhal_timer_convert_event() local62 pdl_event |= CY_TCPWM_INT_ON_TC; in _cyhal_timer_convert_event()66 pdl_event |= CY_TCPWM_INT_ON_CC; in _cyhal_timer_convert_event()68 return pdl_event; in _cyhal_timer_convert_event()
320 uint32_t (*convert_interrupt_cause)(uint32_t pdl_event);325 uint32_t (*convert_interrupt_cause)(uint32_t pdl_event, bool is_tx);