GXGetFifoLimits

C Specification

#include <revolution/gx.h>
void GXGetFifoLimits( const GXFifoObj* fifo, u32* hi, u32* lo );

Arguments

fifo A pointer to the fifo structure
hi Points to space to return high water mark
lo Points to space to return low water mark

Return Values

None.

Description

This function returns the high and low water marks for the specified FIFO object.

See Also

GXInitFifoLimits

Revision History

03/01/2006 Initial version.