#include <nitro/spi.h>
MICResult MIC_StopAutoSampling( void );
None.
Returns the enumerated-type MICResult
process result. If the asynchronous process started normally, returns MIC_RESULT_SUCCESS
. If the process fails for some reason, returns some other value.
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 requires a PXI interrupt for synchronization. Do not call this function when PXI interrupts are prohibited.
MIC_StopAutoSamplingAsync
, MIC_StartAutoSampling
, MIC_AdjustAutoSampling
03/08/2005 Standardized the Japanese term for "interrupt".
01/11/2005 Revised return values, added reference functions.
06/01/2004 Initial version.