procedure Interrupt_Flash ( Level : in RTEMS.ISR_Level );
NONE
This directive temporarily enables maskable interrupts to the level
which was returned by a previous call to
rtems.interrupt_disable
.
Immediately prior to invoking this directive, maskable interrupts should
be disabled by a call to rtems.interrupt_disable
and will be redisabled when this directive returns to the caller.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation