RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions | Variables
vectors_init.c File Reference

Exception hanlding initialisation (and generic handler). More...

#include <inttypes.h>
#include <rtems/bspIo.h>
#include <libcpu/vectors.h>
#include <libcpu/raw_exception.h>
#include <bsp/irq.h>

Functions

void C_default_exception_handler (CPU_Exception_frame *excPtr)
 
void initialize_exceptions (void)
 

Variables

rtems_exception_handler_t default_exception_handler
 
rtems_exception_handler_t * exception_handler_table [NUM_EXCEPTIONS]
 

Detailed Description

Exception hanlding initialisation (and generic handler).

This include file describe the data structure and the functions implemented by RTEMS to handle exceptions.