format void DMA_ScuSetPrm (DmaScuPrm * prm, Uint32 ch)
Input prm: Transfer parameter
ch ch: DMA channel
Output None
Function value None
Function Sets the transfer parameter value to the specified DMA channel.
Title Function specifications
Function DMA transfer start
Function name DMA_ScuStart
No 9
format void DMA_ScuStart (Uint32 ch)
Input ch: DMA channel
Output None
Function value None
Function Starts DMA transfer for the specified DMA channel.
Title Function specifications
Function DMA transfer stop
Function name DMA_ScuStop
No 10
format void DMA_ScuStop (Uint32 ch)
Input ch: DMA channel
Output None
Function value None
Function Cancels DMA transfer for the specified DMA channel
Title Function specifications
Function DMA all channel transfer stop
Function name DMA_ScuAllStop
No 11
format void DMA_ScuAllStop (void)
Input None
Output None
Function value None
Function Cancels DMA transfer for all DMA channels.