<< Previous | Next >> | |
|
void DMAsetDirect( int channel, char chanControl, unsigned int bufLength, dma_addr_t srcAddress, dma_addr_t destAddress, dma_addr_t linkAddress );
Description
- This function sets up a DMA channel with the values provided.
Parameters
- channel
- DMA channel to set
- chanControl
- DMA channel control value
- bufLength
- DMA buffer length
- srcAddress
- DMA source address
- destAddress
- DMA destination address
- linkAddress
- DMA link address (of next buffer descriptor)
Library
- DMA.LIB
See Also
- DMAloadBufDesc, DMAsetBufDesc
Dynamic C Functions | << Previous | Next >> | rabbit.com |