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
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - RTC_GPIO_OUT_REG"]
    pub rtc_gpio_out_reg: RTC_GPIO_OUT_REG,
    #[doc = "0x04 - RTC_GPIO_OUT_W1TS_REG"]
    pub rtc_gpio_out_w1ts_reg: RTC_GPIO_OUT_W1TS_REG,
    #[doc = "0x08 - RTC_GPIO_OUT_W1TC_REG"]
    pub rtc_gpio_out_w1tc_reg: RTC_GPIO_OUT_W1TC_REG,
    #[doc = "0x0c - RTC_GPIO_ENABLE_REG"]
    pub rtc_gpio_enable_reg: RTC_GPIO_ENABLE_REG,
    #[doc = "0x10 - RTC_GPIO_ENABLE_W1TS_REG"]
    pub rtc_gpio_enable_w1ts_reg: RTC_GPIO_ENABLE_W1TS_REG,
    #[doc = "0x14 - RTC_GPIO_ENABLE_W1TC_REG"]
    pub rtc_gpio_enable_w1tc_reg: RTC_GPIO_ENABLE_W1TC_REG,
    #[doc = "0x18 - RTC_GPIO_STATUS_REG"]
    pub rtc_gpio_status_reg: RTC_GPIO_STATUS_REG,
    #[doc = "0x1c - RTC_GPIO_STATUS_W1TS_REG"]
    pub rtc_gpio_status_w1ts_reg: RTC_GPIO_STATUS_W1TS_REG,
    #[doc = "0x20 - RTC_GPIO_STATUS_W1TC_REG"]
    pub rtc_gpio_status_w1tc_reg: RTC_GPIO_STATUS_W1TC_REG,
    #[doc = "0x24 - RTC_GPIO_IN_REG"]
    pub rtc_gpio_in_reg: RTC_GPIO_IN_REG,
    #[doc = "0x28 - RTC_GPIO_PIN0_REG"]
    pub rtc_gpio_pin0_reg: RTC_GPIO_PIN0_REG,
    #[doc = "0x2c - RTC_GPIO_PIN1_REG"]
    pub rtc_gpio_pin1_reg: RTC_GPIO_PIN1_REG,
    #[doc = "0x30 - RTC_GPIO_PIN2_REG"]
    pub rtc_gpio_pin2_reg: RTC_GPIO_PIN2_REG,
    #[doc = "0x34 - RTC_GPIO_PIN3_REG"]
    pub rtc_gpio_pin3_reg: RTC_GPIO_PIN3_REG,
    #[doc = "0x38 - RTC_GPIO_PIN4_REG"]
    pub rtc_gpio_pin4_reg: RTC_GPIO_PIN4_REG,
    #[doc = "0x3c - RTC_GPIO_PIN5_REG"]
    pub rtc_gpio_pin5_reg: RTC_GPIO_PIN5_REG,
    #[doc = "0x40 - RTC_GPIO_PIN6_REG"]
    pub rtc_gpio_pin6_reg: RTC_GPIO_PIN6_REG,
    #[doc = "0x44 - RTC_GPIO_PIN7_REG"]
    pub rtc_gpio_pin7_reg: RTC_GPIO_PIN7_REG,
    #[doc = "0x48 - RTC_GPIO_PIN8_REG"]
    pub rtc_gpio_pin8_reg: RTC_GPIO_PIN8_REG,
    #[doc = "0x4c - RTC_GPIO_PIN9_REG"]
    pub rtc_gpio_pin9_reg: RTC_GPIO_PIN9_REG,
    #[doc = "0x50 - RTC_GPIO_PIN10_REG"]
    pub rtc_gpio_pin10_reg: RTC_GPIO_PIN10_REG,
    #[doc = "0x54 - RTC_GPIO_PIN11_REG"]
    pub rtc_gpio_pin11_reg: RTC_GPIO_PIN11_REG,
    #[doc = "0x58 - RTC_GPIO_PIN12_REG"]
    pub rtc_gpio_pin12_reg: RTC_GPIO_PIN12_REG,
    #[doc = "0x5c - RTC_GPIO_PIN13_REG"]
    pub rtc_gpio_pin13_reg: RTC_GPIO_PIN13_REG,
    #[doc = "0x60 - RTC_GPIO_PIN14_REG"]
    pub rtc_gpio_pin14_reg: RTC_GPIO_PIN14_REG,
    #[doc = "0x64 - RTC_GPIO_PIN15_REG"]
    pub rtc_gpio_pin15_reg: RTC_GPIO_PIN15_REG,
    #[doc = "0x68 - RTC_GPIO_PIN16_REG"]
    pub rtc_gpio_pin16_reg: RTC_GPIO_PIN16_REG,
    #[doc = "0x6c - RTC_GPIO_PIN17_REG"]
    pub rtc_gpio_pin17_reg: RTC_GPIO_PIN17_REG,
    #[doc = "0x70 - RTC_IO_RTC_DEBUG_SEL_REG"]
    pub rtc_io_rtc_debug_sel_reg: RTC_IO_RTC_DEBUG_SEL_REG,
    #[doc = "0x74 - RTC_IO_DIG_PAD_HOLD_REG"]
    pub rtc_io_dig_pad_hold_reg: RTC_IO_DIG_PAD_HOLD_REG,
    #[doc = "0x78 - RTC_IO_HALL_SENS_REG"]
    pub rtc_io_hall_sens_reg: RTC_IO_HALL_SENS_REG,
    #[doc = "0x7c - RTC_IO_SENSOR_PADS_REG"]
    pub rtc_io_sensor_pads_reg: RTC_IO_SENSOR_PADS_REG,
    #[doc = "0x80 - RTC_IO_ADC_PAD_REG"]
    pub rtc_io_adc_pad_reg: RTC_IO_ADC_PAD_REG,
    #[doc = "0x84 - RTC_IO_PAD_DAC1_REG"]
    pub rtc_io_pad_dac1_reg: RTC_IO_PAD_DAC1_REG,
    #[doc = "0x88 - RTC_IO_PAD_DAC2_REG"]
    pub rtc_io_pad_dac2_reg: RTC_IO_PAD_DAC2_REG,
    #[doc = "0x8c - RTC_IO_XTAL_32K_PAD_REG"]
    pub rtc_io_xtal_32k_pad_reg: RTC_IO_XTAL_32K_PAD_REG,
    #[doc = "0x90 - RTC_IO_TOUCH_CFG_REG"]
    pub rtc_io_touch_cfg_reg: RTC_IO_TOUCH_CFG_REG,
    #[doc = "0x94 - RTC_IO_TOUCH_PAD0_REG"]
    pub rtc_io_touch_pad0_reg: RTC_IO_TOUCH_PAD0_REG,
    #[doc = "0x98 - RTC_IO_TOUCH_PAD1_REG"]
    pub rtc_io_touch_pad1_reg: RTC_IO_TOUCH_PAD1_REG,
    #[doc = "0x9c - RTC_IO_TOUCH_PAD2_REG"]
    pub rtc_io_touch_pad2_reg: RTC_IO_TOUCH_PAD2_REG,
    #[doc = "0xa0 - RTC_IO_TOUCH_PAD3_REG"]
    pub rtc_io_touch_pad3_reg: RTC_IO_TOUCH_PAD3_REG,
    #[doc = "0xa4 - RTC_IO_TOUCH_PAD4_REG"]
    pub rtc_io_touch_pad4_reg: RTC_IO_TOUCH_PAD4_REG,
    #[doc = "0xa8 - RTC_IO_TOUCH_PAD5_REG"]
    pub rtc_io_touch_pad5_reg: RTC_IO_TOUCH_PAD5_REG,
    #[doc = "0xac - RTC_IO_TOUCH_PAD6_REG"]
    pub rtc_io_touch_pad6_reg: RTC_IO_TOUCH_PAD6_REG,
    #[doc = "0xb0 - RTC_IO_TOUCH_PAD7_REG"]
    pub rtc_io_touch_pad7_reg: RTC_IO_TOUCH_PAD7_REG,
    #[doc = "0xb4 - RTC_IO_TOUCH_PAD8_REG"]
    pub rtc_io_touch_pad8_reg: RTC_IO_TOUCH_PAD8_REG,
    #[doc = "0xb8 - RTC_IO_TOUCH_PAD9_REG"]
    pub rtc_io_touch_pad9_reg: RTC_IO_TOUCH_PAD9_REG,
    #[doc = "0xbc - RTC_IO_EXT_WAKEUP0_REG"]
    pub rtc_io_ext_wakeup0_reg: RTC_IO_EXT_WAKEUP0_REG,
    #[doc = "0xc0 - RTC_IO_XTL_EXT_CTR_REG"]
    pub rtc_io_xtl_ext_ctr_reg: RTC_IO_XTL_EXT_CTR_REG,
    #[doc = "0xc4 - RTC_IO_SAR_I2C_IO_REG"]
    pub rtc_io_sar_i2c_io_reg: RTC_IO_SAR_I2C_IO_REG,
    #[doc = "0xc8 - RTC_IO_DATE_REG"]
    pub rtc_io_date_reg: RTC_IO_DATE_REG,
}
#[doc = "RTC_GPIO_OUT_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_out_reg](rtc_gpio_out_reg) module"]
pub type RTC_GPIO_OUT_REG = crate::Reg<u32, _RTC_GPIO_OUT_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_OUT_REG;
#[doc = "`read()` method returns [rtc_gpio_out_reg::R](rtc_gpio_out_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_OUT_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_out_reg::W](rtc_gpio_out_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_OUT_REG {}
#[doc = "RTC_GPIO_OUT_REG"]
pub mod rtc_gpio_out_reg;
#[doc = "RTC_GPIO_OUT_W1TS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_out_w1ts_reg](rtc_gpio_out_w1ts_reg) module"]
pub type RTC_GPIO_OUT_W1TS_REG = crate::Reg<u32, _RTC_GPIO_OUT_W1TS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_OUT_W1TS_REG;
#[doc = "`read()` method returns [rtc_gpio_out_w1ts_reg::R](rtc_gpio_out_w1ts_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_OUT_W1TS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_out_w1ts_reg::W](rtc_gpio_out_w1ts_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_OUT_W1TS_REG {}
#[doc = "RTC_GPIO_OUT_W1TS_REG"]
pub mod rtc_gpio_out_w1ts_reg;
#[doc = "RTC_GPIO_OUT_W1TC_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_out_w1tc_reg](rtc_gpio_out_w1tc_reg) module"]
pub type RTC_GPIO_OUT_W1TC_REG = crate::Reg<u32, _RTC_GPIO_OUT_W1TC_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_OUT_W1TC_REG;
#[doc = "`read()` method returns [rtc_gpio_out_w1tc_reg::R](rtc_gpio_out_w1tc_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_OUT_W1TC_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_out_w1tc_reg::W](rtc_gpio_out_w1tc_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_OUT_W1TC_REG {}
#[doc = "RTC_GPIO_OUT_W1TC_REG"]
pub mod rtc_gpio_out_w1tc_reg;
#[doc = "RTC_GPIO_ENABLE_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_enable_reg](rtc_gpio_enable_reg) module"]
pub type RTC_GPIO_ENABLE_REG = crate::Reg<u32, _RTC_GPIO_ENABLE_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_ENABLE_REG;
#[doc = "`read()` method returns [rtc_gpio_enable_reg::R](rtc_gpio_enable_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_ENABLE_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_enable_reg::W](rtc_gpio_enable_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_ENABLE_REG {}
#[doc = "RTC_GPIO_ENABLE_REG"]
pub mod rtc_gpio_enable_reg;
#[doc = "RTC_GPIO_ENABLE_W1TS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_enable_w1ts_reg](rtc_gpio_enable_w1ts_reg) module"]
pub type RTC_GPIO_ENABLE_W1TS_REG = crate::Reg<u32, _RTC_GPIO_ENABLE_W1TS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_ENABLE_W1TS_REG;
#[doc = "`read()` method returns [rtc_gpio_enable_w1ts_reg::R](rtc_gpio_enable_w1ts_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_ENABLE_W1TS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_enable_w1ts_reg::W](rtc_gpio_enable_w1ts_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_ENABLE_W1TS_REG {}
#[doc = "RTC_GPIO_ENABLE_W1TS_REG"]
pub mod rtc_gpio_enable_w1ts_reg;
#[doc = "RTC_GPIO_ENABLE_W1TC_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_enable_w1tc_reg](rtc_gpio_enable_w1tc_reg) module"]
pub type RTC_GPIO_ENABLE_W1TC_REG = crate::Reg<u32, _RTC_GPIO_ENABLE_W1TC_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_ENABLE_W1TC_REG;
#[doc = "`read()` method returns [rtc_gpio_enable_w1tc_reg::R](rtc_gpio_enable_w1tc_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_ENABLE_W1TC_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_enable_w1tc_reg::W](rtc_gpio_enable_w1tc_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_ENABLE_W1TC_REG {}
#[doc = "RTC_GPIO_ENABLE_W1TC_REG"]
pub mod rtc_gpio_enable_w1tc_reg;
#[doc = "RTC_GPIO_STATUS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_status_reg](rtc_gpio_status_reg) module"]
pub type RTC_GPIO_STATUS_REG = crate::Reg<u32, _RTC_GPIO_STATUS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_STATUS_REG;
#[doc = "`read()` method returns [rtc_gpio_status_reg::R](rtc_gpio_status_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_STATUS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_status_reg::W](rtc_gpio_status_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_STATUS_REG {}
#[doc = "RTC_GPIO_STATUS_REG"]
pub mod rtc_gpio_status_reg;
#[doc = "RTC_GPIO_STATUS_W1TS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_status_w1ts_reg](rtc_gpio_status_w1ts_reg) module"]
pub type RTC_GPIO_STATUS_W1TS_REG = crate::Reg<u32, _RTC_GPIO_STATUS_W1TS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_STATUS_W1TS_REG;
#[doc = "`read()` method returns [rtc_gpio_status_w1ts_reg::R](rtc_gpio_status_w1ts_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_STATUS_W1TS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_status_w1ts_reg::W](rtc_gpio_status_w1ts_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_STATUS_W1TS_REG {}
#[doc = "RTC_GPIO_STATUS_W1TS_REG"]
pub mod rtc_gpio_status_w1ts_reg;
#[doc = "RTC_GPIO_STATUS_W1TC_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_status_w1tc_reg](rtc_gpio_status_w1tc_reg) module"]
pub type RTC_GPIO_STATUS_W1TC_REG = crate::Reg<u32, _RTC_GPIO_STATUS_W1TC_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_STATUS_W1TC_REG;
#[doc = "`read()` method returns [rtc_gpio_status_w1tc_reg::R](rtc_gpio_status_w1tc_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_STATUS_W1TC_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_status_w1tc_reg::W](rtc_gpio_status_w1tc_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_STATUS_W1TC_REG {}
#[doc = "RTC_GPIO_STATUS_W1TC_REG"]
pub mod rtc_gpio_status_w1tc_reg;
#[doc = "RTC_GPIO_IN_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_in_reg](rtc_gpio_in_reg) module"]
pub type RTC_GPIO_IN_REG = crate::Reg<u32, _RTC_GPIO_IN_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_IN_REG;
#[doc = "`read()` method returns [rtc_gpio_in_reg::R](rtc_gpio_in_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_IN_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_in_reg::W](rtc_gpio_in_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_IN_REG {}
#[doc = "RTC_GPIO_IN_REG"]
pub mod rtc_gpio_in_reg;
#[doc = "RTC_GPIO_PIN0_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin0_reg](rtc_gpio_pin0_reg) module"]
pub type RTC_GPIO_PIN0_REG = crate::Reg<u32, _RTC_GPIO_PIN0_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN0_REG;
#[doc = "`read()` method returns [rtc_gpio_pin0_reg::R](rtc_gpio_pin0_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN0_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin0_reg::W](rtc_gpio_pin0_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN0_REG {}
#[doc = "RTC_GPIO_PIN0_REG"]
pub mod rtc_gpio_pin0_reg;
#[doc = "RTC_GPIO_PIN1_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin1_reg](rtc_gpio_pin1_reg) module"]
pub type RTC_GPIO_PIN1_REG = crate::Reg<u32, _RTC_GPIO_PIN1_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN1_REG;
#[doc = "`read()` method returns [rtc_gpio_pin1_reg::R](rtc_gpio_pin1_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN1_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin1_reg::W](rtc_gpio_pin1_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN1_REG {}
#[doc = "RTC_GPIO_PIN1_REG"]
pub mod rtc_gpio_pin1_reg;
#[doc = "RTC_GPIO_PIN2_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin2_reg](rtc_gpio_pin2_reg) module"]
pub type RTC_GPIO_PIN2_REG = crate::Reg<u32, _RTC_GPIO_PIN2_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN2_REG;
#[doc = "`read()` method returns [rtc_gpio_pin2_reg::R](rtc_gpio_pin2_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN2_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin2_reg::W](rtc_gpio_pin2_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN2_REG {}
#[doc = "RTC_GPIO_PIN2_REG"]
pub mod rtc_gpio_pin2_reg;
#[doc = "RTC_GPIO_PIN3_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin3_reg](rtc_gpio_pin3_reg) module"]
pub type RTC_GPIO_PIN3_REG = crate::Reg<u32, _RTC_GPIO_PIN3_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN3_REG;
#[doc = "`read()` method returns [rtc_gpio_pin3_reg::R](rtc_gpio_pin3_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN3_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin3_reg::W](rtc_gpio_pin3_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN3_REG {}
#[doc = "RTC_GPIO_PIN3_REG"]
pub mod rtc_gpio_pin3_reg;
#[doc = "RTC_GPIO_PIN4_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin4_reg](rtc_gpio_pin4_reg) module"]
pub type RTC_GPIO_PIN4_REG = crate::Reg<u32, _RTC_GPIO_PIN4_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN4_REG;
#[doc = "`read()` method returns [rtc_gpio_pin4_reg::R](rtc_gpio_pin4_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN4_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin4_reg::W](rtc_gpio_pin4_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN4_REG {}
#[doc = "RTC_GPIO_PIN4_REG"]
pub mod rtc_gpio_pin4_reg;
#[doc = "RTC_GPIO_PIN5_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin5_reg](rtc_gpio_pin5_reg) module"]
pub type RTC_GPIO_PIN5_REG = crate::Reg<u32, _RTC_GPIO_PIN5_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN5_REG;
#[doc = "`read()` method returns [rtc_gpio_pin5_reg::R](rtc_gpio_pin5_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN5_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin5_reg::W](rtc_gpio_pin5_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN5_REG {}
#[doc = "RTC_GPIO_PIN5_REG"]
pub mod rtc_gpio_pin5_reg;
#[doc = "RTC_GPIO_PIN6_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin6_reg](rtc_gpio_pin6_reg) module"]
pub type RTC_GPIO_PIN6_REG = crate::Reg<u32, _RTC_GPIO_PIN6_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN6_REG;
#[doc = "`read()` method returns [rtc_gpio_pin6_reg::R](rtc_gpio_pin6_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN6_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin6_reg::W](rtc_gpio_pin6_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN6_REG {}
#[doc = "RTC_GPIO_PIN6_REG"]
pub mod rtc_gpio_pin6_reg;
#[doc = "RTC_GPIO_PIN7_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin7_reg](rtc_gpio_pin7_reg) module"]
pub type RTC_GPIO_PIN7_REG = crate::Reg<u32, _RTC_GPIO_PIN7_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN7_REG;
#[doc = "`read()` method returns [rtc_gpio_pin7_reg::R](rtc_gpio_pin7_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN7_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin7_reg::W](rtc_gpio_pin7_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN7_REG {}
#[doc = "RTC_GPIO_PIN7_REG"]
pub mod rtc_gpio_pin7_reg;
#[doc = "RTC_GPIO_PIN8_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin8_reg](rtc_gpio_pin8_reg) module"]
pub type RTC_GPIO_PIN8_REG = crate::Reg<u32, _RTC_GPIO_PIN8_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN8_REG;
#[doc = "`read()` method returns [rtc_gpio_pin8_reg::R](rtc_gpio_pin8_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN8_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin8_reg::W](rtc_gpio_pin8_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN8_REG {}
#[doc = "RTC_GPIO_PIN8_REG"]
pub mod rtc_gpio_pin8_reg;
#[doc = "RTC_GPIO_PIN9_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin9_reg](rtc_gpio_pin9_reg) module"]
pub type RTC_GPIO_PIN9_REG = crate::Reg<u32, _RTC_GPIO_PIN9_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN9_REG;
#[doc = "`read()` method returns [rtc_gpio_pin9_reg::R](rtc_gpio_pin9_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN9_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin9_reg::W](rtc_gpio_pin9_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN9_REG {}
#[doc = "RTC_GPIO_PIN9_REG"]
pub mod rtc_gpio_pin9_reg;
#[doc = "RTC_GPIO_PIN10_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin10_reg](rtc_gpio_pin10_reg) module"]
pub type RTC_GPIO_PIN10_REG = crate::Reg<u32, _RTC_GPIO_PIN10_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN10_REG;
#[doc = "`read()` method returns [rtc_gpio_pin10_reg::R](rtc_gpio_pin10_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN10_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin10_reg::W](rtc_gpio_pin10_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN10_REG {}
#[doc = "RTC_GPIO_PIN10_REG"]
pub mod rtc_gpio_pin10_reg;
#[doc = "RTC_GPIO_PIN11_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin11_reg](rtc_gpio_pin11_reg) module"]
pub type RTC_GPIO_PIN11_REG = crate::Reg<u32, _RTC_GPIO_PIN11_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN11_REG;
#[doc = "`read()` method returns [rtc_gpio_pin11_reg::R](rtc_gpio_pin11_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN11_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin11_reg::W](rtc_gpio_pin11_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN11_REG {}
#[doc = "RTC_GPIO_PIN11_REG"]
pub mod rtc_gpio_pin11_reg;
#[doc = "RTC_GPIO_PIN12_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin12_reg](rtc_gpio_pin12_reg) module"]
pub type RTC_GPIO_PIN12_REG = crate::Reg<u32, _RTC_GPIO_PIN12_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN12_REG;
#[doc = "`read()` method returns [rtc_gpio_pin12_reg::R](rtc_gpio_pin12_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN12_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin12_reg::W](rtc_gpio_pin12_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN12_REG {}
#[doc = "RTC_GPIO_PIN12_REG"]
pub mod rtc_gpio_pin12_reg;
#[doc = "RTC_GPIO_PIN13_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin13_reg](rtc_gpio_pin13_reg) module"]
pub type RTC_GPIO_PIN13_REG = crate::Reg<u32, _RTC_GPIO_PIN13_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN13_REG;
#[doc = "`read()` method returns [rtc_gpio_pin13_reg::R](rtc_gpio_pin13_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN13_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin13_reg::W](rtc_gpio_pin13_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN13_REG {}
#[doc = "RTC_GPIO_PIN13_REG"]
pub mod rtc_gpio_pin13_reg;
#[doc = "RTC_GPIO_PIN14_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin14_reg](rtc_gpio_pin14_reg) module"]
pub type RTC_GPIO_PIN14_REG = crate::Reg<u32, _RTC_GPIO_PIN14_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN14_REG;
#[doc = "`read()` method returns [rtc_gpio_pin14_reg::R](rtc_gpio_pin14_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN14_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin14_reg::W](rtc_gpio_pin14_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN14_REG {}
#[doc = "RTC_GPIO_PIN14_REG"]
pub mod rtc_gpio_pin14_reg;
#[doc = "RTC_GPIO_PIN15_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin15_reg](rtc_gpio_pin15_reg) module"]
pub type RTC_GPIO_PIN15_REG = crate::Reg<u32, _RTC_GPIO_PIN15_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN15_REG;
#[doc = "`read()` method returns [rtc_gpio_pin15_reg::R](rtc_gpio_pin15_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN15_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin15_reg::W](rtc_gpio_pin15_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN15_REG {}
#[doc = "RTC_GPIO_PIN15_REG"]
pub mod rtc_gpio_pin15_reg;
#[doc = "RTC_GPIO_PIN16_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin16_reg](rtc_gpio_pin16_reg) module"]
pub type RTC_GPIO_PIN16_REG = crate::Reg<u32, _RTC_GPIO_PIN16_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN16_REG;
#[doc = "`read()` method returns [rtc_gpio_pin16_reg::R](rtc_gpio_pin16_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN16_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin16_reg::W](rtc_gpio_pin16_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN16_REG {}
#[doc = "RTC_GPIO_PIN16_REG"]
pub mod rtc_gpio_pin16_reg;
#[doc = "RTC_GPIO_PIN17_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_gpio_pin17_reg](rtc_gpio_pin17_reg) module"]
pub type RTC_GPIO_PIN17_REG = crate::Reg<u32, _RTC_GPIO_PIN17_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_GPIO_PIN17_REG;
#[doc = "`read()` method returns [rtc_gpio_pin17_reg::R](rtc_gpio_pin17_reg::R) reader structure"]
impl crate::Readable for RTC_GPIO_PIN17_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_gpio_pin17_reg::W](rtc_gpio_pin17_reg::W) writer structure"]
impl crate::Writable for RTC_GPIO_PIN17_REG {}
#[doc = "RTC_GPIO_PIN17_REG"]
pub mod rtc_gpio_pin17_reg;
#[doc = "RTC_IO_RTC_DEBUG_SEL_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_rtc_debug_sel_reg](rtc_io_rtc_debug_sel_reg) module"]
pub type RTC_IO_RTC_DEBUG_SEL_REG = crate::Reg<u32, _RTC_IO_RTC_DEBUG_SEL_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_RTC_DEBUG_SEL_REG;
#[doc = "`read()` method returns [rtc_io_rtc_debug_sel_reg::R](rtc_io_rtc_debug_sel_reg::R) reader structure"]
impl crate::Readable for RTC_IO_RTC_DEBUG_SEL_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_rtc_debug_sel_reg::W](rtc_io_rtc_debug_sel_reg::W) writer structure"]
impl crate::Writable for RTC_IO_RTC_DEBUG_SEL_REG {}
#[doc = "RTC_IO_RTC_DEBUG_SEL_REG"]
pub mod rtc_io_rtc_debug_sel_reg;
#[doc = "RTC_IO_DIG_PAD_HOLD_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_dig_pad_hold_reg](rtc_io_dig_pad_hold_reg) module"]
pub type RTC_IO_DIG_PAD_HOLD_REG = crate::Reg<u32, _RTC_IO_DIG_PAD_HOLD_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_DIG_PAD_HOLD_REG;
#[doc = "`read()` method returns [rtc_io_dig_pad_hold_reg::R](rtc_io_dig_pad_hold_reg::R) reader structure"]
impl crate::Readable for RTC_IO_DIG_PAD_HOLD_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_dig_pad_hold_reg::W](rtc_io_dig_pad_hold_reg::W) writer structure"]
impl crate::Writable for RTC_IO_DIG_PAD_HOLD_REG {}
#[doc = "RTC_IO_DIG_PAD_HOLD_REG"]
pub mod rtc_io_dig_pad_hold_reg;
#[doc = "RTC_IO_HALL_SENS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_hall_sens_reg](rtc_io_hall_sens_reg) module"]
pub type RTC_IO_HALL_SENS_REG = crate::Reg<u32, _RTC_IO_HALL_SENS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_HALL_SENS_REG;
#[doc = "`read()` method returns [rtc_io_hall_sens_reg::R](rtc_io_hall_sens_reg::R) reader structure"]
impl crate::Readable for RTC_IO_HALL_SENS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_hall_sens_reg::W](rtc_io_hall_sens_reg::W) writer structure"]
impl crate::Writable for RTC_IO_HALL_SENS_REG {}
#[doc = "RTC_IO_HALL_SENS_REG"]
pub mod rtc_io_hall_sens_reg;
#[doc = "RTC_IO_SENSOR_PADS_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_sensor_pads_reg](rtc_io_sensor_pads_reg) module"]
pub type RTC_IO_SENSOR_PADS_REG = crate::Reg<u32, _RTC_IO_SENSOR_PADS_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_SENSOR_PADS_REG;
#[doc = "`read()` method returns [rtc_io_sensor_pads_reg::R](rtc_io_sensor_pads_reg::R) reader structure"]
impl crate::Readable for RTC_IO_SENSOR_PADS_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_sensor_pads_reg::W](rtc_io_sensor_pads_reg::W) writer structure"]
impl crate::Writable for RTC_IO_SENSOR_PADS_REG {}
#[doc = "RTC_IO_SENSOR_PADS_REG"]
pub mod rtc_io_sensor_pads_reg;
#[doc = "RTC_IO_ADC_PAD_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_adc_pad_reg](rtc_io_adc_pad_reg) module"]
pub type RTC_IO_ADC_PAD_REG = crate::Reg<u32, _RTC_IO_ADC_PAD_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_ADC_PAD_REG;
#[doc = "`read()` method returns [rtc_io_adc_pad_reg::R](rtc_io_adc_pad_reg::R) reader structure"]
impl crate::Readable for RTC_IO_ADC_PAD_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_adc_pad_reg::W](rtc_io_adc_pad_reg::W) writer structure"]
impl crate::Writable for RTC_IO_ADC_PAD_REG {}
#[doc = "RTC_IO_ADC_PAD_REG"]
pub mod rtc_io_adc_pad_reg;
#[doc = "RTC_IO_PAD_DAC1_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_pad_dac1_reg](rtc_io_pad_dac1_reg) module"]
pub type RTC_IO_PAD_DAC1_REG = crate::Reg<u32, _RTC_IO_PAD_DAC1_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_PAD_DAC1_REG;
#[doc = "`read()` method returns [rtc_io_pad_dac1_reg::R](rtc_io_pad_dac1_reg::R) reader structure"]
impl crate::Readable for RTC_IO_PAD_DAC1_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_pad_dac1_reg::W](rtc_io_pad_dac1_reg::W) writer structure"]
impl crate::Writable for RTC_IO_PAD_DAC1_REG {}
#[doc = "RTC_IO_PAD_DAC1_REG"]
pub mod rtc_io_pad_dac1_reg;
#[doc = "RTC_IO_PAD_DAC2_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_pad_dac2_reg](rtc_io_pad_dac2_reg) module"]
pub type RTC_IO_PAD_DAC2_REG = crate::Reg<u32, _RTC_IO_PAD_DAC2_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_PAD_DAC2_REG;
#[doc = "`read()` method returns [rtc_io_pad_dac2_reg::R](rtc_io_pad_dac2_reg::R) reader structure"]
impl crate::Readable for RTC_IO_PAD_DAC2_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_pad_dac2_reg::W](rtc_io_pad_dac2_reg::W) writer structure"]
impl crate::Writable for RTC_IO_PAD_DAC2_REG {}
#[doc = "RTC_IO_PAD_DAC2_REG"]
pub mod rtc_io_pad_dac2_reg;
#[doc = "RTC_IO_XTAL_32K_PAD_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_xtal_32k_pad_reg](rtc_io_xtal_32k_pad_reg) module"]
pub type RTC_IO_XTAL_32K_PAD_REG = crate::Reg<u32, _RTC_IO_XTAL_32K_PAD_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_XTAL_32K_PAD_REG;
#[doc = "`read()` method returns [rtc_io_xtal_32k_pad_reg::R](rtc_io_xtal_32k_pad_reg::R) reader structure"]
impl crate::Readable for RTC_IO_XTAL_32K_PAD_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_xtal_32k_pad_reg::W](rtc_io_xtal_32k_pad_reg::W) writer structure"]
impl crate::Writable for RTC_IO_XTAL_32K_PAD_REG {}
#[doc = "RTC_IO_XTAL_32K_PAD_REG"]
pub mod rtc_io_xtal_32k_pad_reg;
#[doc = "RTC_IO_TOUCH_CFG_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_cfg_reg](rtc_io_touch_cfg_reg) module"]
pub type RTC_IO_TOUCH_CFG_REG = crate::Reg<u32, _RTC_IO_TOUCH_CFG_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_CFG_REG;
#[doc = "`read()` method returns [rtc_io_touch_cfg_reg::R](rtc_io_touch_cfg_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_CFG_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_cfg_reg::W](rtc_io_touch_cfg_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_CFG_REG {}
#[doc = "RTC_IO_TOUCH_CFG_REG"]
pub mod rtc_io_touch_cfg_reg;
#[doc = "RTC_IO_TOUCH_PAD0_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad0_reg](rtc_io_touch_pad0_reg) module"]
pub type RTC_IO_TOUCH_PAD0_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD0_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD0_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad0_reg::R](rtc_io_touch_pad0_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD0_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad0_reg::W](rtc_io_touch_pad0_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD0_REG {}
#[doc = "RTC_IO_TOUCH_PAD0_REG"]
pub mod rtc_io_touch_pad0_reg;
#[doc = "RTC_IO_TOUCH_PAD1_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad1_reg](rtc_io_touch_pad1_reg) module"]
pub type RTC_IO_TOUCH_PAD1_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD1_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD1_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad1_reg::R](rtc_io_touch_pad1_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD1_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad1_reg::W](rtc_io_touch_pad1_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD1_REG {}
#[doc = "RTC_IO_TOUCH_PAD1_REG"]
pub mod rtc_io_touch_pad1_reg;
#[doc = "RTC_IO_TOUCH_PAD2_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad2_reg](rtc_io_touch_pad2_reg) module"]
pub type RTC_IO_TOUCH_PAD2_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD2_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD2_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad2_reg::R](rtc_io_touch_pad2_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD2_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad2_reg::W](rtc_io_touch_pad2_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD2_REG {}
#[doc = "RTC_IO_TOUCH_PAD2_REG"]
pub mod rtc_io_touch_pad2_reg;
#[doc = "RTC_IO_TOUCH_PAD3_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad3_reg](rtc_io_touch_pad3_reg) module"]
pub type RTC_IO_TOUCH_PAD3_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD3_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD3_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad3_reg::R](rtc_io_touch_pad3_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD3_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad3_reg::W](rtc_io_touch_pad3_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD3_REG {}
#[doc = "RTC_IO_TOUCH_PAD3_REG"]
pub mod rtc_io_touch_pad3_reg;
#[doc = "RTC_IO_TOUCH_PAD4_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad4_reg](rtc_io_touch_pad4_reg) module"]
pub type RTC_IO_TOUCH_PAD4_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD4_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD4_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad4_reg::R](rtc_io_touch_pad4_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD4_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad4_reg::W](rtc_io_touch_pad4_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD4_REG {}
#[doc = "RTC_IO_TOUCH_PAD4_REG"]
pub mod rtc_io_touch_pad4_reg;
#[doc = "RTC_IO_TOUCH_PAD5_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad5_reg](rtc_io_touch_pad5_reg) module"]
pub type RTC_IO_TOUCH_PAD5_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD5_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD5_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad5_reg::R](rtc_io_touch_pad5_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD5_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad5_reg::W](rtc_io_touch_pad5_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD5_REG {}
#[doc = "RTC_IO_TOUCH_PAD5_REG"]
pub mod rtc_io_touch_pad5_reg;
#[doc = "RTC_IO_TOUCH_PAD6_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad6_reg](rtc_io_touch_pad6_reg) module"]
pub type RTC_IO_TOUCH_PAD6_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD6_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD6_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad6_reg::R](rtc_io_touch_pad6_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD6_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad6_reg::W](rtc_io_touch_pad6_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD6_REG {}
#[doc = "RTC_IO_TOUCH_PAD6_REG"]
pub mod rtc_io_touch_pad6_reg;
#[doc = "RTC_IO_TOUCH_PAD7_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad7_reg](rtc_io_touch_pad7_reg) module"]
pub type RTC_IO_TOUCH_PAD7_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD7_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD7_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad7_reg::R](rtc_io_touch_pad7_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD7_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad7_reg::W](rtc_io_touch_pad7_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD7_REG {}
#[doc = "RTC_IO_TOUCH_PAD7_REG"]
pub mod rtc_io_touch_pad7_reg;
#[doc = "RTC_IO_TOUCH_PAD8_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad8_reg](rtc_io_touch_pad8_reg) module"]
pub type RTC_IO_TOUCH_PAD8_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD8_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD8_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad8_reg::R](rtc_io_touch_pad8_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD8_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad8_reg::W](rtc_io_touch_pad8_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD8_REG {}
#[doc = "RTC_IO_TOUCH_PAD8_REG"]
pub mod rtc_io_touch_pad8_reg;
#[doc = "RTC_IO_TOUCH_PAD9_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_touch_pad9_reg](rtc_io_touch_pad9_reg) module"]
pub type RTC_IO_TOUCH_PAD9_REG = crate::Reg<u32, _RTC_IO_TOUCH_PAD9_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_TOUCH_PAD9_REG;
#[doc = "`read()` method returns [rtc_io_touch_pad9_reg::R](rtc_io_touch_pad9_reg::R) reader structure"]
impl crate::Readable for RTC_IO_TOUCH_PAD9_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_touch_pad9_reg::W](rtc_io_touch_pad9_reg::W) writer structure"]
impl crate::Writable for RTC_IO_TOUCH_PAD9_REG {}
#[doc = "RTC_IO_TOUCH_PAD9_REG"]
pub mod rtc_io_touch_pad9_reg;
#[doc = "RTC_IO_EXT_WAKEUP0_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_ext_wakeup0_reg](rtc_io_ext_wakeup0_reg) module"]
pub type RTC_IO_EXT_WAKEUP0_REG = crate::Reg<u32, _RTC_IO_EXT_WAKEUP0_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_EXT_WAKEUP0_REG;
#[doc = "`read()` method returns [rtc_io_ext_wakeup0_reg::R](rtc_io_ext_wakeup0_reg::R) reader structure"]
impl crate::Readable for RTC_IO_EXT_WAKEUP0_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_ext_wakeup0_reg::W](rtc_io_ext_wakeup0_reg::W) writer structure"]
impl crate::Writable for RTC_IO_EXT_WAKEUP0_REG {}
#[doc = "RTC_IO_EXT_WAKEUP0_REG"]
pub mod rtc_io_ext_wakeup0_reg;
#[doc = "RTC_IO_XTL_EXT_CTR_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_xtl_ext_ctr_reg](rtc_io_xtl_ext_ctr_reg) module"]
pub type RTC_IO_XTL_EXT_CTR_REG = crate::Reg<u32, _RTC_IO_XTL_EXT_CTR_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_XTL_EXT_CTR_REG;
#[doc = "`read()` method returns [rtc_io_xtl_ext_ctr_reg::R](rtc_io_xtl_ext_ctr_reg::R) reader structure"]
impl crate::Readable for RTC_IO_XTL_EXT_CTR_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_xtl_ext_ctr_reg::W](rtc_io_xtl_ext_ctr_reg::W) writer structure"]
impl crate::Writable for RTC_IO_XTL_EXT_CTR_REG {}
#[doc = "RTC_IO_XTL_EXT_CTR_REG"]
pub mod rtc_io_xtl_ext_ctr_reg;
#[doc = "RTC_IO_SAR_I2C_IO_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_sar_i2c_io_reg](rtc_io_sar_i2c_io_reg) module"]
pub type RTC_IO_SAR_I2C_IO_REG = crate::Reg<u32, _RTC_IO_SAR_I2C_IO_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_SAR_I2C_IO_REG;
#[doc = "`read()` method returns [rtc_io_sar_i2c_io_reg::R](rtc_io_sar_i2c_io_reg::R) reader structure"]
impl crate::Readable for RTC_IO_SAR_I2C_IO_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_sar_i2c_io_reg::W](rtc_io_sar_i2c_io_reg::W) writer structure"]
impl crate::Writable for RTC_IO_SAR_I2C_IO_REG {}
#[doc = "RTC_IO_SAR_I2C_IO_REG"]
pub mod rtc_io_sar_i2c_io_reg;
#[doc = "RTC_IO_DATE_REG\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [rtc_io_date_reg](rtc_io_date_reg) module"]
pub type RTC_IO_DATE_REG = crate::Reg<u32, _RTC_IO_DATE_REG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _RTC_IO_DATE_REG;
#[doc = "`read()` method returns [rtc_io_date_reg::R](rtc_io_date_reg::R) reader structure"]
impl crate::Readable for RTC_IO_DATE_REG {}
#[doc = "`write(|w| ..)` method takes [rtc_io_date_reg::W](rtc_io_date_reg::W) writer structure"]
impl crate::Writable for RTC_IO_DATE_REG {}
#[doc = "RTC_IO_DATE_REG"]
pub mod rtc_io_date_reg;