GXGetFifoLimits

Syntax

#include <revolution/gx.h>

void GXGetFifoLimits( const GXFifoObj* fifo, u32* hi, u32* lo );

Arguments

fifo A pointer to the FIFO structure.
hi Points to a space for returning the high water mark.
lo Points to a space for returning the 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

2006/03/01 Initial version.


CONFIDENTIAL