#include <revolution/gx.h> void GXGetFifoLimits( const GXFifoObj* fifo, u32* hi, u32* lo );
| 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. |
None.
This function returns the high and low water marks for the specified FIFO object.
2006/03/01 Initial version.
CONFIDENTIAL