1<html>
2
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 6.5.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>CARDSetFastMode</title>
9</head>
10
11<body>
12
13<h1>CARDSetFastMode</h1>
14
15
16<h2>C Specification</h2>
17
18<dl>
19  <dd><pre><code>#include &lt;revolution/card.h&gt;
20
21BOOL CARDSetFastMode ( BOOL enable );</code>
22</pre>
23  </dd>
24</dl>
25<h2>Arguments</h2>
26
27<table border="1" cellpadding="3" cellspacing="0">
28  <tr>
29<td width="120" bgcolor="#ffffe8"><code><em><strong><STRONG><EM><CODE>enable</CODE></EM></STRONG></strong></em></code></td>
30<td width="520">TRUE to enable fast mode. FALSE to disable fast mode.</td>
31  </tr>
32  </table>
33
34<h2>Return Values</h2>
35<P>Previous processing mode:</P>
36<table border="1" cellpadding="3" cellspacing="0">
37  <tr>
38<td width="120"><code>TRUE</code></td>
39<td width="520">Fast mode</td>
40  </tr>
41  <tr>
42<td width="120"><code>FALSE</code></td>
43<td width="520">Normal mode</td>
44  </tr>
45</table>
46<h2>Description</h2>
47<P>Enables/disables the fast operation mode of the Memory Card. The processing mode must be set before mounting a Memory Card.</P>
48<P><strong>Note:</strong> If the fast operation mode is enabled, Memory Card 1019 can be programmed (written) much faster than Memory Card 59 and Memory Card 251. By default, the fast operation mode is disabled for backward compatibility.</P>
49<P><STRONG>Note:</STRONG> This function is provided for debugging purposes. Applications should not use this function.</P>
50<h2>See Also</h2>
51<p><a target="contents" href="toc.html">Card Functions</a>, <code><a href="CARDGetCurrentMode.html">CARDGetCurrentMode</a></code>, <code><a href="CARDGetFastMode.html">CARDGetFastMode</a></code></p>
52<H2>Revision History</H2>
53<P>2006/03/01 Initial version.</P>
54<hr>
55<P>CONFIDENTIAL</p>
56</BODY>
57</html>