OAR

RTEMS 4.5.1-pre3 On-Line Library


Interrupt Manager INTERRUPT_ENABLE - Enable Interrupts

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

6.4.3: INTERRUPT_ENABLE - Enable Interrupts

CALLING SEQUENCE:

procedure Interrupt_Enable (
   Level : in     RTEMS.ISR_Level
);

DIRECTIVE STATUS CODES:

NONE

DESCRIPTION:

This directive 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 enabled when this directive returns to the caller.

NOTES:

This directive will not cause the calling task to be preempted.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2000 OAR Corporation