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

irq.json « swm050 « libopencm3 « include - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 339d81eb9e31609ba087e1d55ecfdbca7ea99cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "irqs": [
        "timer_se0",
        "timer_se1",
        "wdt",
        "cp",
	"gpioa0",
	"gpioa1",
	"gpioa2",
	"gpioa3",
	"gpioa4",
	"gpioa5",
	"gpioa6",
	"gpioa7",
	"gpioa8",
	"gpioa9"
    ],
    "partname_humanreadable": "SWM050 series",
    "partname_doxygen": "SWM050",
    "includeguard": "LIBOPENCM3_SWM050_NVIC_H"
}