Lines Matching defs:channel

231     uint8_t channel;          /*!< GDMA channel number */  member
279 static inline void GDMA_SetChannelSourceAddress(GDMA_Type *base, uint8_t channel, uint32_t addr) in GDMA_SetChannelSourceAddress()
291 static inline void GDMA_SetChannelDestAddress(GDMA_Type *base, uint8_t channel, uint32_t addr) in GDMA_SetChannelDestAddress()
302 static inline void GDMA_StartChannel(GDMA_Type *base, uint8_t channel) in GDMA_StartChannel()
313 static inline void GDMA_StopChannel(GDMA_Type *base, uint8_t channel) in GDMA_StopChannel()
329 static inline bool GDMA_IsChannelBusy(GDMA_Type *base, uint8_t channel) in GDMA_IsChannelBusy()
341 static inline void GDMA_EnableChannelInterrupts(GDMA_Type *base, uint8_t channel, uint32_t interrup… in GDMA_EnableChannelInterrupts()
353 static inline void GDMA_DisableChannelInterrupts(GDMA_Type *base, uint8_t channel, uint32_t interru… in GDMA_DisableChannelInterrupts()
365 static inline uint32_t GDMA_GetChannelInterruptFlags(GDMA_Type *base, uint8_t channel) in GDMA_GetChannelInterruptFlags()
380 static inline void GDMA_ClearChannelInterruptFlags(GDMA_Type *base, uint8_t channel, uint32_t flags) in GDMA_ClearChannelInterruptFlags()
394 static inline uint32_t GDMA_GetChannelFinishedDescriptorNumber(GDMA_Type *base, uint8_t channel) in GDMA_GetChannelFinishedDescriptorNumber()
405 static inline void GDMA_ClearChannelFinishedDescriptorNumber(GDMA_Type *base, uint8_t channel) in GDMA_ClearChannelFinishedDescriptorNumber()
417 static inline void GDMA_SetChannelPriority(GDMA_Type *base, uint8_t channel, gdma_priority_t priori… in GDMA_SetChannelPriority()