Lines Matching defs:channel
137 uint8_t channel; /*!< DMA channel used. */ member
239 static inline void DMA_SetSourceAddress(DMA_Type *base, uint32_t channel, uint32_t srcAddr) in DMA_SetSourceAddress()
253 static inline void DMA_SetDestinationAddress(DMA_Type *base, uint32_t channel, uint32_t destAddr) in DMA_SetDestinationAddress()
267 static inline void DMA_SetTransferSize(DMA_Type *base, uint32_t channel, uint32_t size) in DMA_SetTransferSize()
298 static inline void DMA_EnableCycleSteal(DMA_Type *base, uint32_t channel, bool enable) in DMA_EnableCycleSteal()
315 static inline void DMA_EnableAutoAlign(DMA_Type *base, uint32_t channel, bool enable) in DMA_EnableAutoAlign()
332 static inline void DMA_EnableAsyncRequest(DMA_Type *base, uint32_t channel, bool enable) in DMA_EnableAsyncRequest()
345 static inline void DMA_EnableInterrupts(DMA_Type *base, uint32_t channel) in DMA_EnableInterrupts()
358 static inline void DMA_DisableInterrupts(DMA_Type *base, uint32_t channel) in DMA_DisableInterrupts()
377 static inline void DMA_EnableChannelRequest(DMA_Type *base, uint32_t channel) in DMA_EnableChannelRequest()
390 static inline void DMA_DisableChannelRequest(DMA_Type *base, uint32_t channel) in DMA_DisableChannelRequest()
405 static inline void DMA_TriggerChannelStart(DMA_Type *base, uint32_t channel) in DMA_TriggerChannelStart()
419 static inline void DMA_EnableAutoStopRequest(DMA_Type *base, uint32_t channel, bool enable) in DMA_EnableAutoStopRequest()
446 static inline uint32_t DMA_GetRemainingBytes(DMA_Type *base, uint32_t channel) in DMA_GetRemainingBytes()
461 static inline uint32_t DMA_GetChannelStatusFlags(DMA_Type *base, uint32_t channel) in DMA_GetChannelStatusFlags()
476 static inline void DMA_ClearChannelStatusFlags(DMA_Type *base, uint32_t channel, uint32_t mask) in DMA_ClearChannelStatusFlags()