stm32l4x2_pac/
syscfg.rs

1#[doc = r" Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - memory remap register"]
5    pub memrmp: MEMRMP,
6    #[doc = "0x04 - configuration register 1"]
7    pub cfgr1: CFGR1,
8    #[doc = "0x08 - external interrupt configuration register 1"]
9    pub exticr1: EXTICR1,
10    #[doc = "0x0c - external interrupt configuration register 2"]
11    pub exticr2: EXTICR2,
12    #[doc = "0x10 - external interrupt configuration register 3"]
13    pub exticr3: EXTICR3,
14    #[doc = "0x14 - external interrupt configuration register 4"]
15    pub exticr4: EXTICR4,
16    #[doc = "0x18 - SCSR"]
17    pub scsr: SCSR,
18    #[doc = "0x1c - CFGR2"]
19    pub cfgr2: CFGR2,
20    #[doc = "0x20 - SWPR"]
21    pub swpr: SWPR,
22    #[doc = "0x24 - SKR"]
23    pub skr: SKR,
24}
25#[doc = "memory remap register"]
26pub struct MEMRMP {
27    register: ::vcell::VolatileCell<u32>,
28}
29#[doc = "memory remap register"]
30pub mod memrmp;
31#[doc = "configuration register 1"]
32pub struct CFGR1 {
33    register: ::vcell::VolatileCell<u32>,
34}
35#[doc = "configuration register 1"]
36pub mod cfgr1;
37#[doc = "external interrupt configuration register 1"]
38pub struct EXTICR1 {
39    register: ::vcell::VolatileCell<u32>,
40}
41#[doc = "external interrupt configuration register 1"]
42pub mod exticr1;
43#[doc = "external interrupt configuration register 2"]
44pub struct EXTICR2 {
45    register: ::vcell::VolatileCell<u32>,
46}
47#[doc = "external interrupt configuration register 2"]
48pub mod exticr2;
49#[doc = "external interrupt configuration register 3"]
50pub struct EXTICR3 {
51    register: ::vcell::VolatileCell<u32>,
52}
53#[doc = "external interrupt configuration register 3"]
54pub mod exticr3;
55#[doc = "external interrupt configuration register 4"]
56pub struct EXTICR4 {
57    register: ::vcell::VolatileCell<u32>,
58}
59#[doc = "external interrupt configuration register 4"]
60pub mod exticr4;
61#[doc = "SCSR"]
62pub struct SCSR {
63    register: ::vcell::VolatileCell<u32>,
64}
65#[doc = "SCSR"]
66pub mod scsr;
67#[doc = "CFGR2"]
68pub struct CFGR2 {
69    register: ::vcell::VolatileCell<u32>,
70}
71#[doc = "CFGR2"]
72pub mod cfgr2;
73#[doc = "SWPR"]
74pub struct SWPR {
75    register: ::vcell::VolatileCell<u32>,
76}
77#[doc = "SWPR"]
78pub mod swpr;
79#[doc = "SKR"]
80pub struct SKR {
81    register: ::vcell::VolatileCell<u32>,
82}
83#[doc = "SKR"]
84pub mod skr;