220
K
A
DAK
AMX 86 Procedures
ajclk ajclk
Purpose AMX Clock Handler
Used by o Task n ISP o Timer Procedure o Restart Procedure o Exit Procedure
Setup Interrupts must be disabled.
ajclk();
Results Interrupts may be enabled and/or disabled and will then be restored to
their state at the time of the call.
Note This procedure is for Clock Interrupt Service Procedure use only.
Restrictions If you code your clock ISP in C, it must be coded as a C interrupt
procedure as described in Chapter 5.2. The ISP must dismiss the clock
interrupt and call ajclk.
Interrupts must be disabled upon entry to ajclk or AACLK.