Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_dmac.h500 __STATIC_INLINE void Cy_DMAC_Channel_SetInterruptMask (DMAC_Type * base, uint32_t …
1805 __STATIC_INLINE void Cy_DMAC_Channel_SetInterruptMask(DMAC_Type * base, uint32_t channel, uint32_t … in Cy_DMAC_Channel_SetInterruptMask() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c529 Cy_DMAC_Channel_SetInterruptMask(base, obj->resource.channel_num, CY_DMAC_INTR_MASK); in _cyhal_dma_dmac_stage()