Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h464 __STATIC_INLINE void Cy_AXIDMAC_Channel_SetInterruptMask (AXI_DMAC_Type * base, u…
1960 __STATIC_INLINE void Cy_AXIDMAC_Channel_SetInterruptMask(AXI_DMAC_Type * base, uint32_t channel, ui… in Cy_AXIDMAC_Channel_SetInterruptMask() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c527 Cy_AXIDMAC_Channel_SetInterruptMask(base, obj->resource.channel_num, CY_AXIDMAC_INTR_MASK); in _cyhal_dma_dmac_stage()