Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_dmac.h470 __STATIC_INLINE void Cy_DMAC_Channel_ClearInterrupt (DMAC_Type * base, uint32_t …
1666 __STATIC_INLINE void Cy_DMAC_Channel_ClearInterrupt(DMAC_Type * base, uint32_t channel, uint32_t in… in Cy_DMAC_Channel_ClearInterrupt() function
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_dma_dmac.c352 Cy_DMAC_Channel_ClearInterrupt(base, channel, CY_DMAC_INTR_MASK); in _cyhal_dma_dmac_irq_handler()
410 Cy_DMAC_Channel_ClearInterrupt(base, obj->resource.channel_num, CY_DMAC_INTR_MASK); in _cyhal_dma_dmac_stage()