LCQueueWait

Syntax

#include <revolution/os.h>

void LCQueueWait(u32 len);

Arguments

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

Return Values

None.

Description

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.

See Also

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

Revision History

2006/03/01 Initial version.


CONFIDENTIAL