1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>DSP_GetLastSamplingAddress</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>DSP_GetLastSamplingAddress <IMG src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13 14<pre><code> 15const u8* DSP_GetLastSamplingAddress(void); 16</code></pre> 17 18<h2>Arguments</h2> 19<p>None.</p> 20 21<h2>Return Values</h2> 22<p>Ring buffer address storing the most recent sampling data. This address will use the buffer specified by the <code><a href="DSP_StartSampling.html">DSP_StartSampling</a></code> function as a ring buffer by wrapping around it within the size range.</p> 23 24<h2>Description</h2> 25<p>Gets the most recent position as a ring buffer address to which data was saved during automatic sampling started by the <code><a href="DSP_StartSampling.html">DSP_StartSampling</a></code> function. This sampling position will be updated each time the <code><a href="DSP_SyncSamplingBuffer.html">DSP_SyncSamplingBuffer</a></code> function is called.</p> 26 27<h2>See Also</h2> 28<p><code><a href="DSP_StartSampling.html">DSP_StartSampling</a> <a href="DSP_StopSampling.html">DSP_StopSampling</a> <a href="DSP_SyncSamplingBuffer.html">DSP_SyncSamplingBuffer</a></code></p> 29 30<h2>Revision History</h2> 31<p> 322008/06/13 Initial version.<br /> 33</p> 34<hr><p>CONFIDENTIAL</p></body> 35</html> 36