Lines Matching defs:channel
1611 __STATIC_INLINE void Cy_DMA_Channel_SetDescriptor(DW_Type * base, uint32_t channel, cy_stc_dma_desc… in Cy_DMA_Channel_SetDescriptor()
1636 __STATIC_INLINE void Cy_DMA_Channel_Enable(DW_Type * base, uint32_t channel) in Cy_DMA_Channel_Enable()
1660 __STATIC_INLINE void Cy_DMA_Channel_Disable(DW_Type * base, uint32_t channel) in Cy_DMA_Channel_Disable()
1684 __STATIC_INLINE bool Cy_DMA_Channel_IsEnabled(DW_Type * base, uint32_t channel) in Cy_DMA_Channel_IsEnabled()
1711 __STATIC_INLINE void Cy_DMA_Channel_SetPriority(DW_Type * base, uint32_t channel, uint32_t priority) in Cy_DMA_Channel_SetPriority()
1739 __STATIC_INLINE uint32_t Cy_DMA_Channel_GetPriority(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetPriority()
1766 …_stc_dma_descriptor_t * Cy_DMA_Channel_GetCurrentDescriptor(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetCurrentDescriptor()
1792 __STATIC_INLINE uint8_t Cy_DMA_Channel_GetCurrentYIndex(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetCurrentYIndex()
1818 __STATIC_INLINE uint32_t Cy_DMA_Channel_GetInterruptStatus(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetInterruptStatus()
1845 …ATIC_INLINE cy_en_dma_intr_cause_t Cy_DMA_Channel_GetStatus(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetStatus()
1869 __STATIC_INLINE void Cy_DMA_Channel_ClearInterrupt(DW_Type * base, uint32_t channel) in Cy_DMA_Channel_ClearInterrupt()
1895 __STATIC_INLINE void Cy_DMA_Channel_SetInterrupt(DW_Type * base, uint32_t channel) in Cy_DMA_Channel_SetInterrupt()
1922 __STATIC_INLINE uint32_t Cy_DMA_Channel_GetInterruptMask(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetInterruptMask()
1950 __STATIC_INLINE void Cy_DMA_Channel_SetInterruptMask(DW_Type * base, uint32_t channel, uint32_t int… in Cy_DMA_Channel_SetInterruptMask()
1975 …TIC_INLINE uint32_t Cy_DMA_Channel_GetInterruptStatusMasked(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_GetInterruptStatusMasked()
1997 __STATIC_FORCEINLINE void Cy_DMA_Channel_SetSWTrigger(DW_Type const * base, uint32_t channel) in Cy_DMA_Channel_SetSWTrigger()
2136 …#define Cy_DMA_Chnl_SetInterruptMask(base, channel) (Cy_DMA_Channel_SetInterruptMask(base, channel… argument