Searched defs:cause (Results 1 – 3 of 3) sorted by relevance
307 …l_dma_event_t _cyhal_dma_dw_convert_interrupt_cause(cyhal_dma_t *obj, cy_en_dma_intr_cause_t cause) in _cyhal_dma_dw_convert_interrupt_cause()352 cy_en_dma_intr_cause_t cause = Cy_DMA_Channel_GetStatus(_cyhal_dma_dw_get_base(block), channel); in _cyhal_dma_dw_irq_handler() local
385 … inline cyhal_dma_event_t _cyhal_dma_dmac_convert_interrupt_cause(cyhal_dma_t *obj, uint32_t cause) in _cyhal_dma_dmac_convert_interrupt_cause()446 uint32_t cause = _cyhal_dmac_channel_get_interrupt_status_masked(base, channel); in _cyhal_dma_dmac_irq_handler() local
840 cy_en_dma_intr_cause_t cause = Cy_DMA_Channel_GetStatus(RX_DMA_INSTANCE, RX_DMA_CHANNEL_NUM); in _rx_dma_irq_handler() local