/** @file * * Definitions for vector tables on Tiny Gecko systems. * * @see include/libopencm3/efm32/vector.h * * @todo The definitions of the individual IRQs will go here too. * */ #ifndef LIBOPENCM3_EFM32_TINYGECKO_VECTOR_H #define LIBOPENCM3_EFM32_TINYGECKO_VECTOR_H #define EFM32_VECTOR_NIRQ 23 /**< See d0002_efm32_cortex-m3_reference_manual.pdf's table 1.1's "number of interrupts" line */ #endif