

#include <nitro/spi.h>void* MIC_GetLastSamplingAddress( void );
None.
Returns the address where the last sampled data are stored.
When called either during or after microphone auto-sampling or frequency-limited microphone auto-sampling, this function gets the buffer address storing the last data that was sampled. A value of NULL will be returned when sampling has never been done, such as immediately after the MIC library is initialized, or immediately after the MIC_StartAutoSampling or MIC_StartLimitedSampling function has been used to start auto-sampling.
MIC_StartAutoSampling, MIC_StartAutoSamplingAsync, MIC_StartLimitedSampling, MIC_StartLimitedSamplingAsync
2007/11/17 Added a description of operations during frequency-limited auto-sampling.
2004/11/04 Clarified the return values before sampling is performed.
2004/06/01 Initial version.
CONFIDENTIAL