1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>SCFG_SetCardFixed</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">SCFG_SetCardFixed <IMG src="../../image/TWL.gif" width="23" height="12" border="0" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15<PRE><CODE>#include <twl/scfg.h></CODE></PRE> 16 <PRE><CODE>static inline void SCFG_SetCardFixed( BOOL sw ); 17 </CODE></PRE> 18</DL> 19<H2>Arguments</H2> 20<TABLE border="1" width="100%"> 21 <TBODY> 22 <TR> 23<TD width="13%"><SPAN class="argument">sw</SPAN></TD> 24<TD width="87%">If <CODE>TRUE</CODE>, revisions to the memory card interface circuit will be used.<BR>If <CODE>FALSE</CODE>, the circuit will be identical to the NITRO-CPU's.</TD> 25 </TR> 26 </TBODY> 27</TABLE> 28<H2>Return Values</H2> 29<P>None.</P> 30<H2>Description</H2> 31<P>Configures the use of revisions to the memory card interface circuit.</P> 32<P>If revisions are specified to be used, bugs related to multi-page writes and 32-bit variable data writes will be fixed.</P> 33<P>Revisions will not be used by default.</P> 34<P><B><FONT color="#ff0000">Note:</B> Use this function when running on TWL hardware.</FONT></P> 35<P>Because NITRO hardware does not include an SCFG block, this function is not expected to be called on NITRO hardware.</P> 36<H2>See Also</H2> 37<P><A href="../overview_scfg.html">SCFG Overview</A><BR> <A href="SCFG_IsCardFixed.html"><CODE>SCFG_IsCardFixed</CODE></A></P> 38<H2>Revision History</H2> 39<P>2008/04/07 Added information on default values.<BR> 2007/10/03 Initial version.</P> 40<hr><p>CONFIDENTIAL</p></body> 41</HTML>