#include <nitro/gx/gx.h>
void GX_VCountEqIntr(BOOL enable);
| enable | Specifies whether to issue interrupt request when value is equal to the V-counter value. |
None
If the argument is TRUE, an interrupt request is issued when the set value is equal to the V-counter. If the argument is FALSE, an interrupt request is not issued.
The function name has been changed from GX_VCounterEqIntr to GX_VCountEqIntr. For compatibility, GX_VCountEqIntr has been defined with a separate name from GX_VCounterEqIntr.
GX_IsVCountEq, GX_SetVCountEqVal
01/19/2004 Initial Version
10/19/2004 Name changed from GX_VCounterEqIntr to GX_VCountEqIntr