#include <revolution/gx.h> void* GXGetFifoBase( const GXFifoObj* fifo );
| fifo | A pointer to the FIFO structure. |
|---|
This function returns the base pointer of the specified FIFO object.
This function returns the base pointer 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.
GXGetCPUFifo, GXGetGPFifo, GXGetFifoSize, GXInitFifoBase
2006/03/01 Initial version.
CONFIDENTIAL