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="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>GXRestoreWriteGatherPipe</title>
10</head>
11
12<body>
13
14<h1 align="left">GXRestoreWriteGatherPipe</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gx.h&gt;
19
20void GXRestoreWriteGatherPipe ( void );
21</pre></dd></dl>
22
23<H2>Arguments</H2>
24<P>None.</P>
25
26<H2>Return Values</H2>
27<P>None.</P>
28
29<h2>Description</h2>
30<P>This function restores the write gather pipe.&nbsp;The CPU FIFO that was connected when the <a href="GXRedirectWriteGatherPipe.html"><CODE>GXRedirectWriteGatherPipe</CODE></a> function was called will be re-connected.&nbsp;If data is pending in the write gather pipe (i.e., if the amount of data written was not a multiple of 32 bytes), the data will be padded with zeroes and flushed out.</P>
31<P>This function must be called between successive calls to the <a href="GXRedirectWriteGatherPipe.html"><CODE>GXRedirectWriteGatherPipe</CODE></a> function.</P>
32
33<h2>See Also</h2>
34<P class="reference">
35<a href="GXRedirectWriteGatherPipe.html">GXRedirectWriteGatherPipe</a>
36</p>
37
38<H2>Revision History</H2>
39<P>
402006/03/01 Initial version.<br>
41</P>
42
43<hr><p>CONFIDENTIAL</p></body>
44</HTML>