RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
intrcatch.c File Reference

This source file contains the implementation of rtems_interrupt_catch(). More...

#include <rtems/rtems/intr.h>
#include <rtems/score/isr.h>

Functions

rtems_status_code rtems_interrupt_catch (rtems_isr_entry new_isr_handler, rtems_vector_number vector, rtems_isr_entry *old_isr_handler)
 Establishes an interrupt service routine.
 

Detailed Description

This source file contains the implementation of rtems_interrupt_catch().