channel:0-7, a total of 8 channels.
Return Value: On success, returns NoError.
If the channel is out of range, returns ChannelError
(-15).
Example: Please refer to “StopWatchStart ()” function for more
detailed information.
StopWatchContinue()
Function: Restarts the StopWatch.
Syntax:
int StopWatchContinue(int channel);
Header: #include
”7188xc.h”
Description: channel:0-7, a total of 8 channels.
Return Value: On success, returns NoError.
If the channel is out of range, returns ChannelError
(-15).
Example: Please refer to “StopWatchStart ()” for more detailed
information.
StopWatchReadValue()
Function: Reads the current StopWatch value.
Syntax:
int StopWatchReadValue(int channel,unsigned long
*value);
Header: #include
”7188xc.h”
Description: The value represents the time that has elapsed since
either a StopWatchStart() or StopWatchReset() was last
called.
channel: 0-7, a total of 8 channels.
Return Value: On success, returns NoError().
If the channel is out of range, returns ChannelError
(-15).
Example: Please refer to “StopWatchStart ()” for detailed more
information.
CountDownTimerStart()
Function: Starts using the CountDownTimer.
Syntax:
int CountDownTimerStart(int channel,unsigned long
count);
Header: #include
”7188xc.h”
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
122
Содержание I-7188XC Series
Страница 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Страница 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Страница 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Страница 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...