TimerOpen or TimerReset are called, the time ticks will
be reverted to 0.
Example: Please refer to “TimerOpen()” function for more detailed
information.
DelayMs()
Function: Inserts a delay for a specific time interval. The time unit is
ms and uses system time ticks.
Syntax:
void DelayMs(unsigned t);
Header: #include
”7188xc.h”
Description: Delay time unit is ms.
t: the delay time.
Example: Please refer to “TimerOpen()” function for more detailed
information.
Delay()
Function: Inserts a delay for a specific time interval. The time unit is
ms and uses Timer 1 feature of the CPU.
Syntax:
void Delay(unsigned ms);
Header: #include
”7188xc.h”
Description: Inserts a delay for a specific time interval. The time unit
is ms and uses the Timer 1 feature of the CPU.
ms: the delay time.
Example: Please refer to “TimerOpen()” function for more detailed
information.
Delay_1()
Function: Inserts a delay for a specific time interval. The time unit is
0.1 ms and uses the Timer 1 feature of the CPU.
Syntax:
void Delay_1(unsigned ms);
Header: #include
”7188xc.h”
Description: Inserts a delay for a specific time interval. The time unit
is 0.01 ms and uses the Timer 1 feature of the CPU.
ms: the delay time.
Example: Please refer to “TimerOpen()” function for more detailed
information.
Delay_2()
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
119
Содержание 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...