#include <nitro/spi.h>MICResult MIC_StopAutoSampling( void );
Stops microphone auto-sampling.
The function issues a request to ARM7 to stop auto-sampling, waits for ARM7 to respond and returns the process result. This is the synchronous version of MIC_StopAutoSamplingAsync.
This function waits for a PXI interrupt in order to gain synchrony. Do not call this function if PXI interrupts have been prohibited.
None.
0 if request succeeds.
Non-zero value if request fails.
MIC_StopAutoSamplingAsync,
MIC_StartAutoSampling, MIC_StartAutoSamplingAsync
06/01/2004 Initial version