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.0.0 for Windows" />
6<meta http-equiv="Content-Style-Type" content="text/css" />
7<title>CARD_GetCacheFlushFlag</title>
8<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
9</head>
10
11<body>
12
13<h1 align="left">CARD_GetCacheFlushFlag<img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
14<H2>Syntax</H2>
15
16<dl>
17  <dd>
18<code>#include &lt;nitro/card.h&gt;</code><br />
19  <br />
20  <code>void CARD_GetCacheFlushFlag(BOOL *icache, BOOL *dcache);</code><br />
21  <br />
22  </dd>
23</dl>
24<h2>Arguments</h2>
25<table border="1" width="100%">
26  <tbody>
27    <tr>
28      <td width="13%"><SPAN class="argument">icache</SPAN></td>
29      <td width="87%">Pointer that stores that instruction cache's auto-invalidation flag.<br /> If not necessary, specify <CODE>NULL</CODE>.</td>
30    </tr>
31    <tr>
32      <td width="13%"><SPAN class="argument">dcache</SPAN></td>
33      <td width="87%">Pointer that stores that data cache's auto-invalidation flag.<br /> If not necessary, specify <CODE>NULL</CODE>.</td>
34    </tr>
35  </tbody>
36</table>
37
38<h2>Return Values</h2>
39<p>None.</p>
40
41<h2>Description</h2>
42<p>Finds out whether the invalidation process to flush the cache will take place automatically when a process to load ROM data occurs inside the library.<br /> For details, see the description of the <a href="CARD_SetCacheFlushFlag.html"><CODE>CARD_SetCacheFlushFlag</CODE></a> function.<br />
43</p>
44<h2>See Also</h2>
45<p><a href="CARD_SetCacheFlushFlag.html"><CODE>CARD_SetCacheFlushFlag</CODE></a></p>
46
47<h2>Revision History</h2>
48<p>
492008/12/05 Initial version.
50</p>
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53