GX_GetVCountEqVal

C Specification

#include <nitro/gx/gx.h>

s32 GX_GetVCountEqVal(void);

Arguments

None.

Return Values

The value set as equal to the V-counter

Description

This function configures the parity value that will be equal to the V-counter. The value must be an integer between 0 and 262.

There is no need to manipulate the value set as equal to the V-counter, except when operating the VCOUNT interrupt directly without using the VAlarm provided in SDK.

GX_GetVCountEqVal is also defined with the different name of GX_GetVCounterEqVal.

See Also

GX_SetVCountEqVal, GX_IsVCountEq, GX_VCountEqIntr

Revision History

10/19/2004 Initial version.