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 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>MIC_StopLimitedSamplingAsync</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MIC_StopLimitedSamplingAsync <img src="../../image/TWL.gif"></h1> 15 16<h2>Syntax</h2> 17<dl> 18 <dd> 19<CODE>#include <twl/spi.h></CODE><BR> 20 <PRE><CODE><A href="MICResult.html">MICResult</A> MIC_StopLimitedSamplingAsync( 21 <CODE><A href="MICCallback.html">MICCallback</A></CODE> callback, 22 void* arg );</CODE></PRE> 23 </dd> 24</dl> 25 26<h2>Arguments</h2> 27<TABLE border="1" width="100%"> 28 <TBODY> 29 <TR> 30 <TD width="300"><em><strong><font face="Courier New">callback</font></strong></em></TD> 31 <TD width="700">Specifies the pointer to the callback function. This callback is called from within the interrupt handler.</TD> 32 </TR> 33 <TR> 34 <TD><em><strong><font face="Courier New">arg</font></strong></em></TD> 35 <TD>Argument to pass to the callback function.</TD> 36 </TR> 37 </TBODY> 38</TABLE> 39 40<h2>Return Values</h2> 41<P> 42Returns the processing result as a <CODE><A href="MICResult.html">MICResult</A></CODE> enumerated type. Returns <CODE>MIC_RESULT_SUCCESS</CODE> if the asynchronous process started normally; returns some other value if the process failed. 43</P> 44 45<H2>Description</H2> 46<P>Asynchronously stops frequency-limited microphone auto-sampling. This function issues a request to the ARM7 to stop frequency-limited auto-sampling, then returns control to the caller without waiting for a response. You must use the <CODE>result</CODE> argument passed by the user callback function to get the ARM7 processing result. If this function fails, the asynchronous operation is not performed and the user callback function is not called. 47</P> 48 49<H2>Note</H2> 50<P> 51<FONT color=red>Because frequency-limited auto-sampling cannot be performed on the NITRO platform or when the CODEC is running in CODEC-DS mode, this function will instead internally call the <CODE><A href="MIC_StopAutoSamplingAsync.html">MIC_StopAutoSamplingAsync</A></CODE> auto-sampling control function.</FONT> 52</P> 53<P><FONT color=red>It has been confirmed that slight hardware noise is mixed with the microphone input on the TWL console. See <A href="./about_HardwareNoise.html">here</A> for a workaround.</FONT></P> 54<H2>See Also</H2> 55<P> 56<CODE><A href="MIC_StopLimitedSampling.html">MIC_StopLimitedSampling</A>, <A href="MIC_StartLimitedSamplingAsync.html">MIC_StartLimitedSamplingAsync</A>, <A href="MIC_AdjustLimitedSamplingAsync.html">MIC_AdjustLimitedSamplingAsync</A></CODE> 57</P> 58 59<H2>Revision History</H2> 60<P> 612008/01/09 Added a note about the difference in behavior with CODEC mode. <BR>2007/11/17 Initial version.<BR> 62</P> 63<hr><p>CONFIDENTIAL</p></body> 64</html> 65