DSP_GetLastSamplingAddress

Syntax


const u8* DSP_GetLastSamplingAddress(void);

Arguments

None.

Return Values

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.

Description

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.

See Also

DSP_StartSampling DSP_StopSampling DSP_SyncSamplingBuffer

Revision History

2008/06/13 Initial version.


CONFIDENTIAL