GXGetFifoBase

C Specification

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

Arguments

fifo A pointer to the FIFO structure

Return Values

This function returns the base pointer of the specified FIFO object.

Description

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.

See Also

GXGetCPUFifo
GXGetGPFifo
GXGetFifoSize
GXInitFifoBase

Revision History

2006/03/01 Initial version.


CONFIDENTIAL