1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>GX_SetVCountEqVal</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">GX_SetVCountEqVal <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/gx/gx.h&gt;
20
21void GX_SetVCountEqVal(s32 val);<BR></CODE></PRE>
22  </dd>
23</dl><h2>Arguments</h2>
24<TABLE border="1" width="100%">
25  <TBODY>
26    <TR>
27      <TD width="237"><EM><STRONG><FONT face="Courier New">val</FONT></STRONG></EM></TD>
28      <TD width="609">The value to set for V-counter parity (0 &le; <EM><STRONG><code>val</code></strong></em> &le; 262).</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32<h2>Return Values</h2>
33<p>None.</p>
34<H2>Description</H2>
35<P>This function configures the parity value that will be equal to the V-counter. The value must be an integer between 0 and 262.</P>
36<P>To synchronize V-blanks during MP communications, the V-count value can roll back in a range of 202 to 210, so be careful when using this feature.</P>
37<P>The name of this function has been changed from <code>GX_SetVCounterEqVal</code> to <code>GX_SetVCountEqVal</code>. For compatibility, <code>GX_SetVCounterEqVal</code> has been defined as another name for <code>GX_SetVCountEqVal</code>.</P>
38<h2>See Also</h2>
39<P><a href="GX_GetVCountEqVal.html"><code>GX_GetVCountEqVal</code></a>, <a  href="GX_IsVCountEq.html"><code>GX_IsVCountEq</code></a>, <a  href="GX_VCountEqIntr.html"><code>GX_VCountEqIntr</code></a></P>
40<H2>Revision History</H2>
41<P>
422007/10/16 Added a note about use during MP communications.<BR>2004/10/19 Changed the function name from <code>GX_SetVCounterEqVal</code> to <code>GX_SetVCountEqVal</code>.<br>2004/01/19 Initial version.
43</P>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46