|
ChibiOS/RT
2.5.1 |
Interrupt vectors for the STM32F1xx family.
Definition in file STM32F1xx/vectors.c.
Go to the source code of this file.
Functions | |
| void | _unhandled_exception (void) |
| Unhandled exceptions handler. | |
Variables | |
| vectors_t | _vectors |
| STM32 vectors table. | |
Typedefs | |
| typedef void(* | irq_vector_t )(void) |
| Type of an IRQ vector. | |