#include <revolution/os.h>
void LCQueueWait (u32 len);
|
Number of transfers allowed in the DMA queue when returning from this function. |
None.
Polls the DMA queue length until it is ≤ len. Polling is more efficent with this function than the LCQueueLength function.
See how to use this function in the example code for the LCStoreData and LCStoreBlocks functions.
Cache Functions,
LCStoreData, LCStoreBlocks, LCLoadData, LCLoadBlocks, LCQueueLength
03/01/2006 Initial version.