Lines Matching defs:channel
1404 __STATIC_INLINE void Cy_DMAC_Channel_SetDescriptor(DMAC_Type * base, uint32_t channel, cy_stc_dmac_… in Cy_DMAC_Channel_SetDescriptor()
1428 __STATIC_INLINE void Cy_DMAC_Channel_Enable(DMAC_Type * base, uint32_t channel) in Cy_DMAC_Channel_Enable()
1452 __STATIC_INLINE void Cy_DMAC_Channel_Disable(DMAC_Type * base, uint32_t channel) in Cy_DMAC_Channel_Disable()
1476 __STATIC_INLINE bool Cy_DMAC_Channel_IsEnabled(DMAC_Type * base, uint32_t channel) in Cy_DMAC_Channel_IsEnabled()
1503 __STATIC_INLINE void Cy_DMAC_Channel_SetPriority(DMAC_Type * base, uint32_t channel, uint32_t prior… in Cy_DMAC_Channel_SetPriority()
1531 __STATIC_INLINE uint32_t Cy_DMAC_Channel_GetPriority(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetPriority()
1558 …STATIC_INLINE void * Cy_DMAC_Channel_GetCurrentSrcAddress(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetCurrentSrcAddress()
1585 …STATIC_INLINE void * Cy_DMAC_Channel_GetCurrentDstAddress(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetCurrentDstAddress()
1612 …ATIC_INLINE uint32_t Cy_DMAC_Channel_GetCurrentXloopIndex(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetCurrentXloopIndex()
1639 …ATIC_INLINE uint32_t Cy_DMAC_Channel_GetCurrentYloopIndex(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetCurrentYloopIndex()
1666 …_dmac_descriptor_t * Cy_DMAC_Channel_GetCurrentDescriptor(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetCurrentDescriptor()
1693 …STATIC_INLINE uint32_t Cy_DMAC_Channel_GetInterruptStatus(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetInterruptStatus()
1720 __STATIC_INLINE void Cy_DMAC_Channel_ClearInterrupt(DMAC_Type * base, uint32_t channel, uint32_t in… in Cy_DMAC_Channel_ClearInterrupt()
1750 __STATIC_INLINE void Cy_DMAC_Channel_SetInterrupt(DMAC_Type * base, uint32_t channel, uint32_t inte… in Cy_DMAC_Channel_SetInterrupt()
1778 __STATIC_INLINE uint32_t Cy_DMAC_Channel_GetInterruptMask(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetInterruptMask()
1805 __STATIC_INLINE void Cy_DMAC_Channel_SetInterruptMask(DMAC_Type * base, uint32_t channel, uint32_t … in Cy_DMAC_Channel_SetInterruptMask()
1833 …_INLINE uint32_t Cy_DMAC_Channel_GetInterruptStatusMasked(DMAC_Type const * base, uint32_t channel) in Cy_DMAC_Channel_GetInterruptStatusMasked()