
const u8* DSP_GetLastSamplingAddress(void);
None.
Ring buffer address storing the most recent sampling data. This address will use the buffer specified by the DSP_StartSampling function as a ring buffer by wrapping around it within the size range.
Gets the most recent position as a ring buffer address to which data was saved during automatic sampling started by the DSP_StartSampling function. This sampling position will be updated each time the DSP_SyncSamplingBuffer function is called.
DSP_StartSampling DSP_StopSampling DSP_SyncSamplingBuffer
2008/06/13 Initial version.
CONFIDENTIAL