<< Previous | Next >> | |
|
void DMAstartAuto( int channel );
Description
- This function is defined to the following:
WrPortI(DMALR, NULL, 1 << channel);
- Start (using auto-load) the corresponding DMA channel, using the buffer descriptor in memory addressed by the Initial Address Register. This command should only be used after the Initial Address has been loaded.
Parameter
- channel
- DMA channel (obtainable through
DMAhandle2chan()
)
Library
- DMA.LIB
See Also
- DMAstartDirect, DMAstopDirect
Dynamic C Functions | << Previous | Next >> | rabbit.com |