LCQueueWait

C Specification

#include <revolution/os.h>
void LCQueueWait (u32 len);

Arguments

len Number of transfers allowed in the DMA queue when returning from this function.

Return Values

None.

Description

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.

See Also

Cache Functions,
LCStoreData, LCStoreBlocks, LCLoadData, LCLoadBlocks, LCQueueLength

Revision History

03/01/2006 Initial version.