GXGetFifoCount

C Specification

#include <revolution/gx.h>
u32 GXGetFifoCount( const GXFifoObj* fifo );

Arguments

fifo A pointer to the FIFO structure

Return Values

This function returns the counter of the specified FIFO object.

Description

This function returns the counter (number of data items that have accumulated in the FIFO) of the specified FIFO object. It is used when you want to get the value of each setting from the FIFO state obtained using either GXGetCPUFifo or GXGetGPFifo.

See Also

GXGetCPUFifo
GXGetGPFifo

Revision History

03/01/2006 Initial version.