MIC_StopAutoSampling


C Specification

#include <nitro/spi.h>
MICResult MIC_StopAutoSampling( void );

Description

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.

Warning

This function waits for a PXI interrupt in order to gain synchrony. Do not call this function if PXI interrupts have been prohibited.

Arguments

None.

Return Values

0 if request succeeds.
Non-zero value if request fails.

See Also

MIC_StopAutoSamplingAsync, MIC_StartAutoSampling, MIC_StartAutoSamplingAsync

Revision History

06/01/2004 Initial version