ChibiOS/RT
2.5.1
AT91SAM7 Interrupt Vectors
Collaboration diagram for AT91SAM7 Interrupt Vectors:

Detailed Description

Interrupt vectors for the AT91SAM7 family.

Functions

void _unhandled_exception (void)
 Unhandled exceptions handler.

Function Documentation

void _unhandled_exception ( void  )

Unhandled exceptions handler.

Any undefined exception vector points to this function by default. This function simply stops the system into an infinite loop.

Function Class:
Not an API, this function is for internal use only.

Definition at line 39 of file AT91SAM7/vectors.s.