Welcome to mirror list, hosted at ThFree Co, Russian Federation.

irq.json « g0 « stm32 « libopencm3 « include - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa43cbc126a94608faae2c550596e95e7cfc24f0 (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
{
    "irqs": [
        "wwdg", 
        "pvd",
        "rtc", 
        "flash", 
        "rcc", 
        "exti0_1", 
        "exti2_3", 
        "exti4_15", 
        "ucpd1_ucpd2", 
        "dma1_channel1", 
        "dma1_channel2_3", 
        "dma1_channel4_7_dmamux", 
        "adc_comp", 
        "tim1_brk_up_trg_com", 
        "tim1_cc",
        "tim2", 
        "tim3", 
        "tim6_dac_lptim1", 
        "tim7_lptim2",
        "tim14", 
        "tim15", 
        "tim16",
        "tim17", 
        "i2c1", 
        "i2c2", 
        "spi1", 
        "spi2", 
        "usart1", 
        "usart2", 
        "usart3_usart4_lpuart1",
        "cec", 
        "aes_rng"
    ], 
    "partname_humanreadable": "STM32 G0 series", 
    "partname_doxygen": "STM32G0", 
    "includeguard": "LIBOPENCM3_STM32_G0_NVIC_H"
}