atsam3n0a 0.1.0

Peripheral access API for ATSAM3N0A microcontrollers (generated using svd2rust)
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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
#[repr(C)]
#[doc = "Register block"]
pub struct RegisterBlock {
    per: Per,
    pdr: Pdr,
    psr: Psr,
    _reserved3: [u8; 0x04],
    oer: Oer,
    odr: Odr,
    osr: Osr,
    _reserved6: [u8; 0x04],
    ifer: Ifer,
    ifdr: Ifdr,
    ifsr: Ifsr,
    _reserved9: [u8; 0x04],
    sodr: Sodr,
    codr: Codr,
    odsr: Odsr,
    pdsr: Pdsr,
    ier: Ier,
    idr: Idr,
    imr: Imr,
    isr: Isr,
    mder: Mder,
    mddr: Mddr,
    mdsr: Mdsr,
    _reserved20: [u8; 0x04],
    pudr: Pudr,
    puer: Puer,
    pusr: Pusr,
    _reserved23: [u8; 0x04],
    abcdsr0: Abcdsr0,
    abcdsr1: Abcdsr1,
    _reserved25: [u8; 0x08],
    ifscdr: Ifscdr,
    ifscer: Ifscer,
    ifscsr: Ifscsr,
    scdr: Scdr,
    ppddr: Ppddr,
    ppder: Ppder,
    ppdsr: Ppdsr,
    _reserved32: [u8; 0x04],
    ower: Ower,
    owdr: Owdr,
    owsr: Owsr,
    _reserved35: [u8; 0x04],
    aimer: Aimer,
    aimdr: Aimdr,
    aimmr: Aimmr,
    _reserved38: [u8; 0x04],
    esr: Esr,
    lsr: Lsr,
    elsr: Elsr,
    _reserved41: [u8; 0x04],
    fellsr: Fellsr,
    rehlsr: Rehlsr,
    frlhsr: Frlhsr,
    _reserved44: [u8; 0x04],
    locksr: Locksr,
    wpmr: Wpmr,
    wpsr: Wpsr,
    _reserved47: [u8; 0x14],
    schmitt: Schmitt,
}
impl RegisterBlock {
    #[doc = "0x00 - PIO Enable Register"]
    #[inline(always)]
    pub const fn per(&self) -> &Per {
        &self.per
    }
    #[doc = "0x04 - PIO Disable Register"]
    #[inline(always)]
    pub const fn pdr(&self) -> &Pdr {
        &self.pdr
    }
    #[doc = "0x08 - PIO Status Register"]
    #[inline(always)]
    pub const fn psr(&self) -> &Psr {
        &self.psr
    }
    #[doc = "0x10 - Output Enable Register"]
    #[inline(always)]
    pub const fn oer(&self) -> &Oer {
        &self.oer
    }
    #[doc = "0x14 - Output Disable Register"]
    #[inline(always)]
    pub const fn odr(&self) -> &Odr {
        &self.odr
    }
    #[doc = "0x18 - Output Status Register"]
    #[inline(always)]
    pub const fn osr(&self) -> &Osr {
        &self.osr
    }
    #[doc = "0x20 - Glitch Input Filter Enable Register"]
    #[inline(always)]
    pub const fn ifer(&self) -> &Ifer {
        &self.ifer
    }
    #[doc = "0x24 - Glitch Input Filter Disable Register"]
    #[inline(always)]
    pub const fn ifdr(&self) -> &Ifdr {
        &self.ifdr
    }
    #[doc = "0x28 - Glitch Input Filter Status Register"]
    #[inline(always)]
    pub const fn ifsr(&self) -> &Ifsr {
        &self.ifsr
    }
    #[doc = "0x30 - Set Output Data Register"]
    #[inline(always)]
    pub const fn sodr(&self) -> &Sodr {
        &self.sodr
    }
    #[doc = "0x34 - Clear Output Data Register"]
    #[inline(always)]
    pub const fn codr(&self) -> &Codr {
        &self.codr
    }
    #[doc = "0x38 - Output Data Status Register"]
    #[inline(always)]
    pub const fn odsr(&self) -> &Odsr {
        &self.odsr
    }
    #[doc = "0x3c - Pin Data Status Register"]
    #[inline(always)]
    pub const fn pdsr(&self) -> &Pdsr {
        &self.pdsr
    }
    #[doc = "0x40 - Interrupt Enable Register"]
    #[inline(always)]
    pub const fn ier(&self) -> &Ier {
        &self.ier
    }
    #[doc = "0x44 - Interrupt Disable Register"]
    #[inline(always)]
    pub const fn idr(&self) -> &Idr {
        &self.idr
    }
    #[doc = "0x48 - Interrupt Mask Register"]
    #[inline(always)]
    pub const fn imr(&self) -> &Imr {
        &self.imr
    }
    #[doc = "0x4c - Interrupt Status Register"]
    #[inline(always)]
    pub const fn isr(&self) -> &Isr {
        &self.isr
    }
    #[doc = "0x50 - Multi-driver Enable Register"]
    #[inline(always)]
    pub const fn mder(&self) -> &Mder {
        &self.mder
    }
    #[doc = "0x54 - Multi-driver Disable Register"]
    #[inline(always)]
    pub const fn mddr(&self) -> &Mddr {
        &self.mddr
    }
    #[doc = "0x58 - Multi-driver Status Register"]
    #[inline(always)]
    pub const fn mdsr(&self) -> &Mdsr {
        &self.mdsr
    }
    #[doc = "0x60 - Pull-up Disable Register"]
    #[inline(always)]
    pub const fn pudr(&self) -> &Pudr {
        &self.pudr
    }
    #[doc = "0x64 - Pull-up Enable Register"]
    #[inline(always)]
    pub const fn puer(&self) -> &Puer {
        &self.puer
    }
    #[doc = "0x68 - Pad Pull-up Status Register"]
    #[inline(always)]
    pub const fn pusr(&self) -> &Pusr {
        &self.pusr
    }
    #[doc = "0x70 - Peripheral Select Register 0"]
    #[inline(always)]
    pub const fn abcdsr0(&self) -> &Abcdsr0 {
        &self.abcdsr0
    }
    #[doc = "0x74 - Peripheral Select Register 1"]
    #[inline(always)]
    pub const fn abcdsr1(&self) -> &Abcdsr1 {
        &self.abcdsr1
    }
    #[doc = "0x80 - Input Filter Slow Clock Disable Register"]
    #[inline(always)]
    pub const fn ifscdr(&self) -> &Ifscdr {
        &self.ifscdr
    }
    #[doc = "0x84 - Input Filter Slow Clock Enable Register"]
    #[inline(always)]
    pub const fn ifscer(&self) -> &Ifscer {
        &self.ifscer
    }
    #[doc = "0x88 - Input Filter Slow Clock Status Register"]
    #[inline(always)]
    pub const fn ifscsr(&self) -> &Ifscsr {
        &self.ifscsr
    }
    #[doc = "0x8c - Slow Clock Divider Debouncing Register"]
    #[inline(always)]
    pub const fn scdr(&self) -> &Scdr {
        &self.scdr
    }
    #[doc = "0x90 - Pad Pull-down Disable Register"]
    #[inline(always)]
    pub const fn ppddr(&self) -> &Ppddr {
        &self.ppddr
    }
    #[doc = "0x94 - Pad Pull-down Enable Register"]
    #[inline(always)]
    pub const fn ppder(&self) -> &Ppder {
        &self.ppder
    }
    #[doc = "0x98 - Pad Pull-down Status Register"]
    #[inline(always)]
    pub const fn ppdsr(&self) -> &Ppdsr {
        &self.ppdsr
    }
    #[doc = "0xa0 - Output Write Enable"]
    #[inline(always)]
    pub const fn ower(&self) -> &Ower {
        &self.ower
    }
    #[doc = "0xa4 - Output Write Disable"]
    #[inline(always)]
    pub const fn owdr(&self) -> &Owdr {
        &self.owdr
    }
    #[doc = "0xa8 - Output Write Status Register"]
    #[inline(always)]
    pub const fn owsr(&self) -> &Owsr {
        &self.owsr
    }
    #[doc = "0xb0 - Additional Interrupt Modes Enable Register"]
    #[inline(always)]
    pub const fn aimer(&self) -> &Aimer {
        &self.aimer
    }
    #[doc = "0xb4 - Additional Interrupt Modes Disables Register"]
    #[inline(always)]
    pub const fn aimdr(&self) -> &Aimdr {
        &self.aimdr
    }
    #[doc = "0xb8 - Additional Interrupt Modes Mask Register"]
    #[inline(always)]
    pub const fn aimmr(&self) -> &Aimmr {
        &self.aimmr
    }
    #[doc = "0xc0 - Edge Select Register"]
    #[inline(always)]
    pub const fn esr(&self) -> &Esr {
        &self.esr
    }
    #[doc = "0xc4 - Level Select Register"]
    #[inline(always)]
    pub const fn lsr(&self) -> &Lsr {
        &self.lsr
    }
    #[doc = "0xc8 - Edge/Level Status Register"]
    #[inline(always)]
    pub const fn elsr(&self) -> &Elsr {
        &self.elsr
    }
    #[doc = "0xd0 - Falling Edge/Low Level Select Register"]
    #[inline(always)]
    pub const fn fellsr(&self) -> &Fellsr {
        &self.fellsr
    }
    #[doc = "0xd4 - Rising Edge/ High Level Select Register"]
    #[inline(always)]
    pub const fn rehlsr(&self) -> &Rehlsr {
        &self.rehlsr
    }
    #[doc = "0xd8 - Fall/Rise - Low/High Status Register"]
    #[inline(always)]
    pub const fn frlhsr(&self) -> &Frlhsr {
        &self.frlhsr
    }
    #[doc = "0xe0 - Lock Status"]
    #[inline(always)]
    pub const fn locksr(&self) -> &Locksr {
        &self.locksr
    }
    #[doc = "0xe4 - Write Protect Mode Register"]
    #[inline(always)]
    pub const fn wpmr(&self) -> &Wpmr {
        &self.wpmr
    }
    #[doc = "0xe8 - Write Protect Status Register"]
    #[inline(always)]
    pub const fn wpsr(&self) -> &Wpsr {
        &self.wpsr
    }
    #[doc = "0x100 - Schmitt Trigger Register"]
    #[inline(always)]
    pub const fn schmitt(&self) -> &Schmitt {
        &self.schmitt
    }
}
#[doc = "PER (w) register accessor: PIO Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`per::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@per`]
module"]
#[doc(alias = "PER")]
pub type Per = crate::Reg<per::PerSpec>;
#[doc = "PIO Enable Register"]
pub mod per;
#[doc = "PDR (w) register accessor: PIO Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`pdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@pdr`]
module"]
#[doc(alias = "PDR")]
pub type Pdr = crate::Reg<pdr::PdrSpec>;
#[doc = "PIO Disable Register"]
pub mod pdr;
#[doc = "PSR (r) register accessor: PIO Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`psr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@psr`]
module"]
#[doc(alias = "PSR")]
pub type Psr = crate::Reg<psr::PsrSpec>;
#[doc = "PIO Status Register"]
pub mod psr;
#[doc = "OER (w) register accessor: Output Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`oer::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@oer`]
module"]
#[doc(alias = "OER")]
pub type Oer = crate::Reg<oer::OerSpec>;
#[doc = "Output Enable Register"]
pub mod oer;
#[doc = "ODR (w) register accessor: Output Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`odr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@odr`]
module"]
#[doc(alias = "ODR")]
pub type Odr = crate::Reg<odr::OdrSpec>;
#[doc = "Output Disable Register"]
pub mod odr;
#[doc = "OSR (r) register accessor: Output Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`osr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@osr`]
module"]
#[doc(alias = "OSR")]
pub type Osr = crate::Reg<osr::OsrSpec>;
#[doc = "Output Status Register"]
pub mod osr;
#[doc = "IFER (w) register accessor: Glitch Input Filter Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ifer::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifer`]
module"]
#[doc(alias = "IFER")]
pub type Ifer = crate::Reg<ifer::IferSpec>;
#[doc = "Glitch Input Filter Enable Register"]
pub mod ifer;
#[doc = "IFDR (w) register accessor: Glitch Input Filter Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ifdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifdr`]
module"]
#[doc(alias = "IFDR")]
pub type Ifdr = crate::Reg<ifdr::IfdrSpec>;
#[doc = "Glitch Input Filter Disable Register"]
pub mod ifdr;
#[doc = "IFSR (r) register accessor: Glitch Input Filter Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ifsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifsr`]
module"]
#[doc(alias = "IFSR")]
pub type Ifsr = crate::Reg<ifsr::IfsrSpec>;
#[doc = "Glitch Input Filter Status Register"]
pub mod ifsr;
#[doc = "SODR (w) register accessor: Set Output Data Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`sodr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sodr`]
module"]
#[doc(alias = "SODR")]
pub type Sodr = crate::Reg<sodr::SodrSpec>;
#[doc = "Set Output Data Register"]
pub mod sodr;
#[doc = "CODR (w) register accessor: Clear Output Data Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`codr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@codr`]
module"]
#[doc(alias = "CODR")]
pub type Codr = crate::Reg<codr::CodrSpec>;
#[doc = "Clear Output Data Register"]
pub mod codr;
#[doc = "ODSR (rw) register accessor: Output Data Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`odsr::R`].  You can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`odsr::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@odsr`]
module"]
#[doc(alias = "ODSR")]
pub type Odsr = crate::Reg<odsr::OdsrSpec>;
#[doc = "Output Data Status Register"]
pub mod odsr;
#[doc = "PDSR (r) register accessor: Pin Data Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@pdsr`]
module"]
#[doc(alias = "PDSR")]
pub type Pdsr = crate::Reg<pdsr::PdsrSpec>;
#[doc = "Pin Data Status Register"]
pub mod pdsr;
#[doc = "IER (w) register accessor: Interrupt Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ier::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ier`]
module"]
#[doc(alias = "IER")]
pub type Ier = crate::Reg<ier::IerSpec>;
#[doc = "Interrupt Enable Register"]
pub mod ier;
#[doc = "IDR (w) register accessor: Interrupt Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`idr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@idr`]
module"]
#[doc(alias = "IDR")]
pub type Idr = crate::Reg<idr::IdrSpec>;
#[doc = "Interrupt Disable Register"]
pub mod idr;
#[doc = "IMR (r) register accessor: Interrupt Mask Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`imr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@imr`]
module"]
#[doc(alias = "IMR")]
pub type Imr = crate::Reg<imr::ImrSpec>;
#[doc = "Interrupt Mask Register"]
pub mod imr;
#[doc = "ISR (r) register accessor: Interrupt Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`isr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@isr`]
module"]
#[doc(alias = "ISR")]
pub type Isr = crate::Reg<isr::IsrSpec>;
#[doc = "Interrupt Status Register"]
pub mod isr;
#[doc = "MDER (w) register accessor: Multi-driver Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`mder::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@mder`]
module"]
#[doc(alias = "MDER")]
pub type Mder = crate::Reg<mder::MderSpec>;
#[doc = "Multi-driver Enable Register"]
pub mod mder;
#[doc = "MDDR (w) register accessor: Multi-driver Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`mddr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@mddr`]
module"]
#[doc(alias = "MDDR")]
pub type Mddr = crate::Reg<mddr::MddrSpec>;
#[doc = "Multi-driver Disable Register"]
pub mod mddr;
#[doc = "MDSR (r) register accessor: Multi-driver Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`mdsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@mdsr`]
module"]
#[doc(alias = "MDSR")]
pub type Mdsr = crate::Reg<mdsr::MdsrSpec>;
#[doc = "Multi-driver Status Register"]
pub mod mdsr;
#[doc = "PUDR (w) register accessor: Pull-up Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`pudr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@pudr`]
module"]
#[doc(alias = "PUDR")]
pub type Pudr = crate::Reg<pudr::PudrSpec>;
#[doc = "Pull-up Disable Register"]
pub mod pudr;
#[doc = "PUER (w) register accessor: Pull-up Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`puer::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@puer`]
module"]
#[doc(alias = "PUER")]
pub type Puer = crate::Reg<puer::PuerSpec>;
#[doc = "Pull-up Enable Register"]
pub mod puer;
#[doc = "PUSR (r) register accessor: Pad Pull-up Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pusr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@pusr`]
module"]
#[doc(alias = "PUSR")]
pub type Pusr = crate::Reg<pusr::PusrSpec>;
#[doc = "Pad Pull-up Status Register"]
pub mod pusr;
#[doc = "ABCDSR0 (rw) register accessor: Peripheral Select Register 0\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`abcdsr0::R`].  You can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`abcdsr0::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@abcdsr0`]
module"]
#[doc(alias = "ABCDSR0")]
pub type Abcdsr0 = crate::Reg<abcdsr0::Abcdsr0Spec>;
#[doc = "Peripheral Select Register 0"]
pub mod abcdsr0;
#[doc = "ABCDSR1 (rw) register accessor: Peripheral Select Register 1\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`abcdsr1::R`].  You can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`abcdsr1::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@abcdsr1`]
module"]
#[doc(alias = "ABCDSR1")]
pub type Abcdsr1 = crate::Reg<abcdsr1::Abcdsr1Spec>;
#[doc = "Peripheral Select Register 1"]
pub mod abcdsr1;
#[doc = "IFSCDR (w) register accessor: Input Filter Slow Clock Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ifscdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifscdr`]
module"]
#[doc(alias = "IFSCDR")]
pub type Ifscdr = crate::Reg<ifscdr::IfscdrSpec>;
#[doc = "Input Filter Slow Clock Disable Register"]
pub mod ifscdr;
#[doc = "IFSCER (w) register accessor: Input Filter Slow Clock Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ifscer::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifscer`]
module"]
#[doc(alias = "IFSCER")]
pub type Ifscer = crate::Reg<ifscer::IfscerSpec>;
#[doc = "Input Filter Slow Clock Enable Register"]
pub mod ifscer;
#[doc = "IFSCSR (r) register accessor: Input Filter Slow Clock Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ifscsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifscsr`]
module"]
#[doc(alias = "IFSCSR")]
pub type Ifscsr = crate::Reg<ifscsr::IfscsrSpec>;
#[doc = "Input Filter Slow Clock Status Register"]
pub mod ifscsr;
#[doc = "SCDR (rw) register accessor: Slow Clock Divider Debouncing Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`scdr::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 [`scdr::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@scdr`]
module"]
#[doc(alias = "SCDR")]
pub type Scdr = crate::Reg<scdr::ScdrSpec>;
#[doc = "Slow Clock Divider Debouncing Register"]
pub mod scdr;
#[doc = "PPDDR (w) register accessor: Pad Pull-down Disable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ppddr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ppddr`]
module"]
#[doc(alias = "PPDDR")]
pub type Ppddr = crate::Reg<ppddr::PpddrSpec>;
#[doc = "Pad Pull-down Disable Register"]
pub mod ppddr;
#[doc = "PPDER (w) register accessor: Pad Pull-down Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ppder::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ppder`]
module"]
#[doc(alias = "PPDER")]
pub type Ppder = crate::Reg<ppder::PpderSpec>;
#[doc = "Pad Pull-down Enable Register"]
pub mod ppder;
#[doc = "PPDSR (r) register accessor: Pad Pull-down Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ppdsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ppdsr`]
module"]
#[doc(alias = "PPDSR")]
pub type Ppdsr = crate::Reg<ppdsr::PpdsrSpec>;
#[doc = "Pad Pull-down Status Register"]
pub mod ppdsr;
#[doc = "OWER (w) register accessor: Output Write Enable\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ower::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ower`]
module"]
#[doc(alias = "OWER")]
pub type Ower = crate::Reg<ower::OwerSpec>;
#[doc = "Output Write Enable"]
pub mod ower;
#[doc = "OWDR (w) register accessor: Output Write Disable\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`owdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@owdr`]
module"]
#[doc(alias = "OWDR")]
pub type Owdr = crate::Reg<owdr::OwdrSpec>;
#[doc = "Output Write Disable"]
pub mod owdr;
#[doc = "OWSR (r) register accessor: Output Write Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`owsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@owsr`]
module"]
#[doc(alias = "OWSR")]
pub type Owsr = crate::Reg<owsr::OwsrSpec>;
#[doc = "Output Write Status Register"]
pub mod owsr;
#[doc = "AIMER (w) register accessor: Additional Interrupt Modes Enable Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`aimer::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@aimer`]
module"]
#[doc(alias = "AIMER")]
pub type Aimer = crate::Reg<aimer::AimerSpec>;
#[doc = "Additional Interrupt Modes Enable Register"]
pub mod aimer;
#[doc = "AIMDR (w) register accessor: Additional Interrupt Modes Disables Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`aimdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@aimdr`]
module"]
#[doc(alias = "AIMDR")]
pub type Aimdr = crate::Reg<aimdr::AimdrSpec>;
#[doc = "Additional Interrupt Modes Disables Register"]
pub mod aimdr;
#[doc = "AIMMR (r) register accessor: Additional Interrupt Modes Mask Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`aimmr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@aimmr`]
module"]
#[doc(alias = "AIMMR")]
pub type Aimmr = crate::Reg<aimmr::AimmrSpec>;
#[doc = "Additional Interrupt Modes Mask Register"]
pub mod aimmr;
#[doc = "ESR (w) register accessor: Edge Select Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`esr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@esr`]
module"]
#[doc(alias = "ESR")]
pub type Esr = crate::Reg<esr::EsrSpec>;
#[doc = "Edge Select Register"]
pub mod esr;
#[doc = "LSR (w) register accessor: Level Select Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`lsr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@lsr`]
module"]
#[doc(alias = "LSR")]
pub type Lsr = crate::Reg<lsr::LsrSpec>;
#[doc = "Level Select Register"]
pub mod lsr;
#[doc = "ELSR (r) register accessor: Edge/Level Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`elsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@elsr`]
module"]
#[doc(alias = "ELSR")]
pub type Elsr = crate::Reg<elsr::ElsrSpec>;
#[doc = "Edge/Level Status Register"]
pub mod elsr;
#[doc = "FELLSR (w) register accessor: Falling Edge/Low Level Select Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`fellsr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@fellsr`]
module"]
#[doc(alias = "FELLSR")]
pub type Fellsr = crate::Reg<fellsr::FellsrSpec>;
#[doc = "Falling Edge/Low Level Select Register"]
pub mod fellsr;
#[doc = "REHLSR (w) register accessor: Rising Edge/ High Level Select Register\n\nYou can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`rehlsr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rehlsr`]
module"]
#[doc(alias = "REHLSR")]
pub type Rehlsr = crate::Reg<rehlsr::RehlsrSpec>;
#[doc = "Rising Edge/ High Level Select Register"]
pub mod rehlsr;
#[doc = "FRLHSR (r) register accessor: Fall/Rise - Low/High Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`frlhsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@frlhsr`]
module"]
#[doc(alias = "FRLHSR")]
pub type Frlhsr = crate::Reg<frlhsr::FrlhsrSpec>;
#[doc = "Fall/Rise - Low/High Status Register"]
pub mod frlhsr;
#[doc = "LOCKSR (r) register accessor: Lock Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`locksr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@locksr`]
module"]
#[doc(alias = "LOCKSR")]
pub type Locksr = crate::Reg<locksr::LocksrSpec>;
#[doc = "Lock Status"]
pub mod locksr;
#[doc = "WPMR (rw) register accessor: Write Protect Mode Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`wpmr::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 [`wpmr::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@wpmr`]
module"]
#[doc(alias = "WPMR")]
pub type Wpmr = crate::Reg<wpmr::WpmrSpec>;
#[doc = "Write Protect Mode Register"]
pub mod wpmr;
#[doc = "WPSR (r) register accessor: Write Protect Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`wpsr::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@wpsr`]
module"]
#[doc(alias = "WPSR")]
pub type Wpsr = crate::Reg<wpsr::WpsrSpec>;
#[doc = "Write Protect Status Register"]
pub mod wpsr;
#[doc = "SCHMITT (rw) register accessor: Schmitt Trigger Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`schmitt::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 [`schmitt::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@schmitt`]
module"]
#[doc(alias = "SCHMITT")]
pub type Schmitt = crate::Reg<schmitt::SchmittSpec>;
#[doc = "Schmitt Trigger Register"]
pub mod schmitt;