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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
///Register block
/**PMCR (rw) register accessor: peripheral mode configuration register
You can [`read`](crate::Reg::read) this register and get [`pmcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pmcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pmcr`] module*/
pub type PMCR = crateReg;
///peripheral mode configuration register
/**EXTICR1 (rw) register accessor: external interrupt configuration register 1
You can [`read`](crate::Reg::read) this register and get [`exticr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`exticr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@exticr1`] module*/
pub type EXTICR1 = crateReg;
///external interrupt configuration register 1
/**EXTICR2 (rw) register accessor: external interrupt configuration register 2
You can [`read`](crate::Reg::read) this register and get [`exticr2::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`exticr2::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@exticr2`] module*/
pub type EXTICR2 = crateReg;
///external interrupt configuration register 2
/**EXTICR3 (rw) register accessor: external interrupt configuration register 3
You can [`read`](crate::Reg::read) this register and get [`exticr3::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`exticr3::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@exticr3`] module*/
pub type EXTICR3 = crateReg;
///external interrupt configuration register 3
/**EXTICR4 (rw) register accessor: external interrupt configuration register 4
You can [`read`](crate::Reg::read) this register and get [`exticr4::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`exticr4::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@exticr4`] module*/
pub type EXTICR4 = crateReg;
///external interrupt configuration register 4
/**CCCSR (rw) register accessor: compensation cell control/status register
You can [`read`](crate::Reg::read) this register and get [`cccsr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cccsr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cccsr`] module*/
pub type CCCSR = crateReg;
///compensation cell control/status register
/**CCVR (r) register accessor: SYSCFG compensation cell value register
You can [`read`](crate::Reg::read) this register and get [`ccvr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ccvr`] module*/
pub type CCVR = crateReg;
///SYSCFG compensation cell value register
/**CCCR (rw) register accessor: SYSCFG compensation cell code register
You can [`read`](crate::Reg::read) this register and get [`cccr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cccr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cccr`] module*/
pub type CCCR = crateReg;
///SYSCFG compensation cell code register
/**PKGR (r) register accessor: SYSCFG package register
You can [`read`](crate::Reg::read) this register and get [`pkgr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pkgr`] module*/
pub type PKGR = crateReg;
///SYSCFG package register
/**UR0 (r) register accessor: SYSCFG user register 0
You can [`read`](crate::Reg::read) this register and get [`ur0::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur0`] module*/
pub type UR0 = crateReg;
///SYSCFG user register 0
/**UR2 (rw) register accessor: SYSCFG user register 2
You can [`read`](crate::Reg::read) this register and get [`ur2::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ur2::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur2`] module*/
pub type UR2 = crateReg;
///SYSCFG user register 2
/**UR3 (rw) register accessor: SYSCFG user register 3
You can [`read`](crate::Reg::read) this register and get [`ur3::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ur3::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur3`] module*/
pub type UR3 = crateReg;
///SYSCFG user register 3
/**UR4 (r) register accessor: SYSCFG user register 4
You can [`read`](crate::Reg::read) this register and get [`ur4::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur4`] module*/
pub type UR4 = crateReg;
///SYSCFG user register 4
/**UR5 (r) register accessor: SYSCFG user register 5
You can [`read`](crate::Reg::read) this register and get [`ur5::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur5`] module*/
pub type UR5 = crateReg;
///SYSCFG user register 5
/**UR6 (r) register accessor: SYSCFG user register 6
You can [`read`](crate::Reg::read) this register and get [`ur6::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur6`] module*/
pub type UR6 = crateReg;
///SYSCFG user register 6
/**UR7 (r) register accessor: SYSCFG user register 7
You can [`read`](crate::Reg::read) this register and get [`ur7::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur7`] module*/
pub type UR7 = crateReg;
///SYSCFG user register 7
/**UR8 (r) register accessor: SYSCFG user register 8
You can [`read`](crate::Reg::read) this register and get [`ur8::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur8`] module*/
pub type UR8 = crateReg;
///SYSCFG user register 8
/**UR9 (r) register accessor: SYSCFG user register 9
You can [`read`](crate::Reg::read) this register and get [`ur9::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur9`] module*/
pub type UR9 = crateReg;
///SYSCFG user register 9
/**UR10 (r) register accessor: SYSCFG user register 10
You can [`read`](crate::Reg::read) this register and get [`ur10::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur10`] module*/
pub type UR10 = crateReg;
///SYSCFG user register 10
/**UR11 (r) register accessor: SYSCFG user register 11
You can [`read`](crate::Reg::read) this register and get [`ur11::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur11`] module*/
pub type UR11 = crateReg;
///SYSCFG user register 11
/**UR12 (r) register accessor: SYSCFG user register 12
You can [`read`](crate::Reg::read) this register and get [`ur12::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur12`] module*/
pub type UR12 = crateReg;
///SYSCFG user register 12
/**UR13 (r) register accessor: SYSCFG user register 13
You can [`read`](crate::Reg::read) this register and get [`ur13::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur13`] module*/
pub type UR13 = crateReg;
///SYSCFG user register 13
/**UR14 (rw) register accessor: SYSCFG user register 14
You can [`read`](crate::Reg::read) this register and get [`ur14::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ur14::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur14`] module*/
pub type UR14 = crateReg;
///SYSCFG user register 14
/**UR15 (r) register accessor: SYSCFG user register 15
You can [`read`](crate::Reg::read) this register and get [`ur15::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur15`] module*/
pub type UR15 = crateReg;
///SYSCFG user register 15
/**UR16 (r) register accessor: SYSCFG user register 16
You can [`read`](crate::Reg::read) this register and get [`ur16::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur16`] module*/
pub type UR16 = crateReg;
///SYSCFG user register 16
/**UR17 (r) register accessor: SYSCFG user register 17
You can [`read`](crate::Reg::read) this register and get [`ur17::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ur17`] module*/
pub type UR17 = crateReg;
///SYSCFG user register 17