function Interrupt_Disable return RTEMS.ISR_Level;
NONE
This directive disables all maskable interrupts and returns
the previous level
. A later invocation of the
rtems.interrupt_enable
directive should be used to
restore the interrupt level.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation