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_TerminateForPulledOut</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">CARD_TerminateForPulledOut <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/card.h&gt;</CODE></PRE>
16  <PRE><CODE>void CARD_TerminateForPulledOut( void );
17  </CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<P>None.</P>
21<H2>Return Values</H2>
22<P>None.</P>
23<H2>Description</H2>
24<P>This function stops the ARM7 processor and the program. This function is called after a card removal is detected. However, if the cover is closed when this function is called, it turns off power to the device.</P>
25<P>Use the callback that is set by <a href="CARD_SetPulledOutCallback.html"><code>CARD_SetPulledOutCallback</code></a> and <a href="CARD_IsPulledOut.html"><code>CARD_IsPulledOut</code></a> to detect a game card removal.</P>
26<P>The stop notification that is sent to ARM7 is sent internally by a PXI signal. Do not call this function when PXI interrupts are prohibited.</P>
27<H2>See Also</H2>
28<P><code><a href="CARD_SetPulledOutCallback.html">CARD_SetPulledOutCallback</a>, <a href="CARD_IsPulledOut.html">CARD_IsPulledOut</a></code></P>
29<H2>Revision History</H2>
30<P>2004/11/10 Added that it turns the power off if the cover is closed.<br> 2004/09/16 Initial version.</P>
31<hr><p>CONFIDENTIAL</p></body>
32</HTML>
33