Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h460 __STATIC_INLINE uint32_t Cy_AXIDMAC_Channel_GetInterruptStatus (AXI_DMAC_Type const * base, u…
1848 __STATIC_INLINE uint32_t Cy_AXIDMAC_Channel_GetInterruptStatus(AXI_DMAC_Type const * base, uint32_t… in Cy_AXIDMAC_Channel_GetInterruptStatus() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c540 uint32_t status = Cy_AXIDMAC_Channel_GetInterruptStatus(base, obj->resource.channel_num); in _cyhal_dma_dmac_stage()