Go to the source code of this file.
◆ get_timer()
Emit code for = TI.
Emit code to measure the current value of 60th/50th seconds passed.
- Parameters
-
| _environment | Current calling environment |
- Returns
- Temporary variable with the number of ticks passed
Definition at line 47 of file timer.c.
◆ set_timer()
| void set_timer |
( |
Environment * | _environment, |
|
|
char * | _value ) |
Emit code for TI =.
Emit code to assign the current value of the internal timer.
- Parameters
-
| _environment | Current calling environment |
| _value | Time to assign |
Definition at line 64 of file timer.c.