summaryrefslogtreecommitdiffstats
path: root/libopencm3/include/libopencm3/stm32/f4/irq.json
blob: 9acf1dd77d5729760c4abae93b0c6107e4d52d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
    "irqs": [
        "nvic_wwdg", 
        "pvd", 
        "tamp_stamp", 
        "rtc_wkup", 
        "flash", 
        "rcc", 
        "exti0", 
        "exti1", 
        "exti2", 
        "exti3", 
        "exti4", 
        "dma1_stream0", 
        "dma1_stream1", 
        "dma1_stream2", 
        "dma1_stream3", 
        "dma1_stream4", 
        "dma1_stream5", 
        "dma1_stream6", 
        "adc", 
        "can1_tx", 
        "can1_rx0", 
        "can1_rx1", 
        "can1_sce", 
        "exti9_5", 
        "tim1_brk_tim9", 
        "tim1_up_tim10", 
        "tim1_trg_com_tim11", 
        "tim1_cc", 
        "tim2", 
        "tim3", 
        "tim4", 
        "i2c1_ev", 
        "i2c1_er", 
        "i2c2_ev", 
        "i2c2_er", 
        "spi1", 
        "spi2", 
        "usart1", 
        "usart2", 
        "usart3", 
        "exti15_10", 
        "rtc_alarm", 
        "usb_fs_wkup", 
        "tim8_brk_tim12", 
        "tim8_up_tim13", 
        "tim8_trg_com_tim14", 
        "tim8_cc", 
        "dma1_stream7", 
        "fsmc", 
        "sdio", 
        "tim5", 
        "spi3", 
        "uart4", 
        "uart5", 
        "tim6_dac", 
        "tim7", 
        "dma2_stream0", 
        "dma2_stream1", 
        "dma2_stream2", 
        "dma2_stream3", 
        "dma2_stream4", 
        "eth", 
        "eth_wkup", 
        "can2_tx", 
        "can2_rx0", 
        "can2_rx1", 
        "can2_sce", 
        "otg_fs", 
        "dma2_stream5", 
        "dma2_stream6", 
        "dma2_stream7", 
        "usart6", 
        "i2c3_ev", 
        "i2c3_er", 
        "otg_hs_ep1_out", 
        "otg_hs_ep1_in", 
        "otg_hs_wkup", 
        "otg_hs", 
        "dcmi", 
        "cryp", 
        "hash_rng",
        "fpu",
        "uart7",
        "uart8",
        "spi4",
        "spi5",
        "spi6",
        "sai1",
        "lcd_tft",
        "lcd_tft_err",
        "dma2d"
    ], 
    "partname_humanreadable": "STM32 F4 series", 
    "partname_doxygen": "STM32F4", 
    "includeguard": "LIBOPENCM3_STM32_F4_NVIC_H"
}