#include <nitro/gx/gx.h>
s32 GX_GetVCountEqVal(void);
This function Obtains the current value equal to the V counter. The value is an integer between 0 and 262.
There is no need to use this value, unless you are using the VCOUNT interrupt directly without also using the VAlarm provided in the SDK.
GX_GetVCountEqVal is also defined with the different name of GX_GetVCounterEqVal.
None
The value set as equal to the V-counter
GX_SetVCountEqVal,
GX_IsVCountEq,
GX_VCountEqIntr
10/19/2004 Initial Version