Searched refs:Cy_DMA_Channel_SetInterruptMask (Results 1 – 2 of 2) sorted by relevance
512 __STATIC_INLINE void Cy_DMA_Channel_SetInterruptMask (DW_Type * base, uint32_t cha…1797 __STATIC_INLINE void Cy_DMA_Channel_SetInterruptMask(DW_Type * base, uint32_t channel, uint32_t int… in Cy_DMA_Channel_SetInterruptMask() function1963 …#define Cy_DMA_Chnl_SetInterruptMask(base, channel) (Cy_DMA_Channel_SetInterruptMask(base, channel…
358 Cy_DMA_Channel_SetInterruptMask (base, obj->resource.channel_num, CY_DMA_INTR_MASK); in _cyhal_dma_dw_stage()