Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_dmac.h474 __STATIC_INLINE uint32_t Cy_DMAC_Channel_GetInterruptStatusMasked(DMAC_Type const * base, uint32_t …
1778 __STATIC_INLINE uint32_t Cy_DMAC_Channel_GetInterruptStatusMasked(DMAC_Type const * base, uint32_t … in Cy_DMAC_Channel_GetInterruptStatusMasked() function
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_dma_dmac.c343 uint32_t cause = Cy_DMAC_Channel_GetInterruptStatusMasked(base, channel); in _cyhal_dma_dmac_irq_handler()