1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - SCS Software Lock Access Register"]
5 pub dlar: DLAR,
6 #[doc = "0x04 - SCS Software Lock Status Register"]
7 pub dlsr: DLSR,
8 #[doc = "0x08 - Debug Authentication Status Register"]
9 pub dauthstatus: DAUTHSTATUS,
10 #[doc = "0x0c - SCS Device Architecture Register"]
11 pub ddevarch: DDEVARCH,
12 _reserved4: [u8; 12usize],
13 #[doc = "0x1c - SCS Device Type Register"]
14 pub ddevtype: DDEVTYPE,
15 #[doc = "0x20 - SCS Peripheral Identification Register 4"]
16 pub dpidr4: DPIDR4,
17 #[doc = "0x24 - SCS Peripheral Identification Register 5"]
18 pub dpidr5: DPIDR5,
19 #[doc = "0x28 - SCS Peripheral Identification Register 6"]
20 pub dpidr6: DPIDR6,
21 #[doc = "0x2c - SCS Peripheral Identification Register 7"]
22 pub dpidr7: DPIDR7,
23 #[doc = "0x30 - SCS Peripheral Identification Register 0"]
24 pub dpidr0: DPIDR0,
25 #[doc = "0x34 - SCS Peripheral Identification Register 1"]
26 pub dpidr1: DPIDR1,
27 #[doc = "0x38 - SCS Peripheral Identification Register 2"]
28 pub dpidr2: DPIDR2,
29 #[doc = "0x3c - SCS Peripheral Identification Register 3"]
30 pub dpidr3: DPIDR3,
31 #[doc = "0x40 - SCS Component Identification Register 0"]
32 pub dcidr0: DCIDR0,
33 #[doc = "0x44 - SCS Component Identification Register 1"]
34 pub dcidr1: DCIDR1,
35 #[doc = "0x48 - SCS Component Identification Register 2"]
36 pub dcidr2: DCIDR2,
37 #[doc = "0x4c - SCS Component Identification Register 3"]
38 pub dcidr3: DCIDR3,
39}
40#[doc = "SCS Software Lock Access Register\n\nThis register you can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dlar](dlar) module"]
41pub type DLAR = crate::Reg<u32, _DLAR>;
42#[allow(missing_docs)]
43#[doc(hidden)]
44pub struct _DLAR;
45#[doc = "`write(|w| ..)` method takes [dlar::W](dlar::W) writer structure"]
46impl crate::Writable for DLAR {}
47#[doc = "SCS Software Lock Access Register"]
48pub mod dlar;
49#[doc = "SCS Software Lock Status Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dlsr](dlsr) module"]
50pub type DLSR = crate::Reg<u32, _DLSR>;
51#[allow(missing_docs)]
52#[doc(hidden)]
53pub struct _DLSR;
54#[doc = "`read()` method returns [dlsr::R](dlsr::R) reader structure"]
55impl crate::Readable for DLSR {}
56#[doc = "SCS Software Lock Status Register"]
57pub mod dlsr;
58#[doc = "Debug Authentication Status Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dauthstatus](dauthstatus) module"]
59pub type DAUTHSTATUS = crate::Reg<u32, _DAUTHSTATUS>;
60#[allow(missing_docs)]
61#[doc(hidden)]
62pub struct _DAUTHSTATUS;
63#[doc = "`read()` method returns [dauthstatus::R](dauthstatus::R) reader structure"]
64impl crate::Readable for DAUTHSTATUS {}
65#[doc = "Debug Authentication Status Register"]
66pub mod dauthstatus;
67#[doc = "SCS Device Architecture Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [ddevarch](ddevarch) module"]
68pub type DDEVARCH = crate::Reg<u32, _DDEVARCH>;
69#[allow(missing_docs)]
70#[doc(hidden)]
71pub struct _DDEVARCH;
72#[doc = "`read()` method returns [ddevarch::R](ddevarch::R) reader structure"]
73impl crate::Readable for DDEVARCH {}
74#[doc = "SCS Device Architecture Register"]
75pub mod ddevarch;
76#[doc = "SCS Device Type Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [ddevtype](ddevtype) module"]
77pub type DDEVTYPE = crate::Reg<u32, _DDEVTYPE>;
78#[allow(missing_docs)]
79#[doc(hidden)]
80pub struct _DDEVTYPE;
81#[doc = "`read()` method returns [ddevtype::R](ddevtype::R) reader structure"]
82impl crate::Readable for DDEVTYPE {}
83#[doc = "SCS Device Type Register"]
84pub mod ddevtype;
85#[doc = "SCS Peripheral Identification Register 4\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr4](dpidr4) module"]
86pub type DPIDR4 = crate::Reg<u32, _DPIDR4>;
87#[allow(missing_docs)]
88#[doc(hidden)]
89pub struct _DPIDR4;
90#[doc = "`read()` method returns [dpidr4::R](dpidr4::R) reader structure"]
91impl crate::Readable for DPIDR4 {}
92#[doc = "SCS Peripheral Identification Register 4"]
93pub mod dpidr4;
94#[doc = "SCS Peripheral Identification Register 5\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr5](dpidr5) module"]
95pub type DPIDR5 = crate::Reg<u32, _DPIDR5>;
96#[allow(missing_docs)]
97#[doc(hidden)]
98pub struct _DPIDR5;
99#[doc = "`read()` method returns [dpidr5::R](dpidr5::R) reader structure"]
100impl crate::Readable for DPIDR5 {}
101#[doc = "SCS Peripheral Identification Register 5"]
102pub mod dpidr5;
103#[doc = "SCS Peripheral Identification Register 6\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr6](dpidr6) module"]
104pub type DPIDR6 = crate::Reg<u32, _DPIDR6>;
105#[allow(missing_docs)]
106#[doc(hidden)]
107pub struct _DPIDR6;
108#[doc = "`read()` method returns [dpidr6::R](dpidr6::R) reader structure"]
109impl crate::Readable for DPIDR6 {}
110#[doc = "SCS Peripheral Identification Register 6"]
111pub mod dpidr6;
112#[doc = "SCS Peripheral Identification Register 7\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr7](dpidr7) module"]
113pub type DPIDR7 = crate::Reg<u32, _DPIDR7>;
114#[allow(missing_docs)]
115#[doc(hidden)]
116pub struct _DPIDR7;
117#[doc = "`read()` method returns [dpidr7::R](dpidr7::R) reader structure"]
118impl crate::Readable for DPIDR7 {}
119#[doc = "SCS Peripheral Identification Register 7"]
120pub mod dpidr7;
121#[doc = "SCS Peripheral Identification Register 0\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr0](dpidr0) module"]
122pub type DPIDR0 = crate::Reg<u32, _DPIDR0>;
123#[allow(missing_docs)]
124#[doc(hidden)]
125pub struct _DPIDR0;
126#[doc = "`read()` method returns [dpidr0::R](dpidr0::R) reader structure"]
127impl crate::Readable for DPIDR0 {}
128#[doc = "SCS Peripheral Identification Register 0"]
129pub mod dpidr0;
130#[doc = "SCS Peripheral Identification Register 1\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr1](dpidr1) module"]
131pub type DPIDR1 = crate::Reg<u32, _DPIDR1>;
132#[allow(missing_docs)]
133#[doc(hidden)]
134pub struct _DPIDR1;
135#[doc = "`read()` method returns [dpidr1::R](dpidr1::R) reader structure"]
136impl crate::Readable for DPIDR1 {}
137#[doc = "SCS Peripheral Identification Register 1"]
138pub mod dpidr1;
139#[doc = "SCS Peripheral Identification Register 2\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr2](dpidr2) module"]
140pub type DPIDR2 = crate::Reg<u32, _DPIDR2>;
141#[allow(missing_docs)]
142#[doc(hidden)]
143pub struct _DPIDR2;
144#[doc = "`read()` method returns [dpidr2::R](dpidr2::R) reader structure"]
145impl crate::Readable for DPIDR2 {}
146#[doc = "SCS Peripheral Identification Register 2"]
147pub mod dpidr2;
148#[doc = "SCS Peripheral Identification Register 3\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dpidr3](dpidr3) module"]
149pub type DPIDR3 = crate::Reg<u32, _DPIDR3>;
150#[allow(missing_docs)]
151#[doc(hidden)]
152pub struct _DPIDR3;
153#[doc = "`read()` method returns [dpidr3::R](dpidr3::R) reader structure"]
154impl crate::Readable for DPIDR3 {}
155#[doc = "SCS Peripheral Identification Register 3"]
156pub mod dpidr3;
157#[doc = "SCS Component Identification Register 0\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dcidr0](dcidr0) module"]
158pub type DCIDR0 = crate::Reg<u32, _DCIDR0>;
159#[allow(missing_docs)]
160#[doc(hidden)]
161pub struct _DCIDR0;
162#[doc = "`read()` method returns [dcidr0::R](dcidr0::R) reader structure"]
163impl crate::Readable for DCIDR0 {}
164#[doc = "SCS Component Identification Register 0"]
165pub mod dcidr0;
166#[doc = "SCS Component Identification Register 1\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dcidr1](dcidr1) module"]
167pub type DCIDR1 = crate::Reg<u32, _DCIDR1>;
168#[allow(missing_docs)]
169#[doc(hidden)]
170pub struct _DCIDR1;
171#[doc = "`read()` method returns [dcidr1::R](dcidr1::R) reader structure"]
172impl crate::Readable for DCIDR1 {}
173#[doc = "SCS Component Identification Register 1"]
174pub mod dcidr1;
175#[doc = "SCS Component Identification Register 2\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dcidr2](dcidr2) module"]
176pub type DCIDR2 = crate::Reg<u32, _DCIDR2>;
177#[allow(missing_docs)]
178#[doc(hidden)]
179pub struct _DCIDR2;
180#[doc = "`read()` method returns [dcidr2::R](dcidr2::R) reader structure"]
181impl crate::Readable for DCIDR2 {}
182#[doc = "SCS Component Identification Register 2"]
183pub mod dcidr2;
184#[doc = "SCS Component Identification Register 3\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [dcidr3](dcidr3) module"]
185pub type DCIDR3 = crate::Reg<u32, _DCIDR3>;
186#[allow(missing_docs)]
187#[doc(hidden)]
188pub struct _DCIDR3;
189#[doc = "`read()` method returns [dcidr3::R](dcidr3::R) reader structure"]
190impl crate::Readable for DCIDR3 {}
191#[doc = "SCS Component Identification Register 3"]
192pub mod dcidr3;