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