ChibiOS/RT
2.5.1
vectors.c File Reference

Detailed Description

Interrupt vectors for the STM32F1xx family.

Definition in file STM32F1xx/vectors.c.

#include "ch.h"
#include "board.h"

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.