esp32p4 0.2.0

Peripheral access crate for the ESP32-P4
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
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
#[repr(C)]
#[cfg_attr(feature = "impl-register-debug", derive(Debug))]
#[doc = "Register block"]
pub struct RegisterBlock {
    bod_mode0_cntl: BOD_MODE0_CNTL,
    bod_mode1_cntl: BOD_MODE1_CNTL,
    vdd_source_cntl: VDD_SOURCE_CNTL,
    vddbat_bod_cntl: VDDBAT_BOD_CNTL,
    vddbat_charge_cntl: VDDBAT_CHARGE_CNTL,
    ck_glitch_cntl: CK_GLITCH_CNTL,
    pg_glitch_cntl: PG_GLITCH_CNTL,
    fib_enable: FIB_ENABLE,
    int_raw: INT_RAW,
    int_st: INT_ST,
    int_ena: INT_ENA,
    int_clr: INT_CLR,
    lp_int_raw: LP_INT_RAW,
    lp_int_st: LP_INT_ST,
    lp_int_ena: LP_INT_ENA,
    lp_int_clr: LP_INT_CLR,
    _reserved16: [u8; 0xbc],
    touch_approach_work_meas_num: TOUCH_APPROACH_WORK_MEAS_NUM,
    touch_scan_ctrl1: TOUCH_SCAN_CTRL1,
    touch_scan_ctrl2: TOUCH_SCAN_CTRL2,
    touch_work: TOUCH_WORK,
    touch_work_meas_num: TOUCH_WORK_MEAS_NUM,
    touch_filter1: TOUCH_FILTER1,
    touch_filter2: TOUCH_FILTER2,
    touch_filter3: TOUCH_FILTER3,
    touch_slp0: TOUCH_SLP0,
    touch_slp1: TOUCH_SLP1,
    touch_clr: TOUCH_CLR,
    touch_approach: TOUCH_APPROACH,
    touch_freq0_scan_para: TOUCH_FREQ0_SCAN_PARA,
    touch_freq1_scan_para: TOUCH_FREQ1_SCAN_PARA,
    touch_freq2_scan_para: TOUCH_FREQ2_SCAN_PARA,
    touch_ana_para: TOUCH_ANA_PARA,
    touch_mux0: TOUCH_MUX0,
    touch_mux1: TOUCH_MUX1,
    touch_pad0_th0: TOUCH_PAD0_TH0,
    touch_pad0_th1: TOUCH_PAD0_TH1,
    touch_pad0_th2: TOUCH_PAD0_TH2,
    touch_pad1_th0: TOUCH_PAD1_TH0,
    touch_pad1_th1: TOUCH_PAD1_TH1,
    touch_pad1_th2: TOUCH_PAD1_TH2,
    touch_pad2_th0: TOUCH_PAD2_TH0,
    touch_pad2_th1: TOUCH_PAD2_TH1,
    touch_pad2_th2: TOUCH_PAD2_TH2,
    touch_pad3_th0: TOUCH_PAD3_TH0,
    touch_pad3_th1: TOUCH_PAD3_TH1,
    touch_pad3_th2: TOUCH_PAD3_TH2,
    touch_pad4_th0: TOUCH_PAD4_TH0,
    touch_pad4_th1: TOUCH_PAD4_TH1,
    touch_pad4_th2: TOUCH_PAD4_TH2,
    touch_pad5_th0: TOUCH_PAD5_TH0,
    touch_pad5_th1: TOUCH_PAD5_TH1,
    touch_pad5_th2: TOUCH_PAD5_TH2,
    touch_pad6_th0: TOUCH_PAD6_TH0,
    touch_pad6_th1: TOUCH_PAD6_TH1,
    touch_pad6_th2: TOUCH_PAD6_TH2,
    touch_pad7_th0: TOUCH_PAD7_TH0,
    touch_pad7_th1: TOUCH_PAD7_TH1,
    touch_pad7_th2: TOUCH_PAD7_TH2,
    touch_pad8_th0: TOUCH_PAD8_TH0,
    touch_pad8_th1: TOUCH_PAD8_TH1,
    touch_pad8_th2: TOUCH_PAD8_TH2,
    touch_pad9_th0: TOUCH_PAD9_TH0,
    touch_pad9_th1: TOUCH_PAD9_TH1,
    touch_pad9_th2: TOUCH_PAD9_TH2,
    touch_pad10_th0: TOUCH_PAD10_TH0,
    touch_pad10_th1: TOUCH_PAD10_TH1,
    touch_pad10_th2: TOUCH_PAD10_TH2,
    touch_pad11_th0: TOUCH_PAD11_TH0,
    touch_pad11_th1: TOUCH_PAD11_TH1,
    touch_pad11_th2: TOUCH_PAD11_TH2,
    touch_pad12_th0: TOUCH_PAD12_TH0,
    touch_pad12_th1: TOUCH_PAD12_TH1,
    touch_pad12_th2: TOUCH_PAD12_TH2,
    touch_pad13_th0: TOUCH_PAD13_TH0,
    touch_pad13_th1: TOUCH_PAD13_TH1,
    touch_pad13_th2: TOUCH_PAD13_TH2,
    touch_pad14_th0: TOUCH_PAD14_TH0,
    touch_pad14_th1: TOUCH_PAD14_TH1,
    touch_pad14_th2: TOUCH_PAD14_TH2,
    _reserved79: [u8; 0x0204],
    date: DATE,
}
impl RegisterBlock {
    #[doc = "0x00 - need_des"]
    #[inline(always)]
    pub const fn bod_mode0_cntl(&self) -> &BOD_MODE0_CNTL {
        &self.bod_mode0_cntl
    }
    #[doc = "0x04 - need_des"]
    #[inline(always)]
    pub const fn bod_mode1_cntl(&self) -> &BOD_MODE1_CNTL {
        &self.bod_mode1_cntl
    }
    #[doc = "0x08 - need_des"]
    #[inline(always)]
    pub const fn vdd_source_cntl(&self) -> &VDD_SOURCE_CNTL {
        &self.vdd_source_cntl
    }
    #[doc = "0x0c - need_des"]
    #[inline(always)]
    pub const fn vddbat_bod_cntl(&self) -> &VDDBAT_BOD_CNTL {
        &self.vddbat_bod_cntl
    }
    #[doc = "0x10 - need_des"]
    #[inline(always)]
    pub const fn vddbat_charge_cntl(&self) -> &VDDBAT_CHARGE_CNTL {
        &self.vddbat_charge_cntl
    }
    #[doc = "0x14 - need_des"]
    #[inline(always)]
    pub const fn ck_glitch_cntl(&self) -> &CK_GLITCH_CNTL {
        &self.ck_glitch_cntl
    }
    #[doc = "0x18 - need_des"]
    #[inline(always)]
    pub const fn pg_glitch_cntl(&self) -> &PG_GLITCH_CNTL {
        &self.pg_glitch_cntl
    }
    #[doc = "0x1c - need_des"]
    #[inline(always)]
    pub const fn fib_enable(&self) -> &FIB_ENABLE {
        &self.fib_enable
    }
    #[doc = "0x20 - need_des"]
    #[inline(always)]
    pub const fn int_raw(&self) -> &INT_RAW {
        &self.int_raw
    }
    #[doc = "0x24 - need_des"]
    #[inline(always)]
    pub const fn int_st(&self) -> &INT_ST {
        &self.int_st
    }
    #[doc = "0x28 - need_des"]
    #[inline(always)]
    pub const fn int_ena(&self) -> &INT_ENA {
        &self.int_ena
    }
    #[doc = "0x2c - need_des"]
    #[inline(always)]
    pub const fn int_clr(&self) -> &INT_CLR {
        &self.int_clr
    }
    #[doc = "0x30 - need_des"]
    #[inline(always)]
    pub const fn lp_int_raw(&self) -> &LP_INT_RAW {
        &self.lp_int_raw
    }
    #[doc = "0x34 - need_des"]
    #[inline(always)]
    pub const fn lp_int_st(&self) -> &LP_INT_ST {
        &self.lp_int_st
    }
    #[doc = "0x38 - need_des"]
    #[inline(always)]
    pub const fn lp_int_ena(&self) -> &LP_INT_ENA {
        &self.lp_int_ena
    }
    #[doc = "0x3c - need_des"]
    #[inline(always)]
    pub const fn lp_int_clr(&self) -> &LP_INT_CLR {
        &self.lp_int_clr
    }
    #[doc = "0xfc - need_des"]
    #[inline(always)]
    pub const fn touch_approach_work_meas_num(&self) -> &TOUCH_APPROACH_WORK_MEAS_NUM {
        &self.touch_approach_work_meas_num
    }
    #[doc = "0x100 - need_des"]
    #[inline(always)]
    pub const fn touch_scan_ctrl1(&self) -> &TOUCH_SCAN_CTRL1 {
        &self.touch_scan_ctrl1
    }
    #[doc = "0x104 - need_des"]
    #[inline(always)]
    pub const fn touch_scan_ctrl2(&self) -> &TOUCH_SCAN_CTRL2 {
        &self.touch_scan_ctrl2
    }
    #[doc = "0x108 - need_des"]
    #[inline(always)]
    pub const fn touch_work(&self) -> &TOUCH_WORK {
        &self.touch_work
    }
    #[doc = "0x10c - need_des"]
    #[inline(always)]
    pub const fn touch_work_meas_num(&self) -> &TOUCH_WORK_MEAS_NUM {
        &self.touch_work_meas_num
    }
    #[doc = "0x110 - need_des"]
    #[inline(always)]
    pub const fn touch_filter1(&self) -> &TOUCH_FILTER1 {
        &self.touch_filter1
    }
    #[doc = "0x114 - need_des"]
    #[inline(always)]
    pub const fn touch_filter2(&self) -> &TOUCH_FILTER2 {
        &self.touch_filter2
    }
    #[doc = "0x118 - need_des"]
    #[inline(always)]
    pub const fn touch_filter3(&self) -> &TOUCH_FILTER3 {
        &self.touch_filter3
    }
    #[doc = "0x11c - need_des"]
    #[inline(always)]
    pub const fn touch_slp0(&self) -> &TOUCH_SLP0 {
        &self.touch_slp0
    }
    #[doc = "0x120 - need_des"]
    #[inline(always)]
    pub const fn touch_slp1(&self) -> &TOUCH_SLP1 {
        &self.touch_slp1
    }
    #[doc = "0x124 - need_des"]
    #[inline(always)]
    pub const fn touch_clr(&self) -> &TOUCH_CLR {
        &self.touch_clr
    }
    #[doc = "0x128 - need_des"]
    #[inline(always)]
    pub const fn touch_approach(&self) -> &TOUCH_APPROACH {
        &self.touch_approach
    }
    #[doc = "0x12c - need_des"]
    #[inline(always)]
    pub const fn touch_freq0_scan_para(&self) -> &TOUCH_FREQ0_SCAN_PARA {
        &self.touch_freq0_scan_para
    }
    #[doc = "0x130 - need_des"]
    #[inline(always)]
    pub const fn touch_freq1_scan_para(&self) -> &TOUCH_FREQ1_SCAN_PARA {
        &self.touch_freq1_scan_para
    }
    #[doc = "0x134 - need_des"]
    #[inline(always)]
    pub const fn touch_freq2_scan_para(&self) -> &TOUCH_FREQ2_SCAN_PARA {
        &self.touch_freq2_scan_para
    }
    #[doc = "0x138 - need_des"]
    #[inline(always)]
    pub const fn touch_ana_para(&self) -> &TOUCH_ANA_PARA {
        &self.touch_ana_para
    }
    #[doc = "0x13c - need_des"]
    #[inline(always)]
    pub const fn touch_mux0(&self) -> &TOUCH_MUX0 {
        &self.touch_mux0
    }
    #[doc = "0x140 - need_des"]
    #[inline(always)]
    pub const fn touch_mux1(&self) -> &TOUCH_MUX1 {
        &self.touch_mux1
    }
    #[doc = "0x144 - need_des"]
    #[inline(always)]
    pub const fn touch_pad0_th0(&self) -> &TOUCH_PAD0_TH0 {
        &self.touch_pad0_th0
    }
    #[doc = "0x148 - need_des"]
    #[inline(always)]
    pub const fn touch_pad0_th1(&self) -> &TOUCH_PAD0_TH1 {
        &self.touch_pad0_th1
    }
    #[doc = "0x14c - need_des"]
    #[inline(always)]
    pub const fn touch_pad0_th2(&self) -> &TOUCH_PAD0_TH2 {
        &self.touch_pad0_th2
    }
    #[doc = "0x150 - need_des"]
    #[inline(always)]
    pub const fn touch_pad1_th0(&self) -> &TOUCH_PAD1_TH0 {
        &self.touch_pad1_th0
    }
    #[doc = "0x154 - need_des"]
    #[inline(always)]
    pub const fn touch_pad1_th1(&self) -> &TOUCH_PAD1_TH1 {
        &self.touch_pad1_th1
    }
    #[doc = "0x158 - need_des"]
    #[inline(always)]
    pub const fn touch_pad1_th2(&self) -> &TOUCH_PAD1_TH2 {
        &self.touch_pad1_th2
    }
    #[doc = "0x15c - need_des"]
    #[inline(always)]
    pub const fn touch_pad2_th0(&self) -> &TOUCH_PAD2_TH0 {
        &self.touch_pad2_th0
    }
    #[doc = "0x160 - need_des"]
    #[inline(always)]
    pub const fn touch_pad2_th1(&self) -> &TOUCH_PAD2_TH1 {
        &self.touch_pad2_th1
    }
    #[doc = "0x164 - need_des"]
    #[inline(always)]
    pub const fn touch_pad2_th2(&self) -> &TOUCH_PAD2_TH2 {
        &self.touch_pad2_th2
    }
    #[doc = "0x168 - need_des"]
    #[inline(always)]
    pub const fn touch_pad3_th0(&self) -> &TOUCH_PAD3_TH0 {
        &self.touch_pad3_th0
    }
    #[doc = "0x16c - need_des"]
    #[inline(always)]
    pub const fn touch_pad3_th1(&self) -> &TOUCH_PAD3_TH1 {
        &self.touch_pad3_th1
    }
    #[doc = "0x170 - need_des"]
    #[inline(always)]
    pub const fn touch_pad3_th2(&self) -> &TOUCH_PAD3_TH2 {
        &self.touch_pad3_th2
    }
    #[doc = "0x174 - need_des"]
    #[inline(always)]
    pub const fn touch_pad4_th0(&self) -> &TOUCH_PAD4_TH0 {
        &self.touch_pad4_th0
    }
    #[doc = "0x178 - need_des"]
    #[inline(always)]
    pub const fn touch_pad4_th1(&self) -> &TOUCH_PAD4_TH1 {
        &self.touch_pad4_th1
    }
    #[doc = "0x17c - need_des"]
    #[inline(always)]
    pub const fn touch_pad4_th2(&self) -> &TOUCH_PAD4_TH2 {
        &self.touch_pad4_th2
    }
    #[doc = "0x180 - need_des"]
    #[inline(always)]
    pub const fn touch_pad5_th0(&self) -> &TOUCH_PAD5_TH0 {
        &self.touch_pad5_th0
    }
    #[doc = "0x184 - need_des"]
    #[inline(always)]
    pub const fn touch_pad5_th1(&self) -> &TOUCH_PAD5_TH1 {
        &self.touch_pad5_th1
    }
    #[doc = "0x188 - need_des"]
    #[inline(always)]
    pub const fn touch_pad5_th2(&self) -> &TOUCH_PAD5_TH2 {
        &self.touch_pad5_th2
    }
    #[doc = "0x18c - need_des"]
    #[inline(always)]
    pub const fn touch_pad6_th0(&self) -> &TOUCH_PAD6_TH0 {
        &self.touch_pad6_th0
    }
    #[doc = "0x190 - need_des"]
    #[inline(always)]
    pub const fn touch_pad6_th1(&self) -> &TOUCH_PAD6_TH1 {
        &self.touch_pad6_th1
    }
    #[doc = "0x194 - need_des"]
    #[inline(always)]
    pub const fn touch_pad6_th2(&self) -> &TOUCH_PAD6_TH2 {
        &self.touch_pad6_th2
    }
    #[doc = "0x198 - need_des"]
    #[inline(always)]
    pub const fn touch_pad7_th0(&self) -> &TOUCH_PAD7_TH0 {
        &self.touch_pad7_th0
    }
    #[doc = "0x19c - need_des"]
    #[inline(always)]
    pub const fn touch_pad7_th1(&self) -> &TOUCH_PAD7_TH1 {
        &self.touch_pad7_th1
    }
    #[doc = "0x1a0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad7_th2(&self) -> &TOUCH_PAD7_TH2 {
        &self.touch_pad7_th2
    }
    #[doc = "0x1a4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad8_th0(&self) -> &TOUCH_PAD8_TH0 {
        &self.touch_pad8_th0
    }
    #[doc = "0x1a8 - need_des"]
    #[inline(always)]
    pub const fn touch_pad8_th1(&self) -> &TOUCH_PAD8_TH1 {
        &self.touch_pad8_th1
    }
    #[doc = "0x1ac - need_des"]
    #[inline(always)]
    pub const fn touch_pad8_th2(&self) -> &TOUCH_PAD8_TH2 {
        &self.touch_pad8_th2
    }
    #[doc = "0x1b0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad9_th0(&self) -> &TOUCH_PAD9_TH0 {
        &self.touch_pad9_th0
    }
    #[doc = "0x1b4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad9_th1(&self) -> &TOUCH_PAD9_TH1 {
        &self.touch_pad9_th1
    }
    #[doc = "0x1b8 - need_des"]
    #[inline(always)]
    pub const fn touch_pad9_th2(&self) -> &TOUCH_PAD9_TH2 {
        &self.touch_pad9_th2
    }
    #[doc = "0x1bc - need_des"]
    #[inline(always)]
    pub const fn touch_pad10_th0(&self) -> &TOUCH_PAD10_TH0 {
        &self.touch_pad10_th0
    }
    #[doc = "0x1c0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad10_th1(&self) -> &TOUCH_PAD10_TH1 {
        &self.touch_pad10_th1
    }
    #[doc = "0x1c4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad10_th2(&self) -> &TOUCH_PAD10_TH2 {
        &self.touch_pad10_th2
    }
    #[doc = "0x1c8 - need_des"]
    #[inline(always)]
    pub const fn touch_pad11_th0(&self) -> &TOUCH_PAD11_TH0 {
        &self.touch_pad11_th0
    }
    #[doc = "0x1cc - need_des"]
    #[inline(always)]
    pub const fn touch_pad11_th1(&self) -> &TOUCH_PAD11_TH1 {
        &self.touch_pad11_th1
    }
    #[doc = "0x1d0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad11_th2(&self) -> &TOUCH_PAD11_TH2 {
        &self.touch_pad11_th2
    }
    #[doc = "0x1d4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad12_th0(&self) -> &TOUCH_PAD12_TH0 {
        &self.touch_pad12_th0
    }
    #[doc = "0x1d8 - need_des"]
    #[inline(always)]
    pub const fn touch_pad12_th1(&self) -> &TOUCH_PAD12_TH1 {
        &self.touch_pad12_th1
    }
    #[doc = "0x1dc - need_des"]
    #[inline(always)]
    pub const fn touch_pad12_th2(&self) -> &TOUCH_PAD12_TH2 {
        &self.touch_pad12_th2
    }
    #[doc = "0x1e0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad13_th0(&self) -> &TOUCH_PAD13_TH0 {
        &self.touch_pad13_th0
    }
    #[doc = "0x1e4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad13_th1(&self) -> &TOUCH_PAD13_TH1 {
        &self.touch_pad13_th1
    }
    #[doc = "0x1e8 - need_des"]
    #[inline(always)]
    pub const fn touch_pad13_th2(&self) -> &TOUCH_PAD13_TH2 {
        &self.touch_pad13_th2
    }
    #[doc = "0x1ec - need_des"]
    #[inline(always)]
    pub const fn touch_pad14_th0(&self) -> &TOUCH_PAD14_TH0 {
        &self.touch_pad14_th0
    }
    #[doc = "0x1f0 - need_des"]
    #[inline(always)]
    pub const fn touch_pad14_th1(&self) -> &TOUCH_PAD14_TH1 {
        &self.touch_pad14_th1
    }
    #[doc = "0x1f4 - need_des"]
    #[inline(always)]
    pub const fn touch_pad14_th2(&self) -> &TOUCH_PAD14_TH2 {
        &self.touch_pad14_th2
    }
    #[doc = "0x3fc - need_des"]
    #[inline(always)]
    pub const fn date(&self) -> &DATE {
        &self.date
    }
}
#[doc = "BOD_MODE0_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bod_mode0_cntl::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 [`bod_mode0_cntl::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@bod_mode0_cntl`] module"]
pub type BOD_MODE0_CNTL = crate::Reg<bod_mode0_cntl::BOD_MODE0_CNTL_SPEC>;
#[doc = "need_des"]
pub mod bod_mode0_cntl;
#[doc = "BOD_MODE1_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bod_mode1_cntl::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 [`bod_mode1_cntl::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@bod_mode1_cntl`] module"]
pub type BOD_MODE1_CNTL = crate::Reg<bod_mode1_cntl::BOD_MODE1_CNTL_SPEC>;
#[doc = "need_des"]
pub mod bod_mode1_cntl;
#[doc = "VDD_SOURCE_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vdd_source_cntl::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 [`vdd_source_cntl::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@vdd_source_cntl`] module"]
pub type VDD_SOURCE_CNTL = crate::Reg<vdd_source_cntl::VDD_SOURCE_CNTL_SPEC>;
#[doc = "need_des"]
pub mod vdd_source_cntl;
#[doc = "VDDBAT_BOD_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vddbat_bod_cntl::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 [`vddbat_bod_cntl::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@vddbat_bod_cntl`] module"]
pub type VDDBAT_BOD_CNTL = crate::Reg<vddbat_bod_cntl::VDDBAT_BOD_CNTL_SPEC>;
#[doc = "need_des"]
pub mod vddbat_bod_cntl;
#[doc = "VDDBAT_CHARGE_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vddbat_charge_cntl::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 [`vddbat_charge_cntl::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@vddbat_charge_cntl`] module"]
pub type VDDBAT_CHARGE_CNTL = crate::Reg<vddbat_charge_cntl::VDDBAT_CHARGE_CNTL_SPEC>;
#[doc = "need_des"]
pub mod vddbat_charge_cntl;
#[doc = "CK_GLITCH_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ck_glitch_cntl::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 [`ck_glitch_cntl::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@ck_glitch_cntl`] module"]
pub type CK_GLITCH_CNTL = crate::Reg<ck_glitch_cntl::CK_GLITCH_CNTL_SPEC>;
#[doc = "need_des"]
pub mod ck_glitch_cntl;
#[doc = "PG_GLITCH_CNTL (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pg_glitch_cntl::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 [`pg_glitch_cntl::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@pg_glitch_cntl`] module"]
pub type PG_GLITCH_CNTL = crate::Reg<pg_glitch_cntl::PG_GLITCH_CNTL_SPEC>;
#[doc = "need_des"]
pub mod pg_glitch_cntl;
#[doc = "FIB_ENABLE (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`fib_enable::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 [`fib_enable::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@fib_enable`] module"]
pub type FIB_ENABLE = crate::Reg<fib_enable::FIB_ENABLE_SPEC>;
#[doc = "need_des"]
pub mod fib_enable;
#[doc = "INT_RAW (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_raw::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 [`int_raw::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@int_raw`] module"]
pub type INT_RAW = crate::Reg<int_raw::INT_RAW_SPEC>;
#[doc = "need_des"]
pub mod int_raw;
#[doc = "INT_ST (r) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_st::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@int_st`] module"]
pub type INT_ST = crate::Reg<int_st::INT_ST_SPEC>;
#[doc = "need_des"]
pub mod int_st;
#[doc = "INT_ENA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_ena::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 [`int_ena::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@int_ena`] module"]
pub type INT_ENA = crate::Reg<int_ena::INT_ENA_SPEC>;
#[doc = "need_des"]
pub mod int_ena;
#[doc = "INT_CLR (w) register accessor: need_des\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 [`int_clr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@int_clr`] module"]
pub type INT_CLR = crate::Reg<int_clr::INT_CLR_SPEC>;
#[doc = "need_des"]
pub mod int_clr;
#[doc = "LP_INT_RAW (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lp_int_raw::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 [`lp_int_raw::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@lp_int_raw`] module"]
pub type LP_INT_RAW = crate::Reg<lp_int_raw::LP_INT_RAW_SPEC>;
#[doc = "need_des"]
pub mod lp_int_raw;
#[doc = "LP_INT_ST (r) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lp_int_st::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@lp_int_st`] module"]
pub type LP_INT_ST = crate::Reg<lp_int_st::LP_INT_ST_SPEC>;
#[doc = "need_des"]
pub mod lp_int_st;
#[doc = "LP_INT_ENA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lp_int_ena::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 [`lp_int_ena::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@lp_int_ena`] module"]
pub type LP_INT_ENA = crate::Reg<lp_int_ena::LP_INT_ENA_SPEC>;
#[doc = "need_des"]
pub mod lp_int_ena;
#[doc = "LP_INT_CLR (w) register accessor: need_des\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 [`lp_int_clr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@lp_int_clr`] module"]
pub type LP_INT_CLR = crate::Reg<lp_int_clr::LP_INT_CLR_SPEC>;
#[doc = "need_des"]
pub mod lp_int_clr;
#[doc = "TOUCH_APPROACH_WORK_MEAS_NUM (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_approach_work_meas_num::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 [`touch_approach_work_meas_num::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@touch_approach_work_meas_num`] module"]
pub type TOUCH_APPROACH_WORK_MEAS_NUM =
    crate::Reg<touch_approach_work_meas_num::TOUCH_APPROACH_WORK_MEAS_NUM_SPEC>;
#[doc = "need_des"]
pub mod touch_approach_work_meas_num;
#[doc = "TOUCH_SCAN_CTRL1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_scan_ctrl1::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 [`touch_scan_ctrl1::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@touch_scan_ctrl1`] module"]
pub type TOUCH_SCAN_CTRL1 = crate::Reg<touch_scan_ctrl1::TOUCH_SCAN_CTRL1_SPEC>;
#[doc = "need_des"]
pub mod touch_scan_ctrl1;
#[doc = "TOUCH_SCAN_CTRL2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_scan_ctrl2::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 [`touch_scan_ctrl2::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@touch_scan_ctrl2`] module"]
pub type TOUCH_SCAN_CTRL2 = crate::Reg<touch_scan_ctrl2::TOUCH_SCAN_CTRL2_SPEC>;
#[doc = "need_des"]
pub mod touch_scan_ctrl2;
#[doc = "TOUCH_WORK (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_work::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 [`touch_work::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@touch_work`] module"]
pub type TOUCH_WORK = crate::Reg<touch_work::TOUCH_WORK_SPEC>;
#[doc = "need_des"]
pub mod touch_work;
#[doc = "TOUCH_WORK_MEAS_NUM (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_work_meas_num::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 [`touch_work_meas_num::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@touch_work_meas_num`] module"]
pub type TOUCH_WORK_MEAS_NUM = crate::Reg<touch_work_meas_num::TOUCH_WORK_MEAS_NUM_SPEC>;
#[doc = "need_des"]
pub mod touch_work_meas_num;
#[doc = "TOUCH_FILTER1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_filter1::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 [`touch_filter1::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@touch_filter1`] module"]
pub type TOUCH_FILTER1 = crate::Reg<touch_filter1::TOUCH_FILTER1_SPEC>;
#[doc = "need_des"]
pub mod touch_filter1;
#[doc = "TOUCH_FILTER2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_filter2::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 [`touch_filter2::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@touch_filter2`] module"]
pub type TOUCH_FILTER2 = crate::Reg<touch_filter2::TOUCH_FILTER2_SPEC>;
#[doc = "need_des"]
pub mod touch_filter2;
#[doc = "TOUCH_FILTER3 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_filter3::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 [`touch_filter3::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@touch_filter3`] module"]
pub type TOUCH_FILTER3 = crate::Reg<touch_filter3::TOUCH_FILTER3_SPEC>;
#[doc = "need_des"]
pub mod touch_filter3;
#[doc = "TOUCH_SLP0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_slp0::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 [`touch_slp0::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@touch_slp0`] module"]
pub type TOUCH_SLP0 = crate::Reg<touch_slp0::TOUCH_SLP0_SPEC>;
#[doc = "need_des"]
pub mod touch_slp0;
#[doc = "TOUCH_SLP1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_slp1::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 [`touch_slp1::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@touch_slp1`] module"]
pub type TOUCH_SLP1 = crate::Reg<touch_slp1::TOUCH_SLP1_SPEC>;
#[doc = "need_des"]
pub mod touch_slp1;
#[doc = "TOUCH_CLR (w) register accessor: need_des\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 [`touch_clr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@touch_clr`] module"]
pub type TOUCH_CLR = crate::Reg<touch_clr::TOUCH_CLR_SPEC>;
#[doc = "need_des"]
pub mod touch_clr;
#[doc = "TOUCH_APPROACH (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_approach::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 [`touch_approach::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@touch_approach`] module"]
pub type TOUCH_APPROACH = crate::Reg<touch_approach::TOUCH_APPROACH_SPEC>;
#[doc = "need_des"]
pub mod touch_approach;
#[doc = "TOUCH_FREQ0_SCAN_PARA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_freq0_scan_para::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 [`touch_freq0_scan_para::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@touch_freq0_scan_para`] module"]
pub type TOUCH_FREQ0_SCAN_PARA = crate::Reg<touch_freq0_scan_para::TOUCH_FREQ0_SCAN_PARA_SPEC>;
#[doc = "need_des"]
pub mod touch_freq0_scan_para;
#[doc = "TOUCH_FREQ1_SCAN_PARA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_freq1_scan_para::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 [`touch_freq1_scan_para::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@touch_freq1_scan_para`] module"]
pub type TOUCH_FREQ1_SCAN_PARA = crate::Reg<touch_freq1_scan_para::TOUCH_FREQ1_SCAN_PARA_SPEC>;
#[doc = "need_des"]
pub mod touch_freq1_scan_para;
#[doc = "TOUCH_FREQ2_SCAN_PARA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_freq2_scan_para::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 [`touch_freq2_scan_para::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@touch_freq2_scan_para`] module"]
pub type TOUCH_FREQ2_SCAN_PARA = crate::Reg<touch_freq2_scan_para::TOUCH_FREQ2_SCAN_PARA_SPEC>;
#[doc = "need_des"]
pub mod touch_freq2_scan_para;
#[doc = "TOUCH_ANA_PARA (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_ana_para::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 [`touch_ana_para::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@touch_ana_para`] module"]
pub type TOUCH_ANA_PARA = crate::Reg<touch_ana_para::TOUCH_ANA_PARA_SPEC>;
#[doc = "need_des"]
pub mod touch_ana_para;
#[doc = "TOUCH_MUX0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_mux0::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 [`touch_mux0::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@touch_mux0`] module"]
pub type TOUCH_MUX0 = crate::Reg<touch_mux0::TOUCH_MUX0_SPEC>;
#[doc = "need_des"]
pub mod touch_mux0;
#[doc = "TOUCH_MUX1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_mux1::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 [`touch_mux1::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@touch_mux1`] module"]
pub type TOUCH_MUX1 = crate::Reg<touch_mux1::TOUCH_MUX1_SPEC>;
#[doc = "need_des"]
pub mod touch_mux1;
#[doc = "TOUCH_PAD0_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad0_th0::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 [`touch_pad0_th0::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@touch_pad0_th0`] module"]
pub type TOUCH_PAD0_TH0 = crate::Reg<touch_pad0_th0::TOUCH_PAD0_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad0_th0;
#[doc = "TOUCH_PAD0_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad0_th1::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 [`touch_pad0_th1::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@touch_pad0_th1`] module"]
pub type TOUCH_PAD0_TH1 = crate::Reg<touch_pad0_th1::TOUCH_PAD0_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad0_th1;
#[doc = "TOUCH_PAD0_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad0_th2::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 [`touch_pad0_th2::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@touch_pad0_th2`] module"]
pub type TOUCH_PAD0_TH2 = crate::Reg<touch_pad0_th2::TOUCH_PAD0_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad0_th2;
#[doc = "TOUCH_PAD1_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad1_th0::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 [`touch_pad1_th0::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@touch_pad1_th0`] module"]
pub type TOUCH_PAD1_TH0 = crate::Reg<touch_pad1_th0::TOUCH_PAD1_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad1_th0;
#[doc = "TOUCH_PAD1_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad1_th1::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 [`touch_pad1_th1::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@touch_pad1_th1`] module"]
pub type TOUCH_PAD1_TH1 = crate::Reg<touch_pad1_th1::TOUCH_PAD1_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad1_th1;
#[doc = "TOUCH_PAD1_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad1_th2::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 [`touch_pad1_th2::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@touch_pad1_th2`] module"]
pub type TOUCH_PAD1_TH2 = crate::Reg<touch_pad1_th2::TOUCH_PAD1_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad1_th2;
#[doc = "TOUCH_PAD2_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad2_th0::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 [`touch_pad2_th0::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@touch_pad2_th0`] module"]
pub type TOUCH_PAD2_TH0 = crate::Reg<touch_pad2_th0::TOUCH_PAD2_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad2_th0;
#[doc = "TOUCH_PAD2_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad2_th1::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 [`touch_pad2_th1::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@touch_pad2_th1`] module"]
pub type TOUCH_PAD2_TH1 = crate::Reg<touch_pad2_th1::TOUCH_PAD2_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad2_th1;
#[doc = "TOUCH_PAD2_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad2_th2::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 [`touch_pad2_th2::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@touch_pad2_th2`] module"]
pub type TOUCH_PAD2_TH2 = crate::Reg<touch_pad2_th2::TOUCH_PAD2_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad2_th2;
#[doc = "TOUCH_PAD3_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad3_th0::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 [`touch_pad3_th0::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@touch_pad3_th0`] module"]
pub type TOUCH_PAD3_TH0 = crate::Reg<touch_pad3_th0::TOUCH_PAD3_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad3_th0;
#[doc = "TOUCH_PAD3_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad3_th1::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 [`touch_pad3_th1::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@touch_pad3_th1`] module"]
pub type TOUCH_PAD3_TH1 = crate::Reg<touch_pad3_th1::TOUCH_PAD3_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad3_th1;
#[doc = "TOUCH_PAD3_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad3_th2::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 [`touch_pad3_th2::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@touch_pad3_th2`] module"]
pub type TOUCH_PAD3_TH2 = crate::Reg<touch_pad3_th2::TOUCH_PAD3_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad3_th2;
#[doc = "TOUCH_PAD4_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad4_th0::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 [`touch_pad4_th0::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@touch_pad4_th0`] module"]
pub type TOUCH_PAD4_TH0 = crate::Reg<touch_pad4_th0::TOUCH_PAD4_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad4_th0;
#[doc = "TOUCH_PAD4_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad4_th1::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 [`touch_pad4_th1::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@touch_pad4_th1`] module"]
pub type TOUCH_PAD4_TH1 = crate::Reg<touch_pad4_th1::TOUCH_PAD4_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad4_th1;
#[doc = "TOUCH_PAD4_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad4_th2::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 [`touch_pad4_th2::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@touch_pad4_th2`] module"]
pub type TOUCH_PAD4_TH2 = crate::Reg<touch_pad4_th2::TOUCH_PAD4_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad4_th2;
#[doc = "TOUCH_PAD5_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad5_th0::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 [`touch_pad5_th0::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@touch_pad5_th0`] module"]
pub type TOUCH_PAD5_TH0 = crate::Reg<touch_pad5_th0::TOUCH_PAD5_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad5_th0;
#[doc = "TOUCH_PAD5_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad5_th1::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 [`touch_pad5_th1::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@touch_pad5_th1`] module"]
pub type TOUCH_PAD5_TH1 = crate::Reg<touch_pad5_th1::TOUCH_PAD5_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad5_th1;
#[doc = "TOUCH_PAD5_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad5_th2::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 [`touch_pad5_th2::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@touch_pad5_th2`] module"]
pub type TOUCH_PAD5_TH2 = crate::Reg<touch_pad5_th2::TOUCH_PAD5_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad5_th2;
#[doc = "TOUCH_PAD6_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad6_th0::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 [`touch_pad6_th0::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@touch_pad6_th0`] module"]
pub type TOUCH_PAD6_TH0 = crate::Reg<touch_pad6_th0::TOUCH_PAD6_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad6_th0;
#[doc = "TOUCH_PAD6_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad6_th1::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 [`touch_pad6_th1::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@touch_pad6_th1`] module"]
pub type TOUCH_PAD6_TH1 = crate::Reg<touch_pad6_th1::TOUCH_PAD6_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad6_th1;
#[doc = "TOUCH_PAD6_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad6_th2::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 [`touch_pad6_th2::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@touch_pad6_th2`] module"]
pub type TOUCH_PAD6_TH2 = crate::Reg<touch_pad6_th2::TOUCH_PAD6_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad6_th2;
#[doc = "TOUCH_PAD7_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad7_th0::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 [`touch_pad7_th0::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@touch_pad7_th0`] module"]
pub type TOUCH_PAD7_TH0 = crate::Reg<touch_pad7_th0::TOUCH_PAD7_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad7_th0;
#[doc = "TOUCH_PAD7_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad7_th1::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 [`touch_pad7_th1::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@touch_pad7_th1`] module"]
pub type TOUCH_PAD7_TH1 = crate::Reg<touch_pad7_th1::TOUCH_PAD7_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad7_th1;
#[doc = "TOUCH_PAD7_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad7_th2::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 [`touch_pad7_th2::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@touch_pad7_th2`] module"]
pub type TOUCH_PAD7_TH2 = crate::Reg<touch_pad7_th2::TOUCH_PAD7_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad7_th2;
#[doc = "TOUCH_PAD8_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad8_th0::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 [`touch_pad8_th0::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@touch_pad8_th0`] module"]
pub type TOUCH_PAD8_TH0 = crate::Reg<touch_pad8_th0::TOUCH_PAD8_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad8_th0;
#[doc = "TOUCH_PAD8_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad8_th1::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 [`touch_pad8_th1::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@touch_pad8_th1`] module"]
pub type TOUCH_PAD8_TH1 = crate::Reg<touch_pad8_th1::TOUCH_PAD8_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad8_th1;
#[doc = "TOUCH_PAD8_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad8_th2::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 [`touch_pad8_th2::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@touch_pad8_th2`] module"]
pub type TOUCH_PAD8_TH2 = crate::Reg<touch_pad8_th2::TOUCH_PAD8_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad8_th2;
#[doc = "TOUCH_PAD9_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad9_th0::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 [`touch_pad9_th0::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@touch_pad9_th0`] module"]
pub type TOUCH_PAD9_TH0 = crate::Reg<touch_pad9_th0::TOUCH_PAD9_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad9_th0;
#[doc = "TOUCH_PAD9_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad9_th1::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 [`touch_pad9_th1::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@touch_pad9_th1`] module"]
pub type TOUCH_PAD9_TH1 = crate::Reg<touch_pad9_th1::TOUCH_PAD9_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad9_th1;
#[doc = "TOUCH_PAD9_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad9_th2::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 [`touch_pad9_th2::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@touch_pad9_th2`] module"]
pub type TOUCH_PAD9_TH2 = crate::Reg<touch_pad9_th2::TOUCH_PAD9_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad9_th2;
#[doc = "TOUCH_PAD10_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad10_th0::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 [`touch_pad10_th0::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@touch_pad10_th0`] module"]
pub type TOUCH_PAD10_TH0 = crate::Reg<touch_pad10_th0::TOUCH_PAD10_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad10_th0;
#[doc = "TOUCH_PAD10_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad10_th1::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 [`touch_pad10_th1::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@touch_pad10_th1`] module"]
pub type TOUCH_PAD10_TH1 = crate::Reg<touch_pad10_th1::TOUCH_PAD10_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad10_th1;
#[doc = "TOUCH_PAD10_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad10_th2::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 [`touch_pad10_th2::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@touch_pad10_th2`] module"]
pub type TOUCH_PAD10_TH2 = crate::Reg<touch_pad10_th2::TOUCH_PAD10_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad10_th2;
#[doc = "TOUCH_PAD11_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad11_th0::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 [`touch_pad11_th0::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@touch_pad11_th0`] module"]
pub type TOUCH_PAD11_TH0 = crate::Reg<touch_pad11_th0::TOUCH_PAD11_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad11_th0;
#[doc = "TOUCH_PAD11_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad11_th1::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 [`touch_pad11_th1::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@touch_pad11_th1`] module"]
pub type TOUCH_PAD11_TH1 = crate::Reg<touch_pad11_th1::TOUCH_PAD11_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad11_th1;
#[doc = "TOUCH_PAD11_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad11_th2::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 [`touch_pad11_th2::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@touch_pad11_th2`] module"]
pub type TOUCH_PAD11_TH2 = crate::Reg<touch_pad11_th2::TOUCH_PAD11_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad11_th2;
#[doc = "TOUCH_PAD12_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad12_th0::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 [`touch_pad12_th0::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@touch_pad12_th0`] module"]
pub type TOUCH_PAD12_TH0 = crate::Reg<touch_pad12_th0::TOUCH_PAD12_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad12_th0;
#[doc = "TOUCH_PAD12_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad12_th1::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 [`touch_pad12_th1::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@touch_pad12_th1`] module"]
pub type TOUCH_PAD12_TH1 = crate::Reg<touch_pad12_th1::TOUCH_PAD12_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad12_th1;
#[doc = "TOUCH_PAD12_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad12_th2::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 [`touch_pad12_th2::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@touch_pad12_th2`] module"]
pub type TOUCH_PAD12_TH2 = crate::Reg<touch_pad12_th2::TOUCH_PAD12_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad12_th2;
#[doc = "TOUCH_PAD13_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad13_th0::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 [`touch_pad13_th0::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@touch_pad13_th0`] module"]
pub type TOUCH_PAD13_TH0 = crate::Reg<touch_pad13_th0::TOUCH_PAD13_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad13_th0;
#[doc = "TOUCH_PAD13_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad13_th1::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 [`touch_pad13_th1::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@touch_pad13_th1`] module"]
pub type TOUCH_PAD13_TH1 = crate::Reg<touch_pad13_th1::TOUCH_PAD13_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad13_th1;
#[doc = "TOUCH_PAD13_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad13_th2::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 [`touch_pad13_th2::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@touch_pad13_th2`] module"]
pub type TOUCH_PAD13_TH2 = crate::Reg<touch_pad13_th2::TOUCH_PAD13_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad13_th2;
#[doc = "TOUCH_PAD14_TH0 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad14_th0::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 [`touch_pad14_th0::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@touch_pad14_th0`] module"]
pub type TOUCH_PAD14_TH0 = crate::Reg<touch_pad14_th0::TOUCH_PAD14_TH0_SPEC>;
#[doc = "need_des"]
pub mod touch_pad14_th0;
#[doc = "TOUCH_PAD14_TH1 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad14_th1::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 [`touch_pad14_th1::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@touch_pad14_th1`] module"]
pub type TOUCH_PAD14_TH1 = crate::Reg<touch_pad14_th1::TOUCH_PAD14_TH1_SPEC>;
#[doc = "need_des"]
pub mod touch_pad14_th1;
#[doc = "TOUCH_PAD14_TH2 (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`touch_pad14_th2::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 [`touch_pad14_th2::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@touch_pad14_th2`] module"]
pub type TOUCH_PAD14_TH2 = crate::Reg<touch_pad14_th2::TOUCH_PAD14_TH2_SPEC>;
#[doc = "need_des"]
pub mod touch_pad14_th2;
#[doc = "DATE (rw) register accessor: need_des\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`date::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 [`date::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@date`] module"]
pub type DATE = crate::Reg<date::DATE_SPEC>;
#[doc = "need_des"]
pub mod date;