RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Interrupts ISR Invoked with Frame Pointer

PREV UP NEXT Bookshelf RTEMS Porting Guide

5.5.3: ISR Invoked with Frame Pointer

Does the RTEMS invoke the user's ISR with the vector number and a pointer to the saved interrupt frame (1) or just the vector number (0)?

#define CPU_ISR_PASSES_FRAME_POINTER 0

NOTE: It is desirable to include a pointer to the interrupt stack frame as an argument to the interrupt service routine. Eventually, it would be nice if all ports included this parameter.


PREV UP NEXT Bookshelf RTEMS Porting Guide

Copyright © 1988-2004 OAR Corporation