<< Previous | Next >> | |
|
void DMAstopDirect( int channel );
Description
- This function is defined to the following:
WrPortI(DMHR, NULL, 1 << channel);
- Halt the corresponding DMA channel. The DMA registers obtain the current state and the DMA can be restarted using the DMCSR.
Parameter
- channel
- DMA channel (obtainable through
DMAhandle2chan()
)
Library
- DMA.LIB
See Also
- DMAstartAuto, DMAstartDirect
Dynamic C Functions | << Previous | Next >> | rabbit.com |