GXGetFifoSize

Syntax

#include <revolution/gx.h>

u32 GXGetFifoSize( const GXFifoObj* fifo );

Arguments

fifo A pointer to the FIFO structure.

Return Values

Returns the FIFO size configured in the specified FIFO structure.

Description

This function returns the size of the FIFO memory area that is set for the configured FIFO structure. 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, GXGetFifoBase, GXInitFifoBase

Revision History

2007/03/05 Partially changed the Description section.
2006/03/01 Initial version.


CONFIDENTIAL