GXGetFifoSize

C Specification

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

Arguments

fifo Pointer to the FIFO structure.

Return Values

Returns the FIFO size that is set for the configured 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
GXGetFifoSize
GXInitFifoBase

Revision History

2007/03/05 Made changes in the Description section.
2006/03/01 Initial version.


CONFIDENTIAL