SYSTEM CALLS
M68CPU32BUG/D REV 1
5-23
.TM_INI
Timer Initialization
.TM_INI
5.2.19 Timer Initialization
SYSCALL
.TM_INI
TRAP CODE:
$0040
Use .TM_INI to initialize the MCU periodic interrupt timer. .TM_INI stops the timer and then
initializes it. .TM_INI does not restart the timer; use .TM_STR0 to restart the timer. Timing is
accomplished by counting the number of interrupt pulses generated. The default interrupt pulse
frequency is 125 milliseconds. Use this routine the first time the timer functions are used.
Entry Conditions:
No arguments required.
Exit Conditions Different From Entry:
Periodic interrupt timer is stopped (no interrupts) and initialized for future
operation.
EXAMPLE
SYSCALL
.TM_INI
Initialize timer
Содержание M68CPU32BUG
Страница 16: ...GENERAL INFORMATION M68CPU32BUG D REV 1 1 8 ...
Страница 30: ...DEBUG MONITOR DESCRIPTION M68CPU32BUG D REV 1 2 14 ...
Страница 102: ...DEBUG MONITOR COMMANDS M68CPU32BUG D REV 1 3 72 ...
Страница 168: ...DIAGNOSTIC FIRMWARE GUIDE M68CPU32BUG D REV 1 6 24 ...