<< Previous | Next >>

DMAstartDirect

void DMAstartDirect( int channel );

Description

This function is defined to the following:

   

WrPortI(DMCSR, NULL, 1 << channel);

Start (or restart) the corresponding DMA channel using the contents of the DMA channel registers. This command should only be used after all the DMA channel registers have been loaded.

Parameter

channel
DMA channel (obtainable through DMAhandle2chan())

Library

DMA.LIB

See Also

DMAstartAuto, DMAstopDirect


Dynamic C Functions << Previous | Next >> rabbit.com