GX_GetVCountEqVal


C Specification

#include <nitro/gx/gx.h>

s32 GX_GetVCountEqVal(void);
    

Description

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.

Arguments

None

Return Values

The value set as equal to the V-counter

See Also

GX_SetVCountEqVal, GX_IsVCountEq, GX_VCountEqIntr

Revision History

10/19/2004 Initial Version