RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Interrupts Install a Raw Interrupt Handler

PREV UP NEXT Bookshelf RTEMS Porting Guide

5.4.1: Install a Raw Interrupt Handler

The _CPU_ISR_install_raw_handler XXX

void _CPU_ISR_install_raw_handler(
  unsigned32  vector,
  proc_ptr    new_handler,
  proc_ptr   *old_handler
)

This is where we install the interrupt handler into the "raw" interrupt table used by the CPU to dispatch interrupt handlers.


PREV UP NEXT Bookshelf RTEMS Porting Guide

Copyright © 1988-2004 OAR Corporation