AMX 86 Procedures
K
A
DAK
281
ajprvl ajprvl
Purpose Lower Task Privilege
Used by n Task o IS P o Timer Procedure o Restart Procedure n Exit Procedure
Setup ajprvl();
Results Interrupts are disabled and then restored to their state at the time of the
call.
Restrictions Must follow every call to ajprvr. Once ajprvr is called, task switching
is inhibited until ajprvl is called.
See Also ajprvr