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
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - clk_cfg0."]
    pub clk_cfg0: CLK_CFG0,
    #[doc = "0x04 - clk_cfg1."]
    pub clk_cfg1: CLK_CFG1,
    #[doc = "0x08 - clk_cfg2."]
    pub clk_cfg2: CLK_CFG2,
    #[doc = "0x0c - clk_cfg3."]
    pub clk_cfg3: CLK_CFG3,
    #[doc = "0x10 - swrst_cfg0."]
    pub swrst_cfg0: SWRST_CFG0,
    #[doc = "0x14 - swrst_cfg1."]
    pub swrst_cfg1: SWRST_CFG1,
    #[doc = "0x18 - swrst_cfg2."]
    pub swrst_cfg2: SWRST_CFG2,
    #[doc = "0x1c - swrst_cfg3."]
    pub swrst_cfg3: SWRST_CFG3,
    #[doc = "0x20 - cgen_cfg0."]
    pub cgen_cfg0: CGEN_CFG0,
    #[doc = "0x24 - cgen_cfg1."]
    pub cgen_cfg1: CGEN_CFG1,
    #[doc = "0x28 - cgen_cfg2."]
    pub cgen_cfg2: CGEN_CFG2,
    #[doc = "0x2c - cgen_cfg3."]
    pub cgen_cfg3: CGEN_CFG3,
    #[doc = "0x30 - MBIST_CTL."]
    pub mbist_ctl: MBIST_CTL,
    #[doc = "0x34 - MBIST_STAT."]
    pub mbist_stat: MBIST_STAT,
    _reserved14: [u8; 0x18],
    #[doc = "0x50 - bmx_cfg1."]
    pub bmx_cfg1: BMX_CFG1,
    #[doc = "0x54 - bmx_cfg2."]
    pub bmx_cfg2: BMX_CFG2,
    #[doc = "0x58 - bmx_err_addr."]
    pub bmx_err_addr: BMX_ERR_ADDR,
    #[doc = "0x5c - bmx_dbg_out."]
    pub bmx_dbg_out: BMX_DBG_OUT,
    #[doc = "0x60 - rsv0."]
    pub rsv0: RSV0,
    #[doc = "0x64 - rsv1."]
    pub rsv1: RSV1,
    #[doc = "0x68 - rsv2."]
    pub rsv2: RSV2,
    #[doc = "0x6c - rsv3."]
    pub rsv3: RSV3,
    #[doc = "0x70 - sram_ret."]
    pub sram_ret: SRAM_RET,
    #[doc = "0x74 - sram_slp."]
    pub sram_slp: SRAM_SLP,
    #[doc = "0x78 - sram_parm."]
    pub sram_parm: SRAM_PARM,
    #[doc = "0x7c - seam_misc."]
    pub seam_misc: SEAM_MISC,
    #[doc = "0x80 - glb_parm."]
    pub glb_parm: GLB_PARM,
    #[doc = "0x84 - PDM_CLK_CTRL."]
    pub pdm_clk_ctrl: PDM_CLK_CTRL,
    #[doc = "0x88 - GPIO_USE_PSRAM__IO."]
    pub gpio_use_psram__io: GPIO_USE_PSRAM__IO,
    _reserved29: [u8; 0x04],
    #[doc = "0x90 - CPU_CLK_CFG."]
    pub cpu_clk_cfg: CPU_CLK_CFG,
    _reserved30: [u8; 0x10],
    #[doc = "0xa4 - GPADC_32M_SRC_CTRL."]
    pub gpadc_32m_src_ctrl: GPADC_32M_SRC_CTRL,
    #[doc = "0xa8 - DIG32K_WAKEUP_CTRL."]
    pub dig32k_wakeup_ctrl: DIG32K_WAKEUP_CTRL,
    #[doc = "0xac - WIFI_BT_COEX_CTRL."]
    pub wifi_bt_coex_ctrl: WIFI_BT_COEX_CTRL,
    #[doc = "0xb0 - BZ_COEX_CTRL."]
    pub bz_coex_ctrl: BZ_COEX_CTRL,
    _reserved34: [u8; 0x0c],
    #[doc = "0xc0 - UART_SIG_SEL_0."]
    pub uart_sig_sel_0: UART_SIG_SEL_0,
    _reserved35: [u8; 0x0c],
    #[doc = "0xd0 - DBG_SEL_LL."]
    pub dbg_sel_ll: DBG_SEL_LL,
    #[doc = "0xd4 - DBG_SEL_LH."]
    pub dbg_sel_lh: DBG_SEL_LH,
    #[doc = "0xd8 - DBG_SEL_HL."]
    pub dbg_sel_hl: DBG_SEL_HL,
    #[doc = "0xdc - DBG_SEL_HH."]
    pub dbg_sel_hh: DBG_SEL_HH,
    #[doc = "0xe0 - debug."]
    pub debug: DEBUG,
    _reserved40: [u8; 0x1c],
    #[doc = "0x100 - GPIO_CFGCTL0."]
    pub gpio_cfgctl0: GPIO_CFGCTL0,
    #[doc = "0x104 - GPIO_CFGCTL1."]
    pub gpio_cfgctl1: GPIO_CFGCTL1,
    #[doc = "0x108 - GPIO_CFGCTL2."]
    pub gpio_cfgctl2: GPIO_CFGCTL2,
    #[doc = "0x10c - GPIO_CFGCTL3."]
    pub gpio_cfgctl3: GPIO_CFGCTL3,
    #[doc = "0x110 - GPIO_CFGCTL4."]
    pub gpio_cfgctl4: GPIO_CFGCTL4,
    #[doc = "0x114 - GPIO_CFGCTL5."]
    pub gpio_cfgctl5: GPIO_CFGCTL5,
    #[doc = "0x118 - GPIO_CFGCTL6."]
    pub gpio_cfgctl6: GPIO_CFGCTL6,
    #[doc = "0x11c - GPIO_CFGCTL7."]
    pub gpio_cfgctl7: GPIO_CFGCTL7,
    #[doc = "0x120 - GPIO_CFGCTL8."]
    pub gpio_cfgctl8: GPIO_CFGCTL8,
    #[doc = "0x124 - GPIO_CFGCTL9."]
    pub gpio_cfgctl9: GPIO_CFGCTL9,
    #[doc = "0x128 - GPIO_CFGCTL10."]
    pub gpio_cfgctl10: GPIO_CFGCTL10,
    #[doc = "0x12c - GPIO_CFGCTL11."]
    pub gpio_cfgctl11: GPIO_CFGCTL11,
    #[doc = "0x130 - GPIO_CFGCTL12."]
    pub gpio_cfgctl12: GPIO_CFGCTL12,
    #[doc = "0x134 - GPIO_CFGCTL13."]
    pub gpio_cfgctl13: GPIO_CFGCTL13,
    #[doc = "0x138 - GPIO_CFGCTL14."]
    pub gpio_cfgctl14: GPIO_CFGCTL14,
    #[doc = "0x13c - GPIO_CFGCTL15."]
    pub gpio_cfgctl15: GPIO_CFGCTL15,
    #[doc = "0x140 - GPIO_CFGCTL16."]
    pub gpio_cfgctl16: GPIO_CFGCTL16,
    #[doc = "0x144 - GPIO_CFGCTL17."]
    pub gpio_cfgctl17: GPIO_CFGCTL17,
    #[doc = "0x148 - GPIO_CFGCTL18."]
    pub gpio_cfgctl18: GPIO_CFGCTL18,
    _reserved59: [u8; 0x34],
    #[doc = "0x180 - GPIO_CFGCTL30."]
    pub gpio_cfgctl30: GPIO_CFGCTL30,
    #[doc = "0x184 - GPIO_CFGCTL31."]
    pub gpio_cfgctl31: GPIO_CFGCTL31,
    #[doc = "0x188 - GPIO_CFGCTL32."]
    pub gpio_cfgctl32: GPIO_CFGCTL32,
    #[doc = "0x18c - GPIO_CFGCTL33."]
    pub gpio_cfgctl33: GPIO_CFGCTL33,
    #[doc = "0x190 - GPIO_CFGCTL34."]
    pub gpio_cfgctl34: GPIO_CFGCTL34,
    #[doc = "0x194 - GPIO_CFGCTL35."]
    pub gpio_cfgctl35: GPIO_CFGCTL35,
    _reserved65: [u8; 0x08],
    #[doc = "0x1a0 - GPIO_INT_MASK1."]
    pub gpio_int_mask1: GPIO_INT_MASK1,
    _reserved66: [u8; 0x04],
    #[doc = "0x1a8 - GPIO_INT_STAT1."]
    pub gpio_int_stat1: GPIO_INT_STAT1,
    _reserved67: [u8; 0x04],
    #[doc = "0x1b0 - GPIO_INT_CLR1."]
    pub gpio_int_clr1: GPIO_INT_CLR1,
    _reserved68: [u8; 0x0c],
    #[doc = "0x1c0 - GPIO_INT_MODE_SET1."]
    pub gpio_int_mode_set1: GPIO_INT_MODE_SET1,
    #[doc = "0x1c4 - GPIO_INT_MODE_SET2."]
    pub gpio_int_mode_set2: GPIO_INT_MODE_SET2,
    #[doc = "0x1c8 - GPIO_INT_MODE_SET3."]
    pub gpio_int_mode_set3: GPIO_INT_MODE_SET3,
    #[doc = "0x1cc - GPIO_INT_MODE_SET4."]
    pub gpio_int_mode_set4: GPIO_INT_MODE_SET4,
    #[doc = "0x1d0 - GPIO_INT2_MASK1."]
    pub gpio_int2_mask1: GPIO_INT2_MASK1,
    #[doc = "0x1d4 - GPIO_INT2_STAT1."]
    pub gpio_int2_stat1: GPIO_INT2_STAT1,
    #[doc = "0x1d8 - GPIO_INT2_CLR1."]
    pub gpio_int2_clr1: GPIO_INT2_CLR1,
    #[doc = "0x1dc - GPIO_INT2_MODE_SET1."]
    pub gpio_int2_mode_set1: GPIO_INT2_MODE_SET1,
    #[doc = "0x1e0 - GPIO_INT2_MODE_SET2."]
    pub gpio_int2_mode_set2: GPIO_INT2_MODE_SET2,
    #[doc = "0x1e4 - GPIO_INT2_MODE_SET3."]
    pub gpio_int2_mode_set3: GPIO_INT2_MODE_SET3,
    #[doc = "0x1e8 - GPIO_INT2_MODE_SET4."]
    pub gpio_int2_mode_set4: GPIO_INT2_MODE_SET4,
    _reserved79: [u8; 0x14],
    #[doc = "0x200 - dll."]
    pub dll: DLL,
    _reserved80: [u8; 0x20],
    #[doc = "0x224 - led_driver."]
    pub led_driver: LED_DRIVER,
    #[doc = "0x228 - usb_xcvr."]
    pub usb_xcvr: USB_XCVR,
    #[doc = "0x22c - usb_xcvr_config."]
    pub usb_xcvr_config: USB_XCVR_CONFIG,
    _reserved83: [u8; 0xd8],
    #[doc = "0x308 - gpdac_ctrl."]
    pub gpdac_ctrl: GPDAC_CTRL,
    #[doc = "0x30c - gpdac_actrl."]
    pub gpdac_actrl: GPDAC_ACTRL,
    #[doc = "0x310 - gpdac_bctrl."]
    pub gpdac_bctrl: GPDAC_BCTRL,
    #[doc = "0x314 - gpdac_data."]
    pub gpdac_data: GPDAC_DATA,
    _reserved87: [u8; 0x0ae8],
    #[doc = "0xe00 - chip_revision."]
    pub chip_revision: CHIP_REVISION,
    _reserved88: [u8; 0xfc],
    #[doc = "0xf00 - tzc_glb_ctrl_0."]
    pub tzc_glb_ctrl_0: TZC_GLB_CTRL_0,
    #[doc = "0xf04 - tzc_glb_ctrl_1."]
    pub tzc_glb_ctrl_1: TZC_GLB_CTRL_1,
    #[doc = "0xf08 - tzc_glb_ctrl_2."]
    pub tzc_glb_ctrl_2: TZC_GLB_CTRL_2,
    #[doc = "0xf0c - tzc_glb_ctrl_3."]
    pub tzc_glb_ctrl_3: TZC_GLB_CTRL_3,
}
#[doc = "clk_cfg0 (rw) register accessor: an alias for `Reg<CLK_CFG0_SPEC>`"]
pub type CLK_CFG0 = crate::Reg<clk_cfg0::CLK_CFG0_SPEC>;
#[doc = "clk_cfg0."]
pub mod clk_cfg0;
#[doc = "clk_cfg1 (rw) register accessor: an alias for `Reg<CLK_CFG1_SPEC>`"]
pub type CLK_CFG1 = crate::Reg<clk_cfg1::CLK_CFG1_SPEC>;
#[doc = "clk_cfg1."]
pub mod clk_cfg1;
#[doc = "clk_cfg2 (rw) register accessor: an alias for `Reg<CLK_CFG2_SPEC>`"]
pub type CLK_CFG2 = crate::Reg<clk_cfg2::CLK_CFG2_SPEC>;
#[doc = "clk_cfg2."]
pub mod clk_cfg2;
#[doc = "clk_cfg3 (rw) register accessor: an alias for `Reg<CLK_CFG3_SPEC>`"]
pub type CLK_CFG3 = crate::Reg<clk_cfg3::CLK_CFG3_SPEC>;
#[doc = "clk_cfg3."]
pub mod clk_cfg3;
#[doc = "swrst_cfg0 (rw) register accessor: an alias for `Reg<SWRST_CFG0_SPEC>`"]
pub type SWRST_CFG0 = crate::Reg<swrst_cfg0::SWRST_CFG0_SPEC>;
#[doc = "swrst_cfg0."]
pub mod swrst_cfg0;
#[doc = "swrst_cfg1 (rw) register accessor: an alias for `Reg<SWRST_CFG1_SPEC>`"]
pub type SWRST_CFG1 = crate::Reg<swrst_cfg1::SWRST_CFG1_SPEC>;
#[doc = "swrst_cfg1."]
pub mod swrst_cfg1;
#[doc = "swrst_cfg2 (rw) register accessor: an alias for `Reg<SWRST_CFG2_SPEC>`"]
pub type SWRST_CFG2 = crate::Reg<swrst_cfg2::SWRST_CFG2_SPEC>;
#[doc = "swrst_cfg2."]
pub mod swrst_cfg2;
#[doc = "swrst_cfg3 (rw) register accessor: an alias for `Reg<SWRST_CFG3_SPEC>`"]
pub type SWRST_CFG3 = crate::Reg<swrst_cfg3::SWRST_CFG3_SPEC>;
#[doc = "swrst_cfg3."]
pub mod swrst_cfg3;
#[doc = "cgen_cfg0 (rw) register accessor: an alias for `Reg<CGEN_CFG0_SPEC>`"]
pub type CGEN_CFG0 = crate::Reg<cgen_cfg0::CGEN_CFG0_SPEC>;
#[doc = "cgen_cfg0."]
pub mod cgen_cfg0;
#[doc = "cgen_cfg1 (rw) register accessor: an alias for `Reg<CGEN_CFG1_SPEC>`"]
pub type CGEN_CFG1 = crate::Reg<cgen_cfg1::CGEN_CFG1_SPEC>;
#[doc = "cgen_cfg1."]
pub mod cgen_cfg1;
#[doc = "cgen_cfg2 (rw) register accessor: an alias for `Reg<CGEN_CFG2_SPEC>`"]
pub type CGEN_CFG2 = crate::Reg<cgen_cfg2::CGEN_CFG2_SPEC>;
#[doc = "cgen_cfg2."]
pub mod cgen_cfg2;
#[doc = "cgen_cfg3 (rw) register accessor: an alias for `Reg<CGEN_CFG3_SPEC>`"]
pub type CGEN_CFG3 = crate::Reg<cgen_cfg3::CGEN_CFG3_SPEC>;
#[doc = "cgen_cfg3."]
pub mod cgen_cfg3;
#[doc = "MBIST_CTL (rw) register accessor: an alias for `Reg<MBIST_CTL_SPEC>`"]
pub type MBIST_CTL = crate::Reg<mbist_ctl::MBIST_CTL_SPEC>;
#[doc = "MBIST_CTL."]
pub mod mbist_ctl;
#[doc = "MBIST_STAT (rw) register accessor: an alias for `Reg<MBIST_STAT_SPEC>`"]
pub type MBIST_STAT = crate::Reg<mbist_stat::MBIST_STAT_SPEC>;
#[doc = "MBIST_STAT."]
pub mod mbist_stat;
#[doc = "bmx_cfg1 (rw) register accessor: an alias for `Reg<BMX_CFG1_SPEC>`"]
pub type BMX_CFG1 = crate::Reg<bmx_cfg1::BMX_CFG1_SPEC>;
#[doc = "bmx_cfg1."]
pub mod bmx_cfg1;
#[doc = "bmx_cfg2 (rw) register accessor: an alias for `Reg<BMX_CFG2_SPEC>`"]
pub type BMX_CFG2 = crate::Reg<bmx_cfg2::BMX_CFG2_SPEC>;
#[doc = "bmx_cfg2."]
pub mod bmx_cfg2;
#[doc = "bmx_err_addr (rw) register accessor: an alias for `Reg<BMX_ERR_ADDR_SPEC>`"]
pub type BMX_ERR_ADDR = crate::Reg<bmx_err_addr::BMX_ERR_ADDR_SPEC>;
#[doc = "bmx_err_addr."]
pub mod bmx_err_addr;
#[doc = "bmx_dbg_out (rw) register accessor: an alias for `Reg<BMX_DBG_OUT_SPEC>`"]
pub type BMX_DBG_OUT = crate::Reg<bmx_dbg_out::BMX_DBG_OUT_SPEC>;
#[doc = "bmx_dbg_out."]
pub mod bmx_dbg_out;
#[doc = "rsv0 (rw) register accessor: an alias for `Reg<RSV0_SPEC>`"]
pub type RSV0 = crate::Reg<rsv0::RSV0_SPEC>;
#[doc = "rsv0."]
pub mod rsv0;
#[doc = "rsv1 (rw) register accessor: an alias for `Reg<RSV1_SPEC>`"]
pub type RSV1 = crate::Reg<rsv1::RSV1_SPEC>;
#[doc = "rsv1."]
pub mod rsv1;
#[doc = "rsv2 (rw) register accessor: an alias for `Reg<RSV2_SPEC>`"]
pub type RSV2 = crate::Reg<rsv2::RSV2_SPEC>;
#[doc = "rsv2."]
pub mod rsv2;
#[doc = "rsv3 (rw) register accessor: an alias for `Reg<RSV3_SPEC>`"]
pub type RSV3 = crate::Reg<rsv3::RSV3_SPEC>;
#[doc = "rsv3."]
pub mod rsv3;
#[doc = "sram_ret (rw) register accessor: an alias for `Reg<SRAM_RET_SPEC>`"]
pub type SRAM_RET = crate::Reg<sram_ret::SRAM_RET_SPEC>;
#[doc = "sram_ret."]
pub mod sram_ret;
#[doc = "sram_slp (rw) register accessor: an alias for `Reg<SRAM_SLP_SPEC>`"]
pub type SRAM_SLP = crate::Reg<sram_slp::SRAM_SLP_SPEC>;
#[doc = "sram_slp."]
pub mod sram_slp;
#[doc = "sram_parm (rw) register accessor: an alias for `Reg<SRAM_PARM_SPEC>`"]
pub type SRAM_PARM = crate::Reg<sram_parm::SRAM_PARM_SPEC>;
#[doc = "sram_parm."]
pub mod sram_parm;
#[doc = "seam_misc (rw) register accessor: an alias for `Reg<SEAM_MISC_SPEC>`"]
pub type SEAM_MISC = crate::Reg<seam_misc::SEAM_MISC_SPEC>;
#[doc = "seam_misc."]
pub mod seam_misc;
#[doc = "glb_parm (rw) register accessor: an alias for `Reg<GLB_PARM_SPEC>`"]
pub type GLB_PARM = crate::Reg<glb_parm::GLB_PARM_SPEC>;
#[doc = "glb_parm."]
pub mod glb_parm;
#[doc = "PDM_CLK_CTRL (rw) register accessor: an alias for `Reg<PDM_CLK_CTRL_SPEC>`"]
pub type PDM_CLK_CTRL = crate::Reg<pdm_clk_ctrl::PDM_CLK_CTRL_SPEC>;
#[doc = "PDM_CLK_CTRL."]
pub mod pdm_clk_ctrl;
#[doc = "GPIO_USE_PSRAM__IO (rw) register accessor: an alias for `Reg<GPIO_USE_PSRAM__IO_SPEC>`"]
pub type GPIO_USE_PSRAM__IO = crate::Reg<gpio_use_psram__io::GPIO_USE_PSRAM__IO_SPEC>;
#[doc = "GPIO_USE_PSRAM__IO."]
pub mod gpio_use_psram__io;
#[doc = "CPU_CLK_CFG (rw) register accessor: an alias for `Reg<CPU_CLK_CFG_SPEC>`"]
pub type CPU_CLK_CFG = crate::Reg<cpu_clk_cfg::CPU_CLK_CFG_SPEC>;
#[doc = "CPU_CLK_CFG."]
pub mod cpu_clk_cfg;
#[doc = "GPADC_32M_SRC_CTRL (rw) register accessor: an alias for `Reg<GPADC_32M_SRC_CTRL_SPEC>`"]
pub type GPADC_32M_SRC_CTRL = crate::Reg<gpadc_32m_src_ctrl::GPADC_32M_SRC_CTRL_SPEC>;
#[doc = "GPADC_32M_SRC_CTRL."]
pub mod gpadc_32m_src_ctrl;
#[doc = "DIG32K_WAKEUP_CTRL (rw) register accessor: an alias for `Reg<DIG32K_WAKEUP_CTRL_SPEC>`"]
pub type DIG32K_WAKEUP_CTRL = crate::Reg<dig32k_wakeup_ctrl::DIG32K_WAKEUP_CTRL_SPEC>;
#[doc = "DIG32K_WAKEUP_CTRL."]
pub mod dig32k_wakeup_ctrl;
#[doc = "WIFI_BT_COEX_CTRL (rw) register accessor: an alias for `Reg<WIFI_BT_COEX_CTRL_SPEC>`"]
pub type WIFI_BT_COEX_CTRL = crate::Reg<wifi_bt_coex_ctrl::WIFI_BT_COEX_CTRL_SPEC>;
#[doc = "WIFI_BT_COEX_CTRL."]
pub mod wifi_bt_coex_ctrl;
#[doc = "BZ_COEX_CTRL (rw) register accessor: an alias for `Reg<BZ_COEX_CTRL_SPEC>`"]
pub type BZ_COEX_CTRL = crate::Reg<bz_coex_ctrl::BZ_COEX_CTRL_SPEC>;
#[doc = "BZ_COEX_CTRL."]
pub mod bz_coex_ctrl;
#[doc = "UART_SIG_SEL_0 (rw) register accessor: an alias for `Reg<UART_SIG_SEL_0_SPEC>`"]
pub type UART_SIG_SEL_0 = crate::Reg<uart_sig_sel_0::UART_SIG_SEL_0_SPEC>;
#[doc = "UART_SIG_SEL_0."]
pub mod uart_sig_sel_0;
#[doc = "DBG_SEL_LL (rw) register accessor: an alias for `Reg<DBG_SEL_LL_SPEC>`"]
pub type DBG_SEL_LL = crate::Reg<dbg_sel_ll::DBG_SEL_LL_SPEC>;
#[doc = "DBG_SEL_LL."]
pub mod dbg_sel_ll;
#[doc = "DBG_SEL_LH (rw) register accessor: an alias for `Reg<DBG_SEL_LH_SPEC>`"]
pub type DBG_SEL_LH = crate::Reg<dbg_sel_lh::DBG_SEL_LH_SPEC>;
#[doc = "DBG_SEL_LH."]
pub mod dbg_sel_lh;
#[doc = "DBG_SEL_HL (rw) register accessor: an alias for `Reg<DBG_SEL_HL_SPEC>`"]
pub type DBG_SEL_HL = crate::Reg<dbg_sel_hl::DBG_SEL_HL_SPEC>;
#[doc = "DBG_SEL_HL."]
pub mod dbg_sel_hl;
#[doc = "DBG_SEL_HH (rw) register accessor: an alias for `Reg<DBG_SEL_HH_SPEC>`"]
pub type DBG_SEL_HH = crate::Reg<dbg_sel_hh::DBG_SEL_HH_SPEC>;
#[doc = "DBG_SEL_HH."]
pub mod dbg_sel_hh;
#[doc = "debug (rw) register accessor: an alias for `Reg<DEBUG_SPEC>`"]
pub type DEBUG = crate::Reg<debug::DEBUG_SPEC>;
#[doc = "debug."]
pub mod debug;
#[doc = "GPIO_CFGCTL0 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL0_SPEC>`"]
pub type GPIO_CFGCTL0 = crate::Reg<gpio_cfgctl0::GPIO_CFGCTL0_SPEC>;
#[doc = "GPIO_CFGCTL0."]
pub mod gpio_cfgctl0;
#[doc = "GPIO_CFGCTL1 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL1_SPEC>`"]
pub type GPIO_CFGCTL1 = crate::Reg<gpio_cfgctl1::GPIO_CFGCTL1_SPEC>;
#[doc = "GPIO_CFGCTL1."]
pub mod gpio_cfgctl1;
#[doc = "GPIO_CFGCTL2 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL2_SPEC>`"]
pub type GPIO_CFGCTL2 = crate::Reg<gpio_cfgctl2::GPIO_CFGCTL2_SPEC>;
#[doc = "GPIO_CFGCTL2."]
pub mod gpio_cfgctl2;
#[doc = "GPIO_CFGCTL3 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL3_SPEC>`"]
pub type GPIO_CFGCTL3 = crate::Reg<gpio_cfgctl3::GPIO_CFGCTL3_SPEC>;
#[doc = "GPIO_CFGCTL3."]
pub mod gpio_cfgctl3;
#[doc = "GPIO_CFGCTL4 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL4_SPEC>`"]
pub type GPIO_CFGCTL4 = crate::Reg<gpio_cfgctl4::GPIO_CFGCTL4_SPEC>;
#[doc = "GPIO_CFGCTL4."]
pub mod gpio_cfgctl4;
#[doc = "GPIO_CFGCTL5 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL5_SPEC>`"]
pub type GPIO_CFGCTL5 = crate::Reg<gpio_cfgctl5::GPIO_CFGCTL5_SPEC>;
#[doc = "GPIO_CFGCTL5."]
pub mod gpio_cfgctl5;
#[doc = "GPIO_CFGCTL6 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL6_SPEC>`"]
pub type GPIO_CFGCTL6 = crate::Reg<gpio_cfgctl6::GPIO_CFGCTL6_SPEC>;
#[doc = "GPIO_CFGCTL6."]
pub mod gpio_cfgctl6;
#[doc = "GPIO_CFGCTL7 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL7_SPEC>`"]
pub type GPIO_CFGCTL7 = crate::Reg<gpio_cfgctl7::GPIO_CFGCTL7_SPEC>;
#[doc = "GPIO_CFGCTL7."]
pub mod gpio_cfgctl7;
#[doc = "GPIO_CFGCTL8 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL8_SPEC>`"]
pub type GPIO_CFGCTL8 = crate::Reg<gpio_cfgctl8::GPIO_CFGCTL8_SPEC>;
#[doc = "GPIO_CFGCTL8."]
pub mod gpio_cfgctl8;
#[doc = "GPIO_CFGCTL9 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL9_SPEC>`"]
pub type GPIO_CFGCTL9 = crate::Reg<gpio_cfgctl9::GPIO_CFGCTL9_SPEC>;
#[doc = "GPIO_CFGCTL9."]
pub mod gpio_cfgctl9;
#[doc = "GPIO_CFGCTL10 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL10_SPEC>`"]
pub type GPIO_CFGCTL10 = crate::Reg<gpio_cfgctl10::GPIO_CFGCTL10_SPEC>;
#[doc = "GPIO_CFGCTL10."]
pub mod gpio_cfgctl10;
#[doc = "GPIO_CFGCTL11 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL11_SPEC>`"]
pub type GPIO_CFGCTL11 = crate::Reg<gpio_cfgctl11::GPIO_CFGCTL11_SPEC>;
#[doc = "GPIO_CFGCTL11."]
pub mod gpio_cfgctl11;
#[doc = "GPIO_CFGCTL12 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL12_SPEC>`"]
pub type GPIO_CFGCTL12 = crate::Reg<gpio_cfgctl12::GPIO_CFGCTL12_SPEC>;
#[doc = "GPIO_CFGCTL12."]
pub mod gpio_cfgctl12;
#[doc = "GPIO_CFGCTL13 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL13_SPEC>`"]
pub type GPIO_CFGCTL13 = crate::Reg<gpio_cfgctl13::GPIO_CFGCTL13_SPEC>;
#[doc = "GPIO_CFGCTL13."]
pub mod gpio_cfgctl13;
#[doc = "GPIO_CFGCTL14 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL14_SPEC>`"]
pub type GPIO_CFGCTL14 = crate::Reg<gpio_cfgctl14::GPIO_CFGCTL14_SPEC>;
#[doc = "GPIO_CFGCTL14."]
pub mod gpio_cfgctl14;
#[doc = "GPIO_CFGCTL15 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL15_SPEC>`"]
pub type GPIO_CFGCTL15 = crate::Reg<gpio_cfgctl15::GPIO_CFGCTL15_SPEC>;
#[doc = "GPIO_CFGCTL15."]
pub mod gpio_cfgctl15;
#[doc = "GPIO_CFGCTL16 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL16_SPEC>`"]
pub type GPIO_CFGCTL16 = crate::Reg<gpio_cfgctl16::GPIO_CFGCTL16_SPEC>;
#[doc = "GPIO_CFGCTL16."]
pub mod gpio_cfgctl16;
#[doc = "GPIO_CFGCTL17 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL17_SPEC>`"]
pub type GPIO_CFGCTL17 = crate::Reg<gpio_cfgctl17::GPIO_CFGCTL17_SPEC>;
#[doc = "GPIO_CFGCTL17."]
pub mod gpio_cfgctl17;
#[doc = "GPIO_CFGCTL18 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL18_SPEC>`"]
pub type GPIO_CFGCTL18 = crate::Reg<gpio_cfgctl18::GPIO_CFGCTL18_SPEC>;
#[doc = "GPIO_CFGCTL18."]
pub mod gpio_cfgctl18;
#[doc = "GPIO_CFGCTL30 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL30_SPEC>`"]
pub type GPIO_CFGCTL30 = crate::Reg<gpio_cfgctl30::GPIO_CFGCTL30_SPEC>;
#[doc = "GPIO_CFGCTL30."]
pub mod gpio_cfgctl30;
#[doc = "GPIO_CFGCTL31 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL31_SPEC>`"]
pub type GPIO_CFGCTL31 = crate::Reg<gpio_cfgctl31::GPIO_CFGCTL31_SPEC>;
#[doc = "GPIO_CFGCTL31."]
pub mod gpio_cfgctl31;
#[doc = "GPIO_CFGCTL32 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL32_SPEC>`"]
pub type GPIO_CFGCTL32 = crate::Reg<gpio_cfgctl32::GPIO_CFGCTL32_SPEC>;
#[doc = "GPIO_CFGCTL32."]
pub mod gpio_cfgctl32;
#[doc = "GPIO_CFGCTL33 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL33_SPEC>`"]
pub type GPIO_CFGCTL33 = crate::Reg<gpio_cfgctl33::GPIO_CFGCTL33_SPEC>;
#[doc = "GPIO_CFGCTL33."]
pub mod gpio_cfgctl33;
#[doc = "GPIO_CFGCTL34 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL34_SPEC>`"]
pub type GPIO_CFGCTL34 = crate::Reg<gpio_cfgctl34::GPIO_CFGCTL34_SPEC>;
#[doc = "GPIO_CFGCTL34."]
pub mod gpio_cfgctl34;
#[doc = "GPIO_CFGCTL35 (rw) register accessor: an alias for `Reg<GPIO_CFGCTL35_SPEC>`"]
pub type GPIO_CFGCTL35 = crate::Reg<gpio_cfgctl35::GPIO_CFGCTL35_SPEC>;
#[doc = "GPIO_CFGCTL35."]
pub mod gpio_cfgctl35;
#[doc = "GPIO_INT_MASK1 (rw) register accessor: an alias for `Reg<GPIO_INT_MASK1_SPEC>`"]
pub type GPIO_INT_MASK1 = crate::Reg<gpio_int_mask1::GPIO_INT_MASK1_SPEC>;
#[doc = "GPIO_INT_MASK1."]
pub mod gpio_int_mask1;
#[doc = "GPIO_INT_STAT1 (rw) register accessor: an alias for `Reg<GPIO_INT_STAT1_SPEC>`"]
pub type GPIO_INT_STAT1 = crate::Reg<gpio_int_stat1::GPIO_INT_STAT1_SPEC>;
#[doc = "GPIO_INT_STAT1."]
pub mod gpio_int_stat1;
#[doc = "GPIO_INT_CLR1 (rw) register accessor: an alias for `Reg<GPIO_INT_CLR1_SPEC>`"]
pub type GPIO_INT_CLR1 = crate::Reg<gpio_int_clr1::GPIO_INT_CLR1_SPEC>;
#[doc = "GPIO_INT_CLR1."]
pub mod gpio_int_clr1;
#[doc = "GPIO_INT_MODE_SET1 (rw) register accessor: an alias for `Reg<GPIO_INT_MODE_SET1_SPEC>`"]
pub type GPIO_INT_MODE_SET1 = crate::Reg<gpio_int_mode_set1::GPIO_INT_MODE_SET1_SPEC>;
#[doc = "GPIO_INT_MODE_SET1."]
pub mod gpio_int_mode_set1;
#[doc = "GPIO_INT_MODE_SET2 (rw) register accessor: an alias for `Reg<GPIO_INT_MODE_SET2_SPEC>`"]
pub type GPIO_INT_MODE_SET2 = crate::Reg<gpio_int_mode_set2::GPIO_INT_MODE_SET2_SPEC>;
#[doc = "GPIO_INT_MODE_SET2."]
pub mod gpio_int_mode_set2;
#[doc = "GPIO_INT_MODE_SET3 (rw) register accessor: an alias for `Reg<GPIO_INT_MODE_SET3_SPEC>`"]
pub type GPIO_INT_MODE_SET3 = crate::Reg<gpio_int_mode_set3::GPIO_INT_MODE_SET3_SPEC>;
#[doc = "GPIO_INT_MODE_SET3."]
pub mod gpio_int_mode_set3;
#[doc = "GPIO_INT_MODE_SET4 (rw) register accessor: an alias for `Reg<GPIO_INT_MODE_SET4_SPEC>`"]
pub type GPIO_INT_MODE_SET4 = crate::Reg<gpio_int_mode_set4::GPIO_INT_MODE_SET4_SPEC>;
#[doc = "GPIO_INT_MODE_SET4."]
pub mod gpio_int_mode_set4;
#[doc = "GPIO_INT2_MASK1 (rw) register accessor: an alias for `Reg<GPIO_INT2_MASK1_SPEC>`"]
pub type GPIO_INT2_MASK1 = crate::Reg<gpio_int2_mask1::GPIO_INT2_MASK1_SPEC>;
#[doc = "GPIO_INT2_MASK1."]
pub mod gpio_int2_mask1;
#[doc = "GPIO_INT2_STAT1 (rw) register accessor: an alias for `Reg<GPIO_INT2_STAT1_SPEC>`"]
pub type GPIO_INT2_STAT1 = crate::Reg<gpio_int2_stat1::GPIO_INT2_STAT1_SPEC>;
#[doc = "GPIO_INT2_STAT1."]
pub mod gpio_int2_stat1;
#[doc = "GPIO_INT2_CLR1 (rw) register accessor: an alias for `Reg<GPIO_INT2_CLR1_SPEC>`"]
pub type GPIO_INT2_CLR1 = crate::Reg<gpio_int2_clr1::GPIO_INT2_CLR1_SPEC>;
#[doc = "GPIO_INT2_CLR1."]
pub mod gpio_int2_clr1;
#[doc = "GPIO_INT2_MODE_SET1 (rw) register accessor: an alias for `Reg<GPIO_INT2_MODE_SET1_SPEC>`"]
pub type GPIO_INT2_MODE_SET1 = crate::Reg<gpio_int2_mode_set1::GPIO_INT2_MODE_SET1_SPEC>;
#[doc = "GPIO_INT2_MODE_SET1."]
pub mod gpio_int2_mode_set1;
#[doc = "GPIO_INT2_MODE_SET2 (rw) register accessor: an alias for `Reg<GPIO_INT2_MODE_SET2_SPEC>`"]
pub type GPIO_INT2_MODE_SET2 = crate::Reg<gpio_int2_mode_set2::GPIO_INT2_MODE_SET2_SPEC>;
#[doc = "GPIO_INT2_MODE_SET2."]
pub mod gpio_int2_mode_set2;
#[doc = "GPIO_INT2_MODE_SET3 (rw) register accessor: an alias for `Reg<GPIO_INT2_MODE_SET3_SPEC>`"]
pub type GPIO_INT2_MODE_SET3 = crate::Reg<gpio_int2_mode_set3::GPIO_INT2_MODE_SET3_SPEC>;
#[doc = "GPIO_INT2_MODE_SET3."]
pub mod gpio_int2_mode_set3;
#[doc = "GPIO_INT2_MODE_SET4 (rw) register accessor: an alias for `Reg<GPIO_INT2_MODE_SET4_SPEC>`"]
pub type GPIO_INT2_MODE_SET4 = crate::Reg<gpio_int2_mode_set4::GPIO_INT2_MODE_SET4_SPEC>;
#[doc = "GPIO_INT2_MODE_SET4."]
pub mod gpio_int2_mode_set4;
#[doc = "dll (rw) register accessor: an alias for `Reg<DLL_SPEC>`"]
pub type DLL = crate::Reg<dll::DLL_SPEC>;
#[doc = "dll."]
pub mod dll;
#[doc = "led_driver (rw) register accessor: an alias for `Reg<LED_DRIVER_SPEC>`"]
pub type LED_DRIVER = crate::Reg<led_driver::LED_DRIVER_SPEC>;
#[doc = "led_driver."]
pub mod led_driver;
#[doc = "usb_xcvr (rw) register accessor: an alias for `Reg<USB_XCVR_SPEC>`"]
pub type USB_XCVR = crate::Reg<usb_xcvr::USB_XCVR_SPEC>;
#[doc = "usb_xcvr."]
pub mod usb_xcvr;
#[doc = "usb_xcvr_config (rw) register accessor: an alias for `Reg<USB_XCVR_CONFIG_SPEC>`"]
pub type USB_XCVR_CONFIG = crate::Reg<usb_xcvr_config::USB_XCVR_CONFIG_SPEC>;
#[doc = "usb_xcvr_config."]
pub mod usb_xcvr_config;
#[doc = "gpdac_ctrl (rw) register accessor: an alias for `Reg<GPDAC_CTRL_SPEC>`"]
pub type GPDAC_CTRL = crate::Reg<gpdac_ctrl::GPDAC_CTRL_SPEC>;
#[doc = "gpdac_ctrl."]
pub mod gpdac_ctrl;
#[doc = "gpdac_actrl (rw) register accessor: an alias for `Reg<GPDAC_ACTRL_SPEC>`"]
pub type GPDAC_ACTRL = crate::Reg<gpdac_actrl::GPDAC_ACTRL_SPEC>;
#[doc = "gpdac_actrl."]
pub mod gpdac_actrl;
#[doc = "gpdac_bctrl (rw) register accessor: an alias for `Reg<GPDAC_BCTRL_SPEC>`"]
pub type GPDAC_BCTRL = crate::Reg<gpdac_bctrl::GPDAC_BCTRL_SPEC>;
#[doc = "gpdac_bctrl."]
pub mod gpdac_bctrl;
#[doc = "gpdac_data (rw) register accessor: an alias for `Reg<GPDAC_DATA_SPEC>`"]
pub type GPDAC_DATA = crate::Reg<gpdac_data::GPDAC_DATA_SPEC>;
#[doc = "gpdac_data."]
pub mod gpdac_data;
#[doc = "chip_revision (rw) register accessor: an alias for `Reg<CHIP_REVISION_SPEC>`"]
pub type CHIP_REVISION = crate::Reg<chip_revision::CHIP_REVISION_SPEC>;
#[doc = "chip_revision."]
pub mod chip_revision;
#[doc = "tzc_glb_ctrl_0 (rw) register accessor: an alias for `Reg<TZC_GLB_CTRL_0_SPEC>`"]
pub type TZC_GLB_CTRL_0 = crate::Reg<tzc_glb_ctrl_0::TZC_GLB_CTRL_0_SPEC>;
#[doc = "tzc_glb_ctrl_0."]
pub mod tzc_glb_ctrl_0;
#[doc = "tzc_glb_ctrl_1 (rw) register accessor: an alias for `Reg<TZC_GLB_CTRL_1_SPEC>`"]
pub type TZC_GLB_CTRL_1 = crate::Reg<tzc_glb_ctrl_1::TZC_GLB_CTRL_1_SPEC>;
#[doc = "tzc_glb_ctrl_1."]
pub mod tzc_glb_ctrl_1;
#[doc = "tzc_glb_ctrl_2 (rw) register accessor: an alias for `Reg<TZC_GLB_CTRL_2_SPEC>`"]
pub type TZC_GLB_CTRL_2 = crate::Reg<tzc_glb_ctrl_2::TZC_GLB_CTRL_2_SPEC>;
#[doc = "tzc_glb_ctrl_2."]
pub mod tzc_glb_ctrl_2;
#[doc = "tzc_glb_ctrl_3 (rw) register accessor: an alias for `Reg<TZC_GLB_CTRL_3_SPEC>`"]
pub type TZC_GLB_CTRL_3 = crate::Reg<tzc_glb_ctrl_3::TZC_GLB_CTRL_3_SPEC>;
#[doc = "tzc_glb_ctrl_3."]
pub mod tzc_glb_ctrl_3;