TP_RequestSamplingAsync

Syntax

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

Arguments

None.

Return Values

None.

Description

This asynchronous function requests from the ARM7 processor the one-time touch panel values at that time. After calling this function, you can read touch panel values using the TP_WaitRawResult or TP_WaitCalibratedResult function. This command cannot be used during TP autosampling.
Note: This function can get touch-panel values even during MIC auto sampling.
However, this function is executed the next time the microphone sampling ends. Therefore, it may take longer than usual for the function to respond.

See Also

TP_WaitRawResult
TP_WaitCalibratedResult
TP_RequestRawSampling
TP_RequestCalibratedSampling

Revision History

2009/07/22 Deleted duplicate description.
2004/04/21 Initial version.


CONFIDENTIAL