LCQueueLength

C Specification

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

Arguments

None.

Return Values

Number of remaining transfers in the DMA queue.

Description

Returns the number of remaining transfers in the DMA queue. The maximum size of any DMA transfer is LC_MAX_DMA_BYTES (4 KB).

See Also

Cache Functions,
LCStoreData, LCStoreBlocks, LCLoadData, LCLoadBlocks, LCQueueWait

Revision History

03/01/2006 Initial version.