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="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>TP_RequestAutoSamplingStopAsync</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">TP_RequestAutoSamplingStopAsync <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/spi.h&gt;</CODE><BR>
20  <PRE><CODE>void TP_RequestAutoSamplingStopAsync( void );</CODE></PRE>
21  </dd>
22</dl>
23<h2>Arguments</h2>
24<P>None.</P>
25<h2>Return Values</h2>
26<p>None.</p>
27<H2>Description</H2>
28<P>This function asynchronously issues a request to ARM7 to stop autosampling touch panel values.</P>
29<P><STRONG>Note:</STRONG><BR>In this function, you must confirm whether the request to ARM7 was properly processed. <BR>To obtain the success or failure of the request, you can either first use <A href="TP_WaitBusy.html"><CODE>TP_WaitBusy</CODE></A> to wait for completion and then use <A href="TP_CheckError.html"><CODE>TP_CheckError</CODE></A>, or use a user callback argument if a user callback has been set in <A href="TP_SetCallback.html"><CODE>TP_SetCallback</CODE></A>.</P>
30<h2>See Also</h2>
31<P><CODE><A href="TP_RequestAutoSamplingStart.html">TP_RequestAutoSamplingStart</A>, <A href="TP_WaitBusy.html">TP_WaitBusy</A>,<A href="TP_CheckError.html">TP_CheckError</A>, <A href="TP_RequestAutoSamplingStop.html">TP_RequestAutoSamplingStop</A></CODE></P>
32<H2>Revision History</H2>
33<P>2004/04/21 Initial version.</P>
34<hr><p>CONFIDENTIAL</p></body>
35</html>
36