RTEMS CPU Kit with SuperCore  4.11.3
Functions
intrcatch.c File Reference

RTEMS Interrupt Catch. More...

#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/score/isr.h>
#include <rtems/rtems/intr.h>
Include dependency graph for intrcatch.c:

Functions

RTEMS_INLINE_ROUTINE bool _ISR_Is_vector_number_valid (uint32_t vector)
 This function returns true if the vector is a valid vector number for this processor and false otherwise.
 
RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler (void *handler)
 This function returns true if handler is the entry point of a valid use interrupt service routine and false otherwise.
 
rtems_status_code rtems_interrupt_catch (rtems_isr_entry new_isr_handler, rtems_vector_number vector, rtems_isr_entry *old_isr_handler)
 

Detailed Description

RTEMS Interrupt Catch.