stm32h5 0.15.1

Device support crates for STM32H5 devices
Documentation
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    cr1: CR1,
    cr2: CR2,
    cr3: CR3,
    fltcr: FLTCR,
    atcr1: ATCR1,
    atseedr: ATSEEDR,
    ator: ATOR,
    atcr2: ATCR2,
    seccfgr: SECCFGR,
    privcfgr: PRIVCFGR,
    _reserved10: [u8; 0x04],
    ier: IER,
    sr: SR,
    misr: MISR,
    smisr: SMISR,
    scr: SCR,
    count1r: COUNT1R,
    _reserved16: [u8; 0x0c],
    or: OR,
    ercfgr: ERCFGR,
    _reserved18: [u8; 0xa8],
    bkp0r: BKP0R,
    bkp1r: BKP1R,
    bkp2r: BKP2R,
    bkp3r: BKP3R,
    bkp4r: BKP4R,
    bkp5r: BKP5R,
    bkp6r: BKP6R,
    bkp7r: BKP7R,
    bkp8r: BKP8R,
    bkp9r: BKP9R,
    bkp10r: BKP10R,
    bkp11r: BKP11R,
    bkp12r: BKP12R,
    bkp13r: BKP13R,
    bkp14r: BKP14R,
    bkp15r: BKP15R,
    bkp16r: BKP16R,
    bkp17r: BKP17R,
    bkp18r: BKP18R,
    bkp19r: BKP19R,
    bkp20r: BKP20R,
    bkp21r: BKP21R,
    bkp22r: BKP22R,
    bkp23r: BKP23R,
    bkp24r: BKP24R,
    bkp25r: BKP25R,
    bkp26r: BKP26R,
    bkp27r: BKP27R,
    bkp28r: BKP28R,
    bkp29r: BKP29R,
    bkp30r: BKP30R,
    bkp31r: BKP31R,
}
impl RegisterBlock {
    #[doc = "0x00 - TAMP control register 1"]
    #[inline(always)]
    pub const fn cr1(&self) -> &CR1 {
        &self.cr1
    }
    #[doc = "0x04 - TAMP control register 2"]
    #[inline(always)]
    pub const fn cr2(&self) -> &CR2 {
        &self.cr2
    }
    #[doc = "0x08 - TAMP control register 3"]
    #[inline(always)]
    pub const fn cr3(&self) -> &CR3 {
        &self.cr3
    }
    #[doc = "0x0c - TAMP filter control register"]
    #[inline(always)]
    pub const fn fltcr(&self) -> &FLTCR {
        &self.fltcr
    }
    #[doc = "0x10 - TAMP active tamper control register 1"]
    #[inline(always)]
    pub const fn atcr1(&self) -> &ATCR1 {
        &self.atcr1
    }
    #[doc = "0x14 - TAMP active tamper seed register"]
    #[inline(always)]
    pub const fn atseedr(&self) -> &ATSEEDR {
        &self.atseedr
    }
    #[doc = "0x18 - TAMP active tamper output register"]
    #[inline(always)]
    pub const fn ator(&self) -> &ATOR {
        &self.ator
    }
    #[doc = "0x1c - TAMP active tamper control register 2"]
    #[inline(always)]
    pub const fn atcr2(&self) -> &ATCR2 {
        &self.atcr2
    }
    #[doc = "0x20 - TAMP secure mode register"]
    #[inline(always)]
    pub const fn seccfgr(&self) -> &SECCFGR {
        &self.seccfgr
    }
    #[doc = "0x24 - TAMP privilege mode control register"]
    #[inline(always)]
    pub const fn privcfgr(&self) -> &PRIVCFGR {
        &self.privcfgr
    }
    #[doc = "0x2c - TAMP interrupt enable register"]
    #[inline(always)]
    pub const fn ier(&self) -> &IER {
        &self.ier
    }
    #[doc = "0x30 - TAMP status register"]
    #[inline(always)]
    pub const fn sr(&self) -> &SR {
        &self.sr
    }
    #[doc = "0x34 - TAMP non-secure masked interrupt status register"]
    #[inline(always)]
    pub const fn misr(&self) -> &MISR {
        &self.misr
    }
    #[doc = "0x38 - TAMP secure masked interrupt status register"]
    #[inline(always)]
    pub const fn smisr(&self) -> &SMISR {
        &self.smisr
    }
    #[doc = "0x3c - TAMP status clear register"]
    #[inline(always)]
    pub const fn scr(&self) -> &SCR {
        &self.scr
    }
    #[doc = "0x40 - TAMP monotonic counter 1 register"]
    #[inline(always)]
    pub const fn count1r(&self) -> &COUNT1R {
        &self.count1r
    }
    #[doc = "0x50 - TAMP option register"]
    #[inline(always)]
    pub const fn or(&self) -> &OR {
        &self.or
    }
    #[doc = "0x54 - TAMP erase configuration register"]
    #[inline(always)]
    pub const fn ercfgr(&self) -> &ERCFGR {
        &self.ercfgr
    }
    #[doc = "0x100 - TAMP backup 0 register"]
    #[inline(always)]
    pub const fn bkp0r(&self) -> &BKP0R {
        &self.bkp0r
    }
    #[doc = "0x104 - TAMP backup 1 register"]
    #[inline(always)]
    pub const fn bkp1r(&self) -> &BKP1R {
        &self.bkp1r
    }
    #[doc = "0x108 - TAMP backup 2 register"]
    #[inline(always)]
    pub const fn bkp2r(&self) -> &BKP2R {
        &self.bkp2r
    }
    #[doc = "0x10c - TAMP backup 3 register"]
    #[inline(always)]
    pub const fn bkp3r(&self) -> &BKP3R {
        &self.bkp3r
    }
    #[doc = "0x110 - TAMP backup 4 register"]
    #[inline(always)]
    pub const fn bkp4r(&self) -> &BKP4R {
        &self.bkp4r
    }
    #[doc = "0x114 - TAMP backup 5 register"]
    #[inline(always)]
    pub const fn bkp5r(&self) -> &BKP5R {
        &self.bkp5r
    }
    #[doc = "0x118 - TAMP backup 6 register"]
    #[inline(always)]
    pub const fn bkp6r(&self) -> &BKP6R {
        &self.bkp6r
    }
    #[doc = "0x11c - TAMP backup 7 register"]
    #[inline(always)]
    pub const fn bkp7r(&self) -> &BKP7R {
        &self.bkp7r
    }
    #[doc = "0x120 - TAMP backup 8 register"]
    #[inline(always)]
    pub const fn bkp8r(&self) -> &BKP8R {
        &self.bkp8r
    }
    #[doc = "0x124 - TAMP backup 9 register"]
    #[inline(always)]
    pub const fn bkp9r(&self) -> &BKP9R {
        &self.bkp9r
    }
    #[doc = "0x128 - TAMP backup 10 register"]
    #[inline(always)]
    pub const fn bkp10r(&self) -> &BKP10R {
        &self.bkp10r
    }
    #[doc = "0x12c - TAMP backup 11 register"]
    #[inline(always)]
    pub const fn bkp11r(&self) -> &BKP11R {
        &self.bkp11r
    }
    #[doc = "0x130 - TAMP backup 12 register"]
    #[inline(always)]
    pub const fn bkp12r(&self) -> &BKP12R {
        &self.bkp12r
    }
    #[doc = "0x134 - TAMP backup 13 register"]
    #[inline(always)]
    pub const fn bkp13r(&self) -> &BKP13R {
        &self.bkp13r
    }
    #[doc = "0x138 - TAMP backup 14 register"]
    #[inline(always)]
    pub const fn bkp14r(&self) -> &BKP14R {
        &self.bkp14r
    }
    #[doc = "0x13c - TAMP backup 15 register"]
    #[inline(always)]
    pub const fn bkp15r(&self) -> &BKP15R {
        &self.bkp15r
    }
    #[doc = "0x140 - TAMP backup 16 register"]
    #[inline(always)]
    pub const fn bkp16r(&self) -> &BKP16R {
        &self.bkp16r
    }
    #[doc = "0x144 - TAMP backup 17 register"]
    #[inline(always)]
    pub const fn bkp17r(&self) -> &BKP17R {
        &self.bkp17r
    }
    #[doc = "0x148 - TAMP backup 18 register"]
    #[inline(always)]
    pub const fn bkp18r(&self) -> &BKP18R {
        &self.bkp18r
    }
    #[doc = "0x14c - TAMP backup 19 register"]
    #[inline(always)]
    pub const fn bkp19r(&self) -> &BKP19R {
        &self.bkp19r
    }
    #[doc = "0x150 - TAMP backup 20 register"]
    #[inline(always)]
    pub const fn bkp20r(&self) -> &BKP20R {
        &self.bkp20r
    }
    #[doc = "0x154 - TAMP backup 21 register"]
    #[inline(always)]
    pub const fn bkp21r(&self) -> &BKP21R {
        &self.bkp21r
    }
    #[doc = "0x158 - TAMP backup 22 register"]
    #[inline(always)]
    pub const fn bkp22r(&self) -> &BKP22R {
        &self.bkp22r
    }
    #[doc = "0x15c - TAMP backup 23 register"]
    #[inline(always)]
    pub const fn bkp23r(&self) -> &BKP23R {
        &self.bkp23r
    }
    #[doc = "0x160 - TAMP backup 24 register"]
    #[inline(always)]
    pub const fn bkp24r(&self) -> &BKP24R {
        &self.bkp24r
    }
    #[doc = "0x164 - TAMP backup 25 register"]
    #[inline(always)]
    pub const fn bkp25r(&self) -> &BKP25R {
        &self.bkp25r
    }
    #[doc = "0x168 - TAMP backup 26 register"]
    #[inline(always)]
    pub const fn bkp26r(&self) -> &BKP26R {
        &self.bkp26r
    }
    #[doc = "0x16c - TAMP backup 27 register"]
    #[inline(always)]
    pub const fn bkp27r(&self) -> &BKP27R {
        &self.bkp27r
    }
    #[doc = "0x170 - TAMP backup 28 register"]
    #[inline(always)]
    pub const fn bkp28r(&self) -> &BKP28R {
        &self.bkp28r
    }
    #[doc = "0x174 - TAMP backup 29 register"]
    #[inline(always)]
    pub const fn bkp29r(&self) -> &BKP29R {
        &self.bkp29r
    }
    #[doc = "0x178 - TAMP backup 30 register"]
    #[inline(always)]
    pub const fn bkp30r(&self) -> &BKP30R {
        &self.bkp30r
    }
    #[doc = "0x17c - TAMP backup 31 register"]
    #[inline(always)]
    pub const fn bkp31r(&self) -> &BKP31R {
        &self.bkp31r
    }
}
#[doc = "CR1 (rw) register accessor: TAMP control register 1\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cr1::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`cr1::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cr1`]
module"]
pub type CR1 = crate::Reg<cr1::CR1rs>;
#[doc = "TAMP control register 1"]
pub mod cr1;
#[doc = "CR2 (rw) register accessor: TAMP control register 2\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cr2::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`cr2::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cr2`]
module"]
pub type CR2 = crate::Reg<cr2::CR2rs>;
#[doc = "TAMP control register 2"]
pub mod cr2;
#[doc = "CR3 (rw) register accessor: TAMP control register 3\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cr3::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`cr3::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cr3`]
module"]
pub type CR3 = crate::Reg<cr3::CR3rs>;
#[doc = "TAMP control register 3"]
pub mod cr3;
#[doc = "FLTCR (rw) register accessor: TAMP filter control register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`fltcr::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`fltcr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@fltcr`]
module"]
pub type FLTCR = crate::Reg<fltcr::FLTCRrs>;
#[doc = "TAMP filter control register"]
pub mod fltcr;
#[doc = "ATCR1 (rw) register accessor: TAMP active tamper control register 1\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`atcr1::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`atcr1::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@atcr1`]
module"]
pub type ATCR1 = crate::Reg<atcr1::ATCR1rs>;
#[doc = "TAMP active tamper control register 1"]
pub mod atcr1;
#[doc = "ATSEEDR (w) register accessor: TAMP active tamper seed register\n\nYou can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`atseedr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@atseedr`]
module"]
pub type ATSEEDR = crate::Reg<atseedr::ATSEEDRrs>;
#[doc = "TAMP active tamper seed register"]
pub mod atseedr;
#[doc = "ATOR (r) register accessor: TAMP active tamper output register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ator::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ator`]
module"]
pub type ATOR = crate::Reg<ator::ATORrs>;
#[doc = "TAMP active tamper output register"]
pub mod ator;
#[doc = "ATCR2 (rw) register accessor: TAMP active tamper control register 2\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`atcr2::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`atcr2::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@atcr2`]
module"]
pub type ATCR2 = crate::Reg<atcr2::ATCR2rs>;
#[doc = "TAMP active tamper control register 2"]
pub mod atcr2;
#[doc = "SECCFGR (rw) register accessor: TAMP secure mode register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`seccfgr::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`seccfgr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@seccfgr`]
module"]
pub type SECCFGR = crate::Reg<seccfgr::SECCFGRrs>;
#[doc = "TAMP secure mode register"]
pub mod seccfgr;
#[doc = "PRIVCFGR (rw) register accessor: TAMP privilege mode control register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`privcfgr::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`privcfgr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@privcfgr`]
module"]
pub type PRIVCFGR = crate::Reg<privcfgr::PRIVCFGRrs>;
#[doc = "TAMP privilege mode control register"]
pub mod privcfgr;
#[doc = "IER (rw) register accessor: TAMP interrupt enable register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ier::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ier::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ier`]
module"]
pub type IER = crate::Reg<ier::IERrs>;
#[doc = "TAMP interrupt enable register"]
pub mod ier;
#[doc = "SR (rw) register accessor: TAMP status register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`sr::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`sr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sr`]
module"]
pub type SR = crate::Reg<sr::SRrs>;
#[doc = "TAMP status register"]
pub mod sr;
#[doc = "MISR (r) register accessor: TAMP non-secure masked interrupt status register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`misr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@misr`]
module"]
pub type MISR = crate::Reg<misr::MISRrs>;
#[doc = "TAMP non-secure masked interrupt status register"]
pub mod misr;
#[doc = "SMISR (r) register accessor: TAMP secure masked interrupt status register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`smisr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@smisr`]
module"]
pub type SMISR = crate::Reg<smisr::SMISRrs>;
#[doc = "TAMP secure masked interrupt status register"]
pub mod smisr;
#[doc = "SCR (w) register accessor: TAMP status clear register\n\nYou can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`scr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@scr`]
module"]
pub type SCR = crate::Reg<scr::SCRrs>;
#[doc = "TAMP status clear register"]
pub mod scr;
#[doc = "COUNT1R (r) register accessor: TAMP monotonic counter 1 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`count1r::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@count1r`]
module"]
pub type COUNT1R = crate::Reg<count1r::COUNT1Rrs>;
#[doc = "TAMP monotonic counter 1 register"]
pub mod count1r;
#[doc = "OR (rw) register accessor: TAMP option register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`or::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`or::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@or`]
module"]
pub type OR = crate::Reg<or::ORrs>;
#[doc = "TAMP option register"]
pub mod or;
#[doc = "ERCFGR (rw) register accessor: TAMP erase configuration register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ercfgr::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ercfgr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ercfgr`]
module"]
pub type ERCFGR = crate::Reg<ercfgr::ERCFGRrs>;
#[doc = "TAMP erase configuration register"]
pub mod ercfgr;
#[doc = "BKP0R (rw) register accessor: TAMP backup 0 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp0r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp0r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp0r`]
module"]
pub type BKP0R = crate::Reg<bkp0r::BKP0Rrs>;
#[doc = "TAMP backup 0 register"]
pub mod bkp0r;
#[doc = "BKP1R (rw) register accessor: TAMP backup 1 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp1r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp1r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp1r`]
module"]
pub type BKP1R = crate::Reg<bkp1r::BKP1Rrs>;
#[doc = "TAMP backup 1 register"]
pub mod bkp1r;
#[doc = "BKP2R (rw) register accessor: TAMP backup 2 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp2r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp2r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp2r`]
module"]
pub type BKP2R = crate::Reg<bkp2r::BKP2Rrs>;
#[doc = "TAMP backup 2 register"]
pub mod bkp2r;
#[doc = "BKP3R (rw) register accessor: TAMP backup 3 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp3r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp3r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp3r`]
module"]
pub type BKP3R = crate::Reg<bkp3r::BKP3Rrs>;
#[doc = "TAMP backup 3 register"]
pub mod bkp3r;
#[doc = "BKP4R (rw) register accessor: TAMP backup 4 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp4r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp4r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp4r`]
module"]
pub type BKP4R = crate::Reg<bkp4r::BKP4Rrs>;
#[doc = "TAMP backup 4 register"]
pub mod bkp4r;
#[doc = "BKP5R (rw) register accessor: TAMP backup 5 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp5r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp5r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp5r`]
module"]
pub type BKP5R = crate::Reg<bkp5r::BKP5Rrs>;
#[doc = "TAMP backup 5 register"]
pub mod bkp5r;
#[doc = "BKP6R (rw) register accessor: TAMP backup 6 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp6r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp6r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp6r`]
module"]
pub type BKP6R = crate::Reg<bkp6r::BKP6Rrs>;
#[doc = "TAMP backup 6 register"]
pub mod bkp6r;
#[doc = "BKP7R (rw) register accessor: TAMP backup 7 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp7r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp7r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp7r`]
module"]
pub type BKP7R = crate::Reg<bkp7r::BKP7Rrs>;
#[doc = "TAMP backup 7 register"]
pub mod bkp7r;
#[doc = "BKP8R (rw) register accessor: TAMP backup 8 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp8r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp8r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp8r`]
module"]
pub type BKP8R = crate::Reg<bkp8r::BKP8Rrs>;
#[doc = "TAMP backup 8 register"]
pub mod bkp8r;
#[doc = "BKP9R (rw) register accessor: TAMP backup 9 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp9r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp9r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp9r`]
module"]
pub type BKP9R = crate::Reg<bkp9r::BKP9Rrs>;
#[doc = "TAMP backup 9 register"]
pub mod bkp9r;
#[doc = "BKP10R (rw) register accessor: TAMP backup 10 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp10r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp10r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp10r`]
module"]
pub type BKP10R = crate::Reg<bkp10r::BKP10Rrs>;
#[doc = "TAMP backup 10 register"]
pub mod bkp10r;
#[doc = "BKP11R (rw) register accessor: TAMP backup 11 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp11r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp11r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp11r`]
module"]
pub type BKP11R = crate::Reg<bkp11r::BKP11Rrs>;
#[doc = "TAMP backup 11 register"]
pub mod bkp11r;
#[doc = "BKP12R (rw) register accessor: TAMP backup 12 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp12r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp12r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp12r`]
module"]
pub type BKP12R = crate::Reg<bkp12r::BKP12Rrs>;
#[doc = "TAMP backup 12 register"]
pub mod bkp12r;
#[doc = "BKP13R (rw) register accessor: TAMP backup 13 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp13r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp13r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp13r`]
module"]
pub type BKP13R = crate::Reg<bkp13r::BKP13Rrs>;
#[doc = "TAMP backup 13 register"]
pub mod bkp13r;
#[doc = "BKP14R (rw) register accessor: TAMP backup 14 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp14r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp14r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp14r`]
module"]
pub type BKP14R = crate::Reg<bkp14r::BKP14Rrs>;
#[doc = "TAMP backup 14 register"]
pub mod bkp14r;
#[doc = "BKP15R (rw) register accessor: TAMP backup 15 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp15r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp15r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp15r`]
module"]
pub type BKP15R = crate::Reg<bkp15r::BKP15Rrs>;
#[doc = "TAMP backup 15 register"]
pub mod bkp15r;
#[doc = "BKP16R (rw) register accessor: TAMP backup 16 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp16r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp16r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp16r`]
module"]
pub type BKP16R = crate::Reg<bkp16r::BKP16Rrs>;
#[doc = "TAMP backup 16 register"]
pub mod bkp16r;
#[doc = "BKP17R (rw) register accessor: TAMP backup 17 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp17r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp17r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp17r`]
module"]
pub type BKP17R = crate::Reg<bkp17r::BKP17Rrs>;
#[doc = "TAMP backup 17 register"]
pub mod bkp17r;
#[doc = "BKP18R (rw) register accessor: TAMP backup 18 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp18r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp18r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp18r`]
module"]
pub type BKP18R = crate::Reg<bkp18r::BKP18Rrs>;
#[doc = "TAMP backup 18 register"]
pub mod bkp18r;
#[doc = "BKP19R (rw) register accessor: TAMP backup 19 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp19r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp19r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp19r`]
module"]
pub type BKP19R = crate::Reg<bkp19r::BKP19Rrs>;
#[doc = "TAMP backup 19 register"]
pub mod bkp19r;
#[doc = "BKP20R (rw) register accessor: TAMP backup 20 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp20r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp20r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp20r`]
module"]
pub type BKP20R = crate::Reg<bkp20r::BKP20Rrs>;
#[doc = "TAMP backup 20 register"]
pub mod bkp20r;
#[doc = "BKP21R (rw) register accessor: TAMP backup 21 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp21r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp21r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp21r`]
module"]
pub type BKP21R = crate::Reg<bkp21r::BKP21Rrs>;
#[doc = "TAMP backup 21 register"]
pub mod bkp21r;
#[doc = "BKP22R (rw) register accessor: TAMP backup 22 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp22r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp22r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp22r`]
module"]
pub type BKP22R = crate::Reg<bkp22r::BKP22Rrs>;
#[doc = "TAMP backup 22 register"]
pub mod bkp22r;
#[doc = "BKP23R (rw) register accessor: TAMP backup 23 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp23r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp23r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp23r`]
module"]
pub type BKP23R = crate::Reg<bkp23r::BKP23Rrs>;
#[doc = "TAMP backup 23 register"]
pub mod bkp23r;
#[doc = "BKP24R (rw) register accessor: TAMP backup 24 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp24r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp24r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp24r`]
module"]
pub type BKP24R = crate::Reg<bkp24r::BKP24Rrs>;
#[doc = "TAMP backup 24 register"]
pub mod bkp24r;
#[doc = "BKP25R (rw) register accessor: TAMP backup 25 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp25r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp25r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp25r`]
module"]
pub type BKP25R = crate::Reg<bkp25r::BKP25Rrs>;
#[doc = "TAMP backup 25 register"]
pub mod bkp25r;
#[doc = "BKP26R (rw) register accessor: TAMP backup 26 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp26r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp26r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp26r`]
module"]
pub type BKP26R = crate::Reg<bkp26r::BKP26Rrs>;
#[doc = "TAMP backup 26 register"]
pub mod bkp26r;
#[doc = "BKP27R (rw) register accessor: TAMP backup 27 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp27r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp27r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp27r`]
module"]
pub type BKP27R = crate::Reg<bkp27r::BKP27Rrs>;
#[doc = "TAMP backup 27 register"]
pub mod bkp27r;
#[doc = "BKP28R (rw) register accessor: TAMP backup 28 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp28r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp28r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp28r`]
module"]
pub type BKP28R = crate::Reg<bkp28r::BKP28Rrs>;
#[doc = "TAMP backup 28 register"]
pub mod bkp28r;
#[doc = "BKP29R (rw) register accessor: TAMP backup 29 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp29r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp29r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp29r`]
module"]
pub type BKP29R = crate::Reg<bkp29r::BKP29Rrs>;
#[doc = "TAMP backup 29 register"]
pub mod bkp29r;
#[doc = "BKP30R (rw) register accessor: TAMP backup 30 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp30r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp30r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp30r`]
module"]
pub type BKP30R = crate::Reg<bkp30r::BKP30Rrs>;
#[doc = "TAMP backup 30 register"]
pub mod bkp30r;
#[doc = "BKP31R (rw) register accessor: TAMP backup 31 register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bkp31r::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`bkp31r::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bkp31r`]
module"]
pub type BKP31R = crate::Reg<bkp31r::BKP31Rrs>;
#[doc = "TAMP backup 31 register"]
pub mod bkp31r;