Texas Instruments TMS320C6000 Reference Manual page 98

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

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);

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Table of Contents