GX_VCountEqIntr

Syntax

#include <nitro/gx/gx.h>

void GX_VCountEqIntr(BOOL enable);

Arguments

enable Specifies whether to issue interrupt request when value is equal to the V-counter value.

Return Values

None.

Description

If the argument is TRUE, an interrupt request is issued when the set value is equal to the V-counter. If it is FALSE, it does not generate one.

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.

See Also

GX_IsVCountEq, GX_SetVCountEqVal

Revision History

2004/10/19 Name changed from GX_VCounterEqIntr to GX_VCountEqIntr.
2004/01/19 Initial version.


CONFIDENTIAL