cc13x0_pac 0.10.3

Peripheral Access Crate for TI's cc13x0 microcontroller
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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
#[repr(C)]
#[doc = "Register block"]
pub struct RegisterBlock {
    infrclkdivr: Infrclkdivr,
    infrclkdivs: Infrclkdivs,
    infrclkdivds: Infrclkdivds,
    vdctl: Vdctl,
    _reserved4: [u8; 0x18],
    clkloadctl: Clkloadctl,
    rfcclkg: Rfcclkg,
    vimsclkg: Vimsclkg,
    _reserved7: [u8; 0x08],
    secdmaclkgr: Secdmaclkgr,
    secdmaclkgs: Secdmaclkgs,
    secdmaclkgds: Secdmaclkgds,
    gpioclkgr: Gpioclkgr,
    gpioclkgs: Gpioclkgs,
    gpioclkgds: Gpioclkgds,
    gptclkgr: Gptclkgr,
    gptclkgs: Gptclkgs,
    gptclkgds: Gptclkgds,
    i2cclkgr: I2cclkgr,
    i2cclkgs: I2cclkgs,
    i2cclkgds: I2cclkgds,
    uartclkgr: Uartclkgr,
    uartclkgs: Uartclkgs,
    uartclkgds: Uartclkgds,
    ssiclkgr: Ssiclkgr,
    ssiclkgs: Ssiclkgs,
    ssiclkgds: Ssiclkgds,
    i2sclkgr: I2sclkgr,
    i2sclkgs: I2sclkgs,
    i2sclkgds: I2sclkgds,
    _reserved28: [u8; 0x28],
    cpuclkdiv: Cpuclkdiv,
    _reserved29: [u8; 0x04],
    perbusdmaclkdiv: Perbusdmaclkdiv,
    _reserved30: [u8; 0x04],
    i2sbclksel: I2sbclksel,
    gptclkdiv: Gptclkdiv,
    i2sclkctl: I2sclkctl,
    i2smclkdiv: I2smclkdiv,
    i2sbclkdiv: I2sbclkdiv,
    i2swclkdiv: I2swclkdiv,
    _reserved36: [u8; 0x2c],
    swreset: Swreset,
    warmreset: Warmreset,
    _reserved38: [u8; 0x18],
    pdctl0: Pdctl0,
    pdctl0rfc: Pdctl0rfc,
    pdctl0serial: Pdctl0serial,
    pdctl0periph: Pdctl0periph,
    _reserved42: [u8; 0x04],
    pdstat0: Pdstat0,
    pdstat0rfc: Pdstat0rfc,
    pdstat0serial: Pdstat0serial,
    pdstat0periph: Pdstat0periph,
    _reserved46: [u8; 0x2c],
    pdctl1: Pdctl1,
    _reserved47: [u8; 0x04],
    pdctl1cpu: Pdctl1cpu,
    pdctl1rfc: Pdctl1rfc,
    pdctl1vims: Pdctl1vims,
    _reserved50: [u8; 0x04],
    pdstat1: Pdstat1,
    pdstat1bus: Pdstat1bus,
    pdstat1rfc: Pdstat1rfc,
    pdstat1cpu: Pdstat1cpu,
    pdstat1vims: Pdstat1vims,
    _reserved55: [u8; 0x24],
    rfcbits: Rfcbits,
    rfcmodesel: Rfcmodesel,
    rfcmodehwopt: Rfcmodehwopt,
    _reserved58: [u8; 0x08],
    pwrprofstat: Pwrprofstat,
    _reserved59: [u8; 0x40],
    ramreten: Ramreten,
}
impl RegisterBlock {
    #[doc = "0x00 - Infrastructure Clock Division Factor For Run Mode"]
    #[inline(always)]
    pub const fn infrclkdivr(&self) -> &Infrclkdivr {
        &self.infrclkdivr
    }
    #[doc = "0x04 - Infrastructure Clock Division Factor For Sleep Mode"]
    #[inline(always)]
    pub const fn infrclkdivs(&self) -> &Infrclkdivs {
        &self.infrclkdivs
    }
    #[doc = "0x08 - Infrastructure Clock Division Factor For DeepSleep Mode"]
    #[inline(always)]
    pub const fn infrclkdivds(&self) -> &Infrclkdivds {
        &self.infrclkdivds
    }
    #[doc = "0x0c - MCU Voltage Domain Control"]
    #[inline(always)]
    pub const fn vdctl(&self) -> &Vdctl {
        &self.vdctl
    }
    #[doc = "0x28 - Load PRCM Settings To CLKCTRL Power Domain"]
    #[inline(always)]
    pub const fn clkloadctl(&self) -> &Clkloadctl {
        &self.clkloadctl
    }
    #[doc = "0x2c - RFC Clock Gate"]
    #[inline(always)]
    pub const fn rfcclkg(&self) -> &Rfcclkg {
        &self.rfcclkg
    }
    #[doc = "0x30 - VIMS Clock Gate"]
    #[inline(always)]
    pub const fn vimsclkg(&self) -> &Vimsclkg {
        &self.vimsclkg
    }
    #[doc = "0x3c - TRNG, CRYPTO And UDMA Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn secdmaclkgr(&self) -> &Secdmaclkgr {
        &self.secdmaclkgr
    }
    #[doc = "0x40 - TRNG, CRYPTO And UDMA Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn secdmaclkgs(&self) -> &Secdmaclkgs {
        &self.secdmaclkgs
    }
    #[doc = "0x44 - TRNG, CRYPTO And UDMA Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn secdmaclkgds(&self) -> &Secdmaclkgds {
        &self.secdmaclkgds
    }
    #[doc = "0x48 - GPIO Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn gpioclkgr(&self) -> &Gpioclkgr {
        &self.gpioclkgr
    }
    #[doc = "0x4c - GPIO Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn gpioclkgs(&self) -> &Gpioclkgs {
        &self.gpioclkgs
    }
    #[doc = "0x50 - GPIO Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn gpioclkgds(&self) -> &Gpioclkgds {
        &self.gpioclkgds
    }
    #[doc = "0x54 - GPT Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn gptclkgr(&self) -> &Gptclkgr {
        &self.gptclkgr
    }
    #[doc = "0x58 - GPT Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn gptclkgs(&self) -> &Gptclkgs {
        &self.gptclkgs
    }
    #[doc = "0x5c - GPT Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn gptclkgds(&self) -> &Gptclkgds {
        &self.gptclkgds
    }
    #[doc = "0x60 - I2C Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn i2cclkgr(&self) -> &I2cclkgr {
        &self.i2cclkgr
    }
    #[doc = "0x64 - I2C Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn i2cclkgs(&self) -> &I2cclkgs {
        &self.i2cclkgs
    }
    #[doc = "0x68 - I2C Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn i2cclkgds(&self) -> &I2cclkgds {
        &self.i2cclkgds
    }
    #[doc = "0x6c - UART Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn uartclkgr(&self) -> &Uartclkgr {
        &self.uartclkgr
    }
    #[doc = "0x70 - UART Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn uartclkgs(&self) -> &Uartclkgs {
        &self.uartclkgs
    }
    #[doc = "0x74 - UART Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn uartclkgds(&self) -> &Uartclkgds {
        &self.uartclkgds
    }
    #[doc = "0x78 - SSI Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn ssiclkgr(&self) -> &Ssiclkgr {
        &self.ssiclkgr
    }
    #[doc = "0x7c - SSI Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn ssiclkgs(&self) -> &Ssiclkgs {
        &self.ssiclkgs
    }
    #[doc = "0x80 - SSI Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn ssiclkgds(&self) -> &Ssiclkgds {
        &self.ssiclkgds
    }
    #[doc = "0x84 - I2S Clock Gate For Run Mode"]
    #[inline(always)]
    pub const fn i2sclkgr(&self) -> &I2sclkgr {
        &self.i2sclkgr
    }
    #[doc = "0x88 - I2S Clock Gate For Sleep Mode"]
    #[inline(always)]
    pub const fn i2sclkgs(&self) -> &I2sclkgs {
        &self.i2sclkgs
    }
    #[doc = "0x8c - I2S Clock Gate For Deep Sleep Mode"]
    #[inline(always)]
    pub const fn i2sclkgds(&self) -> &I2sclkgds {
        &self.i2sclkgds
    }
    #[doc = "0xb8 - Internal. Only to be used through TI provided API."]
    #[inline(always)]
    pub const fn cpuclkdiv(&self) -> &Cpuclkdiv {
        &self.cpuclkdiv
    }
    #[doc = "0xc0 - Internal. Only to be used through TI provided API."]
    #[inline(always)]
    pub const fn perbusdmaclkdiv(&self) -> &Perbusdmaclkdiv {
        &self.perbusdmaclkdiv
    }
    #[doc = "0xc8 - I2S Clock Control"]
    #[inline(always)]
    pub const fn i2sbclksel(&self) -> &I2sbclksel {
        &self.i2sbclksel
    }
    #[doc = "0xcc - GPT Scalar"]
    #[inline(always)]
    pub const fn gptclkdiv(&self) -> &Gptclkdiv {
        &self.gptclkdiv
    }
    #[doc = "0xd0 - I2S Clock Control"]
    #[inline(always)]
    pub const fn i2sclkctl(&self) -> &I2sclkctl {
        &self.i2sclkctl
    }
    #[doc = "0xd4 - MCLK Division Ratio"]
    #[inline(always)]
    pub const fn i2smclkdiv(&self) -> &I2smclkdiv {
        &self.i2smclkdiv
    }
    #[doc = "0xd8 - BCLK Division Ratio"]
    #[inline(always)]
    pub const fn i2sbclkdiv(&self) -> &I2sbclkdiv {
        &self.i2sbclkdiv
    }
    #[doc = "0xdc - WCLK Division Ratio"]
    #[inline(always)]
    pub const fn i2swclkdiv(&self) -> &I2swclkdiv {
        &self.i2swclkdiv
    }
    #[doc = "0x10c - SW Initiated Resets"]
    #[inline(always)]
    pub const fn swreset(&self) -> &Swreset {
        &self.swreset
    }
    #[doc = "0x110 - WARM Reset Control And Status"]
    #[inline(always)]
    pub const fn warmreset(&self) -> &Warmreset {
        &self.warmreset
    }
    #[doc = "0x12c - Power Domain Control"]
    #[inline(always)]
    pub const fn pdctl0(&self) -> &Pdctl0 {
        &self.pdctl0
    }
    #[doc = "0x130 - RFC Power Domain Control"]
    #[inline(always)]
    pub const fn pdctl0rfc(&self) -> &Pdctl0rfc {
        &self.pdctl0rfc
    }
    #[doc = "0x134 - SERIAL Power Domain Control"]
    #[inline(always)]
    pub const fn pdctl0serial(&self) -> &Pdctl0serial {
        &self.pdctl0serial
    }
    #[doc = "0x138 - PERIPH Power Domain Control"]
    #[inline(always)]
    pub const fn pdctl0periph(&self) -> &Pdctl0periph {
        &self.pdctl0periph
    }
    #[doc = "0x140 - Power Domain Status"]
    #[inline(always)]
    pub const fn pdstat0(&self) -> &Pdstat0 {
        &self.pdstat0
    }
    #[doc = "0x144 - RFC Power Domain Status"]
    #[inline(always)]
    pub const fn pdstat0rfc(&self) -> &Pdstat0rfc {
        &self.pdstat0rfc
    }
    #[doc = "0x148 - SERIAL Power Domain Status"]
    #[inline(always)]
    pub const fn pdstat0serial(&self) -> &Pdstat0serial {
        &self.pdstat0serial
    }
    #[doc = "0x14c - PERIPH Power Domain Status"]
    #[inline(always)]
    pub const fn pdstat0periph(&self) -> &Pdstat0periph {
        &self.pdstat0periph
    }
    #[doc = "0x17c - Power Domain Control"]
    #[inline(always)]
    pub const fn pdctl1(&self) -> &Pdctl1 {
        &self.pdctl1
    }
    #[doc = "0x184 - CPU Power Domain Direct Control"]
    #[inline(always)]
    pub const fn pdctl1cpu(&self) -> &Pdctl1cpu {
        &self.pdctl1cpu
    }
    #[doc = "0x188 - RFC Power Domain Direct Control"]
    #[inline(always)]
    pub const fn pdctl1rfc(&self) -> &Pdctl1rfc {
        &self.pdctl1rfc
    }
    #[doc = "0x18c - VIMS Mode Direct Control"]
    #[inline(always)]
    pub const fn pdctl1vims(&self) -> &Pdctl1vims {
        &self.pdctl1vims
    }
    #[doc = "0x194 - Power Manager Status"]
    #[inline(always)]
    pub const fn pdstat1(&self) -> &Pdstat1 {
        &self.pdstat1
    }
    #[doc = "0x198 - BUS Power Domain Direct Read Status"]
    #[inline(always)]
    pub const fn pdstat1bus(&self) -> &Pdstat1bus {
        &self.pdstat1bus
    }
    #[doc = "0x19c - RFC Power Domain Direct Read Status"]
    #[inline(always)]
    pub const fn pdstat1rfc(&self) -> &Pdstat1rfc {
        &self.pdstat1rfc
    }
    #[doc = "0x1a0 - CPU Power Domain Direct Read Status"]
    #[inline(always)]
    pub const fn pdstat1cpu(&self) -> &Pdstat1cpu {
        &self.pdstat1cpu
    }
    #[doc = "0x1a4 - VIMS Mode Direct Read Status"]
    #[inline(always)]
    pub const fn pdstat1vims(&self) -> &Pdstat1vims {
        &self.pdstat1vims
    }
    #[doc = "0x1cc - Control To RFC"]
    #[inline(always)]
    pub const fn rfcbits(&self) -> &Rfcbits {
        &self.rfcbits
    }
    #[doc = "0x1d0 - Selected RFC Mode"]
    #[inline(always)]
    pub const fn rfcmodesel(&self) -> &Rfcmodesel {
        &self.rfcmodesel
    }
    #[doc = "0x1d4 - Allowed RFC Modes"]
    #[inline(always)]
    pub const fn rfcmodehwopt(&self) -> &Rfcmodehwopt {
        &self.rfcmodehwopt
    }
    #[doc = "0x1e0 - Power Profiler Register"]
    #[inline(always)]
    pub const fn pwrprofstat(&self) -> &Pwrprofstat {
        &self.pwrprofstat
    }
    #[doc = "0x224 - Memory Retention Control"]
    #[inline(always)]
    pub const fn ramreten(&self) -> &Ramreten {
        &self.ramreten
    }
}
#[doc = "INFRCLKDIVR (rw) register accessor: Infrastructure Clock Division Factor For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`infrclkdivr::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 [`infrclkdivr::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@infrclkdivr`]
module"]
#[doc(alias = "INFRCLKDIVR")]
pub type Infrclkdivr = crate::Reg<infrclkdivr::InfrclkdivrSpec>;
#[doc = "Infrastructure Clock Division Factor For Run Mode"]
pub mod infrclkdivr;
#[doc = "INFRCLKDIVS (rw) register accessor: Infrastructure Clock Division Factor For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`infrclkdivs::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 [`infrclkdivs::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@infrclkdivs`]
module"]
#[doc(alias = "INFRCLKDIVS")]
pub type Infrclkdivs = crate::Reg<infrclkdivs::InfrclkdivsSpec>;
#[doc = "Infrastructure Clock Division Factor For Sleep Mode"]
pub mod infrclkdivs;
#[doc = "INFRCLKDIVDS (rw) register accessor: Infrastructure Clock Division Factor For DeepSleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`infrclkdivds::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 [`infrclkdivds::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@infrclkdivds`]
module"]
#[doc(alias = "INFRCLKDIVDS")]
pub type Infrclkdivds = crate::Reg<infrclkdivds::InfrclkdivdsSpec>;
#[doc = "Infrastructure Clock Division Factor For DeepSleep Mode"]
pub mod infrclkdivds;
#[doc = "VDCTL (rw) register accessor: MCU Voltage Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vdctl::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 [`vdctl::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@vdctl`]
module"]
#[doc(alias = "VDCTL")]
pub type Vdctl = crate::Reg<vdctl::VdctlSpec>;
#[doc = "MCU Voltage Domain Control"]
pub mod vdctl;
#[doc = "CLKLOADCTL (rw) register accessor: Load PRCM Settings To CLKCTRL Power Domain\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`clkloadctl::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 [`clkloadctl::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@clkloadctl`]
module"]
#[doc(alias = "CLKLOADCTL")]
pub type Clkloadctl = crate::Reg<clkloadctl::ClkloadctlSpec>;
#[doc = "Load PRCM Settings To CLKCTRL Power Domain"]
pub mod clkloadctl;
#[doc = "RFCCLKG (rw) register accessor: RFC Clock Gate\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`rfcclkg::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 [`rfcclkg::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@rfcclkg`]
module"]
#[doc(alias = "RFCCLKG")]
pub type Rfcclkg = crate::Reg<rfcclkg::RfcclkgSpec>;
#[doc = "RFC Clock Gate"]
pub mod rfcclkg;
#[doc = "VIMSCLKG (rw) register accessor: VIMS Clock Gate\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vimsclkg::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 [`vimsclkg::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@vimsclkg`]
module"]
#[doc(alias = "VIMSCLKG")]
pub type Vimsclkg = crate::Reg<vimsclkg::VimsclkgSpec>;
#[doc = "VIMS Clock Gate"]
pub mod vimsclkg;
#[doc = "SECDMACLKGR (rw) register accessor: TRNG, CRYPTO And UDMA Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`secdmaclkgr::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 [`secdmaclkgr::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@secdmaclkgr`]
module"]
#[doc(alias = "SECDMACLKGR")]
pub type Secdmaclkgr = crate::Reg<secdmaclkgr::SecdmaclkgrSpec>;
#[doc = "TRNG, CRYPTO And UDMA Clock Gate For Run Mode"]
pub mod secdmaclkgr;
#[doc = "SECDMACLKGS (rw) register accessor: TRNG, CRYPTO And UDMA Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`secdmaclkgs::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 [`secdmaclkgs::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@secdmaclkgs`]
module"]
#[doc(alias = "SECDMACLKGS")]
pub type Secdmaclkgs = crate::Reg<secdmaclkgs::SecdmaclkgsSpec>;
#[doc = "TRNG, CRYPTO And UDMA Clock Gate For Sleep Mode"]
pub mod secdmaclkgs;
#[doc = "SECDMACLKGDS (rw) register accessor: TRNG, CRYPTO And UDMA Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`secdmaclkgds::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 [`secdmaclkgds::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@secdmaclkgds`]
module"]
#[doc(alias = "SECDMACLKGDS")]
pub type Secdmaclkgds = crate::Reg<secdmaclkgds::SecdmaclkgdsSpec>;
#[doc = "TRNG, CRYPTO And UDMA Clock Gate For Deep Sleep Mode"]
pub mod secdmaclkgds;
#[doc = "GPIOCLKGR (rw) register accessor: GPIO Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gpioclkgr::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 [`gpioclkgr::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@gpioclkgr`]
module"]
#[doc(alias = "GPIOCLKGR")]
pub type Gpioclkgr = crate::Reg<gpioclkgr::GpioclkgrSpec>;
#[doc = "GPIO Clock Gate For Run Mode"]
pub mod gpioclkgr;
#[doc = "GPIOCLKGS (rw) register accessor: GPIO Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gpioclkgs::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 [`gpioclkgs::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@gpioclkgs`]
module"]
#[doc(alias = "GPIOCLKGS")]
pub type Gpioclkgs = crate::Reg<gpioclkgs::GpioclkgsSpec>;
#[doc = "GPIO Clock Gate For Sleep Mode"]
pub mod gpioclkgs;
#[doc = "GPIOCLKGDS (rw) register accessor: GPIO Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gpioclkgds::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 [`gpioclkgds::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@gpioclkgds`]
module"]
#[doc(alias = "GPIOCLKGDS")]
pub type Gpioclkgds = crate::Reg<gpioclkgds::GpioclkgdsSpec>;
#[doc = "GPIO Clock Gate For Deep Sleep Mode"]
pub mod gpioclkgds;
#[doc = "GPTCLKGR (rw) register accessor: GPT Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptclkgr::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 [`gptclkgr::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@gptclkgr`]
module"]
#[doc(alias = "GPTCLKGR")]
pub type Gptclkgr = crate::Reg<gptclkgr::GptclkgrSpec>;
#[doc = "GPT Clock Gate For Run Mode"]
pub mod gptclkgr;
#[doc = "GPTCLKGS (rw) register accessor: GPT Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptclkgs::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 [`gptclkgs::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@gptclkgs`]
module"]
#[doc(alias = "GPTCLKGS")]
pub type Gptclkgs = crate::Reg<gptclkgs::GptclkgsSpec>;
#[doc = "GPT Clock Gate For Sleep Mode"]
pub mod gptclkgs;
#[doc = "GPTCLKGDS (rw) register accessor: GPT Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptclkgds::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 [`gptclkgds::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@gptclkgds`]
module"]
#[doc(alias = "GPTCLKGDS")]
pub type Gptclkgds = crate::Reg<gptclkgds::GptclkgdsSpec>;
#[doc = "GPT Clock Gate For Deep Sleep Mode"]
pub mod gptclkgds;
#[doc = "I2CCLKGR (rw) register accessor: I2C Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2cclkgr::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 [`i2cclkgr::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@i2cclkgr`]
module"]
#[doc(alias = "I2CCLKGR")]
pub type I2cclkgr = crate::Reg<i2cclkgr::I2cclkgrSpec>;
#[doc = "I2C Clock Gate For Run Mode"]
pub mod i2cclkgr;
#[doc = "I2CCLKGS (rw) register accessor: I2C Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2cclkgs::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 [`i2cclkgs::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@i2cclkgs`]
module"]
#[doc(alias = "I2CCLKGS")]
pub type I2cclkgs = crate::Reg<i2cclkgs::I2cclkgsSpec>;
#[doc = "I2C Clock Gate For Sleep Mode"]
pub mod i2cclkgs;
#[doc = "I2CCLKGDS (rw) register accessor: I2C Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2cclkgds::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 [`i2cclkgds::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@i2cclkgds`]
module"]
#[doc(alias = "I2CCLKGDS")]
pub type I2cclkgds = crate::Reg<i2cclkgds::I2cclkgdsSpec>;
#[doc = "I2C Clock Gate For Deep Sleep Mode"]
pub mod i2cclkgds;
#[doc = "UARTCLKGR (rw) register accessor: UART Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`uartclkgr::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 [`uartclkgr::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@uartclkgr`]
module"]
#[doc(alias = "UARTCLKGR")]
pub type Uartclkgr = crate::Reg<uartclkgr::UartclkgrSpec>;
#[doc = "UART Clock Gate For Run Mode"]
pub mod uartclkgr;
#[doc = "UARTCLKGS (rw) register accessor: UART Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`uartclkgs::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 [`uartclkgs::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@uartclkgs`]
module"]
#[doc(alias = "UARTCLKGS")]
pub type Uartclkgs = crate::Reg<uartclkgs::UartclkgsSpec>;
#[doc = "UART Clock Gate For Sleep Mode"]
pub mod uartclkgs;
#[doc = "UARTCLKGDS (rw) register accessor: UART Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`uartclkgds::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 [`uartclkgds::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@uartclkgds`]
module"]
#[doc(alias = "UARTCLKGDS")]
pub type Uartclkgds = crate::Reg<uartclkgds::UartclkgdsSpec>;
#[doc = "UART Clock Gate For Deep Sleep Mode"]
pub mod uartclkgds;
#[doc = "SSICLKGR (rw) register accessor: SSI Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ssiclkgr::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 [`ssiclkgr::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@ssiclkgr`]
module"]
#[doc(alias = "SSICLKGR")]
pub type Ssiclkgr = crate::Reg<ssiclkgr::SsiclkgrSpec>;
#[doc = "SSI Clock Gate For Run Mode"]
pub mod ssiclkgr;
#[doc = "SSICLKGS (rw) register accessor: SSI Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ssiclkgs::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 [`ssiclkgs::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@ssiclkgs`]
module"]
#[doc(alias = "SSICLKGS")]
pub type Ssiclkgs = crate::Reg<ssiclkgs::SsiclkgsSpec>;
#[doc = "SSI Clock Gate For Sleep Mode"]
pub mod ssiclkgs;
#[doc = "SSICLKGDS (rw) register accessor: SSI Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ssiclkgds::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 [`ssiclkgds::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@ssiclkgds`]
module"]
#[doc(alias = "SSICLKGDS")]
pub type Ssiclkgds = crate::Reg<ssiclkgds::SsiclkgdsSpec>;
#[doc = "SSI Clock Gate For Deep Sleep Mode"]
pub mod ssiclkgds;
#[doc = "I2SCLKGR (rw) register accessor: I2S Clock Gate For Run Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sclkgr::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 [`i2sclkgr::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@i2sclkgr`]
module"]
#[doc(alias = "I2SCLKGR")]
pub type I2sclkgr = crate::Reg<i2sclkgr::I2sclkgrSpec>;
#[doc = "I2S Clock Gate For Run Mode"]
pub mod i2sclkgr;
#[doc = "I2SCLKGS (rw) register accessor: I2S Clock Gate For Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sclkgs::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 [`i2sclkgs::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@i2sclkgs`]
module"]
#[doc(alias = "I2SCLKGS")]
pub type I2sclkgs = crate::Reg<i2sclkgs::I2sclkgsSpec>;
#[doc = "I2S Clock Gate For Sleep Mode"]
pub mod i2sclkgs;
#[doc = "I2SCLKGDS (rw) register accessor: I2S Clock Gate For Deep Sleep Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sclkgds::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 [`i2sclkgds::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@i2sclkgds`]
module"]
#[doc(alias = "I2SCLKGDS")]
pub type I2sclkgds = crate::Reg<i2sclkgds::I2sclkgdsSpec>;
#[doc = "I2S Clock Gate For Deep Sleep Mode"]
pub mod i2sclkgds;
#[doc = "CPUCLKDIV (rw) register accessor: Internal. Only to be used through TI provided API.\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cpuclkdiv::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 [`cpuclkdiv::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@cpuclkdiv`]
module"]
#[doc(alias = "CPUCLKDIV")]
pub type Cpuclkdiv = crate::Reg<cpuclkdiv::CpuclkdivSpec>;
#[doc = "Internal. Only to be used through TI provided API."]
pub mod cpuclkdiv;
#[doc = "PERBUSDMACLKDIV (rw) register accessor: Internal. Only to be used through TI provided API.\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`perbusdmaclkdiv::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 [`perbusdmaclkdiv::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@perbusdmaclkdiv`]
module"]
#[doc(alias = "PERBUSDMACLKDIV")]
pub type Perbusdmaclkdiv = crate::Reg<perbusdmaclkdiv::PerbusdmaclkdivSpec>;
#[doc = "Internal. Only to be used through TI provided API."]
pub mod perbusdmaclkdiv;
#[doc = "I2SBCLKSEL (rw) register accessor: I2S Clock Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sbclksel::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 [`i2sbclksel::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@i2sbclksel`]
module"]
#[doc(alias = "I2SBCLKSEL")]
pub type I2sbclksel = crate::Reg<i2sbclksel::I2sbclkselSpec>;
#[doc = "I2S Clock Control"]
pub mod i2sbclksel;
#[doc = "GPTCLKDIV (rw) register accessor: GPT Scalar\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptclkdiv::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 [`gptclkdiv::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@gptclkdiv`]
module"]
#[doc(alias = "GPTCLKDIV")]
pub type Gptclkdiv = crate::Reg<gptclkdiv::GptclkdivSpec>;
#[doc = "GPT Scalar"]
pub mod gptclkdiv;
#[doc = "I2SCLKCTL (rw) register accessor: I2S Clock Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sclkctl::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 [`i2sclkctl::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@i2sclkctl`]
module"]
#[doc(alias = "I2SCLKCTL")]
pub type I2sclkctl = crate::Reg<i2sclkctl::I2sclkctlSpec>;
#[doc = "I2S Clock Control"]
pub mod i2sclkctl;
#[doc = "I2SMCLKDIV (rw) register accessor: MCLK Division Ratio\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2smclkdiv::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 [`i2smclkdiv::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@i2smclkdiv`]
module"]
#[doc(alias = "I2SMCLKDIV")]
pub type I2smclkdiv = crate::Reg<i2smclkdiv::I2smclkdivSpec>;
#[doc = "MCLK Division Ratio"]
pub mod i2smclkdiv;
#[doc = "I2SBCLKDIV (rw) register accessor: BCLK Division Ratio\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2sbclkdiv::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 [`i2sbclkdiv::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@i2sbclkdiv`]
module"]
#[doc(alias = "I2SBCLKDIV")]
pub type I2sbclkdiv = crate::Reg<i2sbclkdiv::I2sbclkdivSpec>;
#[doc = "BCLK Division Ratio"]
pub mod i2sbclkdiv;
#[doc = "I2SWCLKDIV (rw) register accessor: WCLK Division Ratio\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`i2swclkdiv::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 [`i2swclkdiv::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@i2swclkdiv`]
module"]
#[doc(alias = "I2SWCLKDIV")]
pub type I2swclkdiv = crate::Reg<i2swclkdiv::I2swclkdivSpec>;
#[doc = "WCLK Division Ratio"]
pub mod i2swclkdiv;
#[doc = "SWRESET (rw) register accessor: SW Initiated Resets\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`swreset::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 [`swreset::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@swreset`]
module"]
#[doc(alias = "SWRESET")]
pub type Swreset = crate::Reg<swreset::SwresetSpec>;
#[doc = "SW Initiated Resets"]
pub mod swreset;
#[doc = "WARMRESET (rw) register accessor: WARM Reset Control And Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`warmreset::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 [`warmreset::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@warmreset`]
module"]
#[doc(alias = "WARMRESET")]
pub type Warmreset = crate::Reg<warmreset::WarmresetSpec>;
#[doc = "WARM Reset Control And Status"]
pub mod warmreset;
#[doc = "PDCTL0 (rw) register accessor: Power Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl0::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 [`pdctl0::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@pdctl0`]
module"]
#[doc(alias = "PDCTL0")]
pub type Pdctl0 = crate::Reg<pdctl0::Pdctl0Spec>;
#[doc = "Power Domain Control"]
pub mod pdctl0;
#[doc = "PDCTL0RFC (rw) register accessor: RFC Power Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl0rfc::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 [`pdctl0rfc::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@pdctl0rfc`]
module"]
#[doc(alias = "PDCTL0RFC")]
pub type Pdctl0rfc = crate::Reg<pdctl0rfc::Pdctl0rfcSpec>;
#[doc = "RFC Power Domain Control"]
pub mod pdctl0rfc;
#[doc = "PDCTL0SERIAL (rw) register accessor: SERIAL Power Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl0serial::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 [`pdctl0serial::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@pdctl0serial`]
module"]
#[doc(alias = "PDCTL0SERIAL")]
pub type Pdctl0serial = crate::Reg<pdctl0serial::Pdctl0serialSpec>;
#[doc = "SERIAL Power Domain Control"]
pub mod pdctl0serial;
#[doc = "PDCTL0PERIPH (rw) register accessor: PERIPH Power Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl0periph::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 [`pdctl0periph::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@pdctl0periph`]
module"]
#[doc(alias = "PDCTL0PERIPH")]
pub type Pdctl0periph = crate::Reg<pdctl0periph::Pdctl0periphSpec>;
#[doc = "PERIPH Power Domain Control"]
pub mod pdctl0periph;
#[doc = "PDSTAT0 (rw) register accessor: Power Domain Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat0::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 [`pdstat0::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@pdstat0`]
module"]
#[doc(alias = "PDSTAT0")]
pub type Pdstat0 = crate::Reg<pdstat0::Pdstat0Spec>;
#[doc = "Power Domain Status"]
pub mod pdstat0;
#[doc = "PDSTAT0RFC (rw) register accessor: RFC Power Domain Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat0rfc::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 [`pdstat0rfc::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@pdstat0rfc`]
module"]
#[doc(alias = "PDSTAT0RFC")]
pub type Pdstat0rfc = crate::Reg<pdstat0rfc::Pdstat0rfcSpec>;
#[doc = "RFC Power Domain Status"]
pub mod pdstat0rfc;
#[doc = "PDSTAT0SERIAL (rw) register accessor: SERIAL Power Domain Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat0serial::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 [`pdstat0serial::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@pdstat0serial`]
module"]
#[doc(alias = "PDSTAT0SERIAL")]
pub type Pdstat0serial = crate::Reg<pdstat0serial::Pdstat0serialSpec>;
#[doc = "SERIAL Power Domain Status"]
pub mod pdstat0serial;
#[doc = "PDSTAT0PERIPH (rw) register accessor: PERIPH Power Domain Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat0periph::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 [`pdstat0periph::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@pdstat0periph`]
module"]
#[doc(alias = "PDSTAT0PERIPH")]
pub type Pdstat0periph = crate::Reg<pdstat0periph::Pdstat0periphSpec>;
#[doc = "PERIPH Power Domain Status"]
pub mod pdstat0periph;
#[doc = "PDCTL1 (rw) register accessor: Power Domain Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl1::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 [`pdctl1::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@pdctl1`]
module"]
#[doc(alias = "PDCTL1")]
pub type Pdctl1 = crate::Reg<pdctl1::Pdctl1Spec>;
#[doc = "Power Domain Control"]
pub mod pdctl1;
#[doc = "PDCTL1CPU (rw) register accessor: CPU Power Domain Direct Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl1cpu::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 [`pdctl1cpu::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@pdctl1cpu`]
module"]
#[doc(alias = "PDCTL1CPU")]
pub type Pdctl1cpu = crate::Reg<pdctl1cpu::Pdctl1cpuSpec>;
#[doc = "CPU Power Domain Direct Control"]
pub mod pdctl1cpu;
#[doc = "PDCTL1RFC (rw) register accessor: RFC Power Domain Direct Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl1rfc::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 [`pdctl1rfc::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@pdctl1rfc`]
module"]
#[doc(alias = "PDCTL1RFC")]
pub type Pdctl1rfc = crate::Reg<pdctl1rfc::Pdctl1rfcSpec>;
#[doc = "RFC Power Domain Direct Control"]
pub mod pdctl1rfc;
#[doc = "PDCTL1VIMS (rw) register accessor: VIMS Mode Direct Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdctl1vims::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 [`pdctl1vims::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@pdctl1vims`]
module"]
#[doc(alias = "PDCTL1VIMS")]
pub type Pdctl1vims = crate::Reg<pdctl1vims::Pdctl1vimsSpec>;
#[doc = "VIMS Mode Direct Control"]
pub mod pdctl1vims;
#[doc = "PDSTAT1 (rw) register accessor: Power Manager Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat1::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 [`pdstat1::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@pdstat1`]
module"]
#[doc(alias = "PDSTAT1")]
pub type Pdstat1 = crate::Reg<pdstat1::Pdstat1Spec>;
#[doc = "Power Manager Status"]
pub mod pdstat1;
#[doc = "PDSTAT1BUS (rw) register accessor: BUS Power Domain Direct Read Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat1bus::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 [`pdstat1bus::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@pdstat1bus`]
module"]
#[doc(alias = "PDSTAT1BUS")]
pub type Pdstat1bus = crate::Reg<pdstat1bus::Pdstat1busSpec>;
#[doc = "BUS Power Domain Direct Read Status"]
pub mod pdstat1bus;
#[doc = "PDSTAT1RFC (rw) register accessor: RFC Power Domain Direct Read Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat1rfc::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 [`pdstat1rfc::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@pdstat1rfc`]
module"]
#[doc(alias = "PDSTAT1RFC")]
pub type Pdstat1rfc = crate::Reg<pdstat1rfc::Pdstat1rfcSpec>;
#[doc = "RFC Power Domain Direct Read Status"]
pub mod pdstat1rfc;
#[doc = "PDSTAT1CPU (rw) register accessor: CPU Power Domain Direct Read Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat1cpu::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 [`pdstat1cpu::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@pdstat1cpu`]
module"]
#[doc(alias = "PDSTAT1CPU")]
pub type Pdstat1cpu = crate::Reg<pdstat1cpu::Pdstat1cpuSpec>;
#[doc = "CPU Power Domain Direct Read Status"]
pub mod pdstat1cpu;
#[doc = "PDSTAT1VIMS (rw) register accessor: VIMS Mode Direct Read Status\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pdstat1vims::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 [`pdstat1vims::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@pdstat1vims`]
module"]
#[doc(alias = "PDSTAT1VIMS")]
pub type Pdstat1vims = crate::Reg<pdstat1vims::Pdstat1vimsSpec>;
#[doc = "VIMS Mode Direct Read Status"]
pub mod pdstat1vims;
#[doc = "RFCBITS (rw) register accessor: Control To RFC\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`rfcbits::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 [`rfcbits::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@rfcbits`]
module"]
#[doc(alias = "RFCBITS")]
pub type Rfcbits = crate::Reg<rfcbits::RfcbitsSpec>;
#[doc = "Control To RFC"]
pub mod rfcbits;
#[doc = "RFCMODESEL (rw) register accessor: Selected RFC Mode\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`rfcmodesel::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 [`rfcmodesel::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@rfcmodesel`]
module"]
#[doc(alias = "RFCMODESEL")]
pub type Rfcmodesel = crate::Reg<rfcmodesel::RfcmodeselSpec>;
#[doc = "Selected RFC Mode"]
pub mod rfcmodesel;
#[doc = "RFCMODEHWOPT (rw) register accessor: Allowed RFC Modes\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`rfcmodehwopt::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 [`rfcmodehwopt::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@rfcmodehwopt`]
module"]
#[doc(alias = "RFCMODEHWOPT")]
pub type Rfcmodehwopt = crate::Reg<rfcmodehwopt::RfcmodehwoptSpec>;
#[doc = "Allowed RFC Modes"]
pub mod rfcmodehwopt;
#[doc = "PWRPROFSTAT (rw) register accessor: Power Profiler Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pwrprofstat::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 [`pwrprofstat::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@pwrprofstat`]
module"]
#[doc(alias = "PWRPROFSTAT")]
pub type Pwrprofstat = crate::Reg<pwrprofstat::PwrprofstatSpec>;
#[doc = "Power Profiler Register"]
pub mod pwrprofstat;
#[doc = "RAMRETEN (rw) register accessor: Memory Retention Control\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ramreten::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 [`ramreten::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@ramreten`]
module"]
#[doc(alias = "RAMRETEN")]
pub type Ramreten = crate::Reg<ramreten::RamretenSpec>;
#[doc = "Memory Retention Control"]
pub mod ramreten;