RTEMS Logo

RTEMS 4.6.0 On-Line Library


Interrupt Manager Directives Allowed from an ISR

PREV UP NEXT Bookshelf RTEMS C User's Guide

6.3.2: Directives Allowed from an ISR

Using the interrupt manager insures that RTEMS knows when a directive is being called from an ISR. The ISR may then use system calls to synchronize itself with an application task. The synchronization may involve messages, events or signals being passed by the ISR to the desired task. Directives invoked by an ISR must operate only on objects which reside on the local node. The following is a list of RTEMS system calls that may be made from an ISR:


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2004 OAR Corporation