#include <revolution/os.h> void LCQueueWait(u32 len);
| len | Number of transactions allowed in the DMA queue when returning from this function. |
|---|
None.
Polls the DMA queue length until it is less than or equal to len. This function is more efficient than polling using the LCQueueLength function.
See the code examples for the LCStoreData and LCStoreBlocks functions for sample usage.
Cache Functions, LCStoreData, LCStoreBlocks, LCLoadData, LCLoadBlocks, LCQueueLength
2006/03/01 Initial version.
CONFIDENTIAL