CuVoodoo STM32F1 firmware template
|
BusVoodoo runtime interrupt table. More...
Go to the source code of this file.
Functions | |
static void | isr_handler (void) |
handler intercepting interrupts and running the function provided in the table | |
Variables | |
vector_table_entry_t | interrupt_table [NVIC_IRQ_COUNT] = {0} |
table of interrupts which can set to user functions More... | |
vector_table_entry_t interrupt_table[NVIC_IRQ_COUNT] = {0} |
table of interrupts which can set to user functions
Definition at line 21 of file interrupt.c.