void rtems_interrupt_disable( rtems_isr_level 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.
This directive is implemented as a macro which modifies the level
parameter.
Copyright © 1988-1998 OAR Corporation