DMA
4.6.31
DMA_Wait
Function
Arguments
Return Value
Description
Example
4-50
Enters a spin loop that polls the DMA status bits until
the DMA completes
void DMA_Wait(
DMA_HANDLE hDma
);
Handle to DMA channel. See DMA_Open()
hDma
none
This function enters a spin loop that polls the DMA status bits until the
DMA completes. Interrupts are not disabled during this loop. This func-
tion is equivalent to the following line of code:
while (DMA_Status(hDma)&DMA_STATUS_RUNNING);
DMA_Wait(hDma);
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?