summaryrefslogtreecommitdiffstats
path: root/libopencm3/include/libopencm3/efm32/efm32g/irq.json
diff options
context:
space:
mode:
Diffstat (limited to 'libopencm3/include/libopencm3/efm32/efm32g/irq.json')
-rw-r--r--libopencm3/include/libopencm3/efm32/efm32g/irq.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/libopencm3/include/libopencm3/efm32/efm32g/irq.json b/libopencm3/include/libopencm3/efm32/efm32g/irq.json
new file mode 100644
index 0000000..59cc38b
--- /dev/null
+++ b/libopencm3/include/libopencm3/efm32/efm32g/irq.json
@@ -0,0 +1,38 @@
+{
+ "_source": "The names and sequence are taken from d0001_efm32g_reference_manual.pdf table 4.1.",
+ "irqs": [
+ "dma",
+ "gpio_even",
+ "timer0",
+ "usart0_rx",
+ "usart0_tx",
+ "acmp01",
+ "adc0",
+ "dac0",
+ "i2c0",
+ "gpio_odd",
+ "timer1",
+ "timer2",
+ "usart1_rx",
+ "usart1_tx",
+ "usart2_rx",
+ "usart2_tx",
+ "uart0_rx",
+ "uart0_tx",
+ "leuart0",
+ "leuart1",
+ "letimer0",
+ "pcnt0",
+ "pcnt1",
+ "pcnt2",
+ "rtc",
+ "cmu",
+ "vcmp",
+ "lcd",
+ "msc",
+ "aes"
+ ],
+ "partname_humanreadable": "EFM32 Gecko series",
+ "partname_doxygen": "EFM32G",
+ "includeguard": "LIBOPENCM3_EFM32G_NVIC_H"
+}