MIC_GetLastSamplingAddress

C Specification

#include <nitro/spi.h>
void*  MIC_GetLastSamplingAddress( void );

Arguments

None.

Return Values

Returns the address where the last sampled data are stored.

Description

This function gets the buffer address where the last data is stored. This occurs either during or after execution of the microphone's automatic sampling. The function returns NULL immediately after either the MIC library is initialized or automatic sampling begins using MIC_StartAutoSampling (but no sampling has been done).

See Also

MIC_StartAutoSampling, MIC_StartAutoSamplingAsync

Revision History

11/04/2004 Clarified the return value before sampling.
06/01/2004 Initial version.