#include <nitro/mi.h>void MI_WaitDma( u32 dmaNo );This function waits until DMA can be used. The channel to wait for is
specified by dmaNo.
Uses the following IO register: DMAn control register (0x40000B8 + 12n). (n is the DMA channel used.)
dmaNo |
DMA channel used |
None
12/01/2003 Initial Version