#include <nitro/gx/gx.h>
s32 GX_GetVCountEqVal(void);
None.
The value set as equal to the V-counter
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
.
GX_SetVCountEqVal
, GX_IsVCountEq
, GX_VCountEqIntr
10/19/2004 Initial version.