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 17 18<h2>C Specification</h2> 19 20<dl> 21<dd><PRE><CODE>#include <revolution/gx.h></CODE></PRE> 22 </dd> 23<dd><pre><CODE>void GXRestoreWriteGatherPipe ( void );</CODE></pre> 24 </dd> 25</dl> 26<H2>Arguments</H2> 27<DIV align="left">None.</DIV> 28<H2>Return Values</H2> 29<P>None.</P> 30<h2>Description</h2> 31 32<P>This function restores the write gather pipe. The CPU fifo that was attached when <a href="GXRedirectWriteGatherPipe.html">GXRedirectWriteGatherPipe</a> was called will be re-attached. If data is pending in the write gather pipe (e.g. if the amount of data written was not a multiple of 32B), the data will be padded with zeroes and flushed out.</P> 33<P>This function must be called between successive calls to <a href="GXRedirectWriteGatherPipe.html">GXRedirectWriteGatherPipe</a>.</P> 34 35 36 37<h2>See Also</h2> 38 39<p><a href="GXRedirectWriteGatherPipe.html"><CODE>GXRedirectWriteGatherPipe</CODE></a></p> 40<H2>Revision History</H2> 41<P>03/01/2006 Initial version.</P> 42</BODY> 43</HTML>