#include <revolution/gx.h> u32 GXGetFifoSize( const GXFifoObj* fifo );
| fifo | A pointer to the FIFO structure. |
|---|
Returns the FIFO size configured in the specified FIFO structure.
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.
GXGetCPUFifo, GXGetGPFifo, GXGetFifoBase, GXInitFifoBase
2007/03/05 Partially changed the Description section.
2006/03/01 Initial version.
CONFIDENTIAL