STM8S/A Standard Peripherals Firmware Library
|
stm8_interrupt_vector.c File Reference
#include "stm8s_it.h"
Go to the source code of this file.
Data Structures | |
struct | interrupt_vector |
Typedefs | |
typedef void far(* | interrupt_handler_t )(void) |
Variables | |
struct interrupt_vector const | _vectab [] |
Typedef Documentation
typedef void far(* interrupt_handler_t)(void) |
Definition at line 7 of file stm8_interrupt_vector.c.
Variable Documentation
struct interrupt_vector const _vectab[] |
Definition at line 14 of file stm8_interrupt_vector.c.