Return to previous page Return to menu Go to next page

[Low level SCU]

  Title  
Function specifications
  Function  
DMA transfer parameter setting
  Function name  
DMA_ScuSetPrm
No
8

 
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.


Return to previous page Return to menu Go to next page