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
#[repr(C)]
#[cfg_attr(feature = "impl-register-debug", derive(Debug))]
#[doc = "Register block"]
pub struct RegisterBlock {
    version: VERSION,
    pwr_up: PWR_UP,
    clkmgr_cfg: CLKMGR_CFG,
    dpi_vcid: DPI_VCID,
    dpi_color_coding: DPI_COLOR_CODING,
    dpi_cfg_pol: DPI_CFG_POL,
    dpi_lp_cmd_tim: DPI_LP_CMD_TIM,
    dbi_vcid: DBI_VCID,
    dbi_cfg: DBI_CFG,
    dbi_partitioning_en: DBI_PARTITIONING_EN,
    dbi_cmdsize: DBI_CMDSIZE,
    pckhdl_cfg: PCKHDL_CFG,
    gen_vcid: GEN_VCID,
    mode_cfg: MODE_CFG,
    vid_mode_cfg: VID_MODE_CFG,
    vid_pkt_size: VID_PKT_SIZE,
    vid_num_chunks: VID_NUM_CHUNKS,
    vid_null_size: VID_NULL_SIZE,
    vid_hsa_time: VID_HSA_TIME,
    vid_hbp_time: VID_HBP_TIME,
    vid_hline_time: VID_HLINE_TIME,
    vid_vsa_lines: VID_VSA_LINES,
    vid_vbp_lines: VID_VBP_LINES,
    vid_vfp_lines: VID_VFP_LINES,
    vid_vactive_lines: VID_VACTIVE_LINES,
    edpi_cmd_size: EDPI_CMD_SIZE,
    cmd_mode_cfg: CMD_MODE_CFG,
    gen_hdr: GEN_HDR,
    gen_pld_data: GEN_PLD_DATA,
    cmd_pkt_status: CMD_PKT_STATUS,
    to_cnt_cfg: TO_CNT_CFG,
    hs_rd_to_cnt: HS_RD_TO_CNT,
    lp_rd_to_cnt: LP_RD_TO_CNT,
    hs_wr_to_cnt: HS_WR_TO_CNT,
    lp_wr_to_cnt: LP_WR_TO_CNT,
    bta_to_cnt: BTA_TO_CNT,
    sdf_3d: SDF_3D,
    lpclk_ctrl: LPCLK_CTRL,
    phy_tmr_lpclk_cfg: PHY_TMR_LPCLK_CFG,
    phy_tmr_cfg: PHY_TMR_CFG,
    phy_rstz: PHY_RSTZ,
    phy_if_cfg: PHY_IF_CFG,
    phy_ulps_ctrl: PHY_ULPS_CTRL,
    phy_tx_triggers: PHY_TX_TRIGGERS,
    phy_status: PHY_STATUS,
    phy_tst_ctrl0: PHY_TST_CTRL0,
    phy_tst_ctrl1: PHY_TST_CTRL1,
    int_st0: INT_ST0,
    int_st1: INT_ST1,
    int_msk0: INT_MSK0,
    int_msk1: INT_MSK1,
    phy_cal: PHY_CAL,
    _reserved52: [u8; 0x08],
    int_force0: INT_FORCE0,
    int_force1: INT_FORCE1,
    _reserved54: [u8; 0x10],
    dsc_parameter: DSC_PARAMETER,
    phy_tmr_rd_cfg: PHY_TMR_RD_CFG,
    _reserved56: [u8; 0x08],
    vid_shadow_ctrl: VID_SHADOW_CTRL,
    _reserved57: [u8; 0x08],
    dpi_vcid_act: DPI_VCID_ACT,
    dpi_color_coding_act: DPI_COLOR_CODING_ACT,
    _reserved59: [u8; 0x04],
    dpi_lp_cmd_tim_act: DPI_LP_CMD_TIM_ACT,
    edpi_te_hw_cfg: EDPI_TE_HW_CFG,
    _reserved61: [u8; 0x18],
    vid_mode_cfg_act: VID_MODE_CFG_ACT,
    vid_pkt_size_act: VID_PKT_SIZE_ACT,
    vid_num_chunks_act: VID_NUM_CHUNKS_ACT,
    vid_null_size_act: VID_NULL_SIZE_ACT,
    vid_hsa_time_act: VID_HSA_TIME_ACT,
    vid_hbp_time_act: VID_HBP_TIME_ACT,
    vid_hline_time_act: VID_HLINE_TIME_ACT,
    vid_vsa_lines_act: VID_VSA_LINES_ACT,
    vid_vbp_lines_act: VID_VBP_LINES_ACT,
    vid_vfp_lines_act: VID_VFP_LINES_ACT,
    vid_vactive_lines_act: VID_VACTIVE_LINES_ACT,
    _reserved72: [u8; 0x04],
    vid_pkt_status: VID_PKT_STATUS,
    _reserved73: [u8; 0x24],
    sdf_3d_act: SDF_3D_ACT,
}
impl RegisterBlock {
    #[doc = "0x00 - NA"]
    #[inline(always)]
    pub const fn version(&self) -> &VERSION {
        &self.version
    }
    #[doc = "0x04 - NA"]
    #[inline(always)]
    pub const fn pwr_up(&self) -> &PWR_UP {
        &self.pwr_up
    }
    #[doc = "0x08 - NA"]
    #[inline(always)]
    pub const fn clkmgr_cfg(&self) -> &CLKMGR_CFG {
        &self.clkmgr_cfg
    }
    #[doc = "0x0c - NA"]
    #[inline(always)]
    pub const fn dpi_vcid(&self) -> &DPI_VCID {
        &self.dpi_vcid
    }
    #[doc = "0x10 - NA"]
    #[inline(always)]
    pub const fn dpi_color_coding(&self) -> &DPI_COLOR_CODING {
        &self.dpi_color_coding
    }
    #[doc = "0x14 - NA"]
    #[inline(always)]
    pub const fn dpi_cfg_pol(&self) -> &DPI_CFG_POL {
        &self.dpi_cfg_pol
    }
    #[doc = "0x18 - NA"]
    #[inline(always)]
    pub const fn dpi_lp_cmd_tim(&self) -> &DPI_LP_CMD_TIM {
        &self.dpi_lp_cmd_tim
    }
    #[doc = "0x1c - NA"]
    #[inline(always)]
    pub const fn dbi_vcid(&self) -> &DBI_VCID {
        &self.dbi_vcid
    }
    #[doc = "0x20 - NA"]
    #[inline(always)]
    pub const fn dbi_cfg(&self) -> &DBI_CFG {
        &self.dbi_cfg
    }
    #[doc = "0x24 - NA"]
    #[inline(always)]
    pub const fn dbi_partitioning_en(&self) -> &DBI_PARTITIONING_EN {
        &self.dbi_partitioning_en
    }
    #[doc = "0x28 - NA"]
    #[inline(always)]
    pub const fn dbi_cmdsize(&self) -> &DBI_CMDSIZE {
        &self.dbi_cmdsize
    }
    #[doc = "0x2c - NA"]
    #[inline(always)]
    pub const fn pckhdl_cfg(&self) -> &PCKHDL_CFG {
        &self.pckhdl_cfg
    }
    #[doc = "0x30 - NA"]
    #[inline(always)]
    pub const fn gen_vcid(&self) -> &GEN_VCID {
        &self.gen_vcid
    }
    #[doc = "0x34 - NA"]
    #[inline(always)]
    pub const fn mode_cfg(&self) -> &MODE_CFG {
        &self.mode_cfg
    }
    #[doc = "0x38 - NA"]
    #[inline(always)]
    pub const fn vid_mode_cfg(&self) -> &VID_MODE_CFG {
        &self.vid_mode_cfg
    }
    #[doc = "0x3c - NA"]
    #[inline(always)]
    pub const fn vid_pkt_size(&self) -> &VID_PKT_SIZE {
        &self.vid_pkt_size
    }
    #[doc = "0x40 - NA"]
    #[inline(always)]
    pub const fn vid_num_chunks(&self) -> &VID_NUM_CHUNKS {
        &self.vid_num_chunks
    }
    #[doc = "0x44 - NA"]
    #[inline(always)]
    pub const fn vid_null_size(&self) -> &VID_NULL_SIZE {
        &self.vid_null_size
    }
    #[doc = "0x48 - NA"]
    #[inline(always)]
    pub const fn vid_hsa_time(&self) -> &VID_HSA_TIME {
        &self.vid_hsa_time
    }
    #[doc = "0x4c - NA"]
    #[inline(always)]
    pub const fn vid_hbp_time(&self) -> &VID_HBP_TIME {
        &self.vid_hbp_time
    }
    #[doc = "0x50 - NA"]
    #[inline(always)]
    pub const fn vid_hline_time(&self) -> &VID_HLINE_TIME {
        &self.vid_hline_time
    }
    #[doc = "0x54 - NA"]
    #[inline(always)]
    pub const fn vid_vsa_lines(&self) -> &VID_VSA_LINES {
        &self.vid_vsa_lines
    }
    #[doc = "0x58 - NA"]
    #[inline(always)]
    pub const fn vid_vbp_lines(&self) -> &VID_VBP_LINES {
        &self.vid_vbp_lines
    }
    #[doc = "0x5c - NA"]
    #[inline(always)]
    pub const fn vid_vfp_lines(&self) -> &VID_VFP_LINES {
        &self.vid_vfp_lines
    }
    #[doc = "0x60 - NA"]
    #[inline(always)]
    pub const fn vid_vactive_lines(&self) -> &VID_VACTIVE_LINES {
        &self.vid_vactive_lines
    }
    #[doc = "0x64 - NA"]
    #[inline(always)]
    pub const fn edpi_cmd_size(&self) -> &EDPI_CMD_SIZE {
        &self.edpi_cmd_size
    }
    #[doc = "0x68 - NA"]
    #[inline(always)]
    pub const fn cmd_mode_cfg(&self) -> &CMD_MODE_CFG {
        &self.cmd_mode_cfg
    }
    #[doc = "0x6c - NA"]
    #[inline(always)]
    pub const fn gen_hdr(&self) -> &GEN_HDR {
        &self.gen_hdr
    }
    #[doc = "0x70 - NA"]
    #[inline(always)]
    pub const fn gen_pld_data(&self) -> &GEN_PLD_DATA {
        &self.gen_pld_data
    }
    #[doc = "0x74 - NA"]
    #[inline(always)]
    pub const fn cmd_pkt_status(&self) -> &CMD_PKT_STATUS {
        &self.cmd_pkt_status
    }
    #[doc = "0x78 - NA"]
    #[inline(always)]
    pub const fn to_cnt_cfg(&self) -> &TO_CNT_CFG {
        &self.to_cnt_cfg
    }
    #[doc = "0x7c - NA"]
    #[inline(always)]
    pub const fn hs_rd_to_cnt(&self) -> &HS_RD_TO_CNT {
        &self.hs_rd_to_cnt
    }
    #[doc = "0x80 - NA"]
    #[inline(always)]
    pub const fn lp_rd_to_cnt(&self) -> &LP_RD_TO_CNT {
        &self.lp_rd_to_cnt
    }
    #[doc = "0x84 - NA"]
    #[inline(always)]
    pub const fn hs_wr_to_cnt(&self) -> &HS_WR_TO_CNT {
        &self.hs_wr_to_cnt
    }
    #[doc = "0x88 - NA"]
    #[inline(always)]
    pub const fn lp_wr_to_cnt(&self) -> &LP_WR_TO_CNT {
        &self.lp_wr_to_cnt
    }
    #[doc = "0x8c - NA"]
    #[inline(always)]
    pub const fn bta_to_cnt(&self) -> &BTA_TO_CNT {
        &self.bta_to_cnt
    }
    #[doc = "0x90 - NA"]
    #[inline(always)]
    pub const fn sdf_3d(&self) -> &SDF_3D {
        &self.sdf_3d
    }
    #[doc = "0x94 - NA"]
    #[inline(always)]
    pub const fn lpclk_ctrl(&self) -> &LPCLK_CTRL {
        &self.lpclk_ctrl
    }
    #[doc = "0x98 - NA"]
    #[inline(always)]
    pub const fn phy_tmr_lpclk_cfg(&self) -> &PHY_TMR_LPCLK_CFG {
        &self.phy_tmr_lpclk_cfg
    }
    #[doc = "0x9c - NA"]
    #[inline(always)]
    pub const fn phy_tmr_cfg(&self) -> &PHY_TMR_CFG {
        &self.phy_tmr_cfg
    }
    #[doc = "0xa0 - NA"]
    #[inline(always)]
    pub const fn phy_rstz(&self) -> &PHY_RSTZ {
        &self.phy_rstz
    }
    #[doc = "0xa4 - NA"]
    #[inline(always)]
    pub const fn phy_if_cfg(&self) -> &PHY_IF_CFG {
        &self.phy_if_cfg
    }
    #[doc = "0xa8 - NA"]
    #[inline(always)]
    pub const fn phy_ulps_ctrl(&self) -> &PHY_ULPS_CTRL {
        &self.phy_ulps_ctrl
    }
    #[doc = "0xac - NA"]
    #[inline(always)]
    pub const fn phy_tx_triggers(&self) -> &PHY_TX_TRIGGERS {
        &self.phy_tx_triggers
    }
    #[doc = "0xb0 - NA"]
    #[inline(always)]
    pub const fn phy_status(&self) -> &PHY_STATUS {
        &self.phy_status
    }
    #[doc = "0xb4 - NA"]
    #[inline(always)]
    pub const fn phy_tst_ctrl0(&self) -> &PHY_TST_CTRL0 {
        &self.phy_tst_ctrl0
    }
    #[doc = "0xb8 - NA"]
    #[inline(always)]
    pub const fn phy_tst_ctrl1(&self) -> &PHY_TST_CTRL1 {
        &self.phy_tst_ctrl1
    }
    #[doc = "0xbc - NA"]
    #[inline(always)]
    pub const fn int_st0(&self) -> &INT_ST0 {
        &self.int_st0
    }
    #[doc = "0xc0 - NA"]
    #[inline(always)]
    pub const fn int_st1(&self) -> &INT_ST1 {
        &self.int_st1
    }
    #[doc = "0xc4 - NA"]
    #[inline(always)]
    pub const fn int_msk0(&self) -> &INT_MSK0 {
        &self.int_msk0
    }
    #[doc = "0xc8 - NA"]
    #[inline(always)]
    pub const fn int_msk1(&self) -> &INT_MSK1 {
        &self.int_msk1
    }
    #[doc = "0xcc - NA"]
    #[inline(always)]
    pub const fn phy_cal(&self) -> &PHY_CAL {
        &self.phy_cal
    }
    #[doc = "0xd8 - NA"]
    #[inline(always)]
    pub const fn int_force0(&self) -> &INT_FORCE0 {
        &self.int_force0
    }
    #[doc = "0xdc - NA"]
    #[inline(always)]
    pub const fn int_force1(&self) -> &INT_FORCE1 {
        &self.int_force1
    }
    #[doc = "0xf0 - NA"]
    #[inline(always)]
    pub const fn dsc_parameter(&self) -> &DSC_PARAMETER {
        &self.dsc_parameter
    }
    #[doc = "0xf4 - NA"]
    #[inline(always)]
    pub const fn phy_tmr_rd_cfg(&self) -> &PHY_TMR_RD_CFG {
        &self.phy_tmr_rd_cfg
    }
    #[doc = "0x100 - NA"]
    #[inline(always)]
    pub const fn vid_shadow_ctrl(&self) -> &VID_SHADOW_CTRL {
        &self.vid_shadow_ctrl
    }
    #[doc = "0x10c - NA"]
    #[inline(always)]
    pub const fn dpi_vcid_act(&self) -> &DPI_VCID_ACT {
        &self.dpi_vcid_act
    }
    #[doc = "0x110 - NA"]
    #[inline(always)]
    pub const fn dpi_color_coding_act(&self) -> &DPI_COLOR_CODING_ACT {
        &self.dpi_color_coding_act
    }
    #[doc = "0x118 - NA"]
    #[inline(always)]
    pub const fn dpi_lp_cmd_tim_act(&self) -> &DPI_LP_CMD_TIM_ACT {
        &self.dpi_lp_cmd_tim_act
    }
    #[doc = "0x11c - NA"]
    #[inline(always)]
    pub const fn edpi_te_hw_cfg(&self) -> &EDPI_TE_HW_CFG {
        &self.edpi_te_hw_cfg
    }
    #[doc = "0x138 - NA"]
    #[inline(always)]
    pub const fn vid_mode_cfg_act(&self) -> &VID_MODE_CFG_ACT {
        &self.vid_mode_cfg_act
    }
    #[doc = "0x13c - NA"]
    #[inline(always)]
    pub const fn vid_pkt_size_act(&self) -> &VID_PKT_SIZE_ACT {
        &self.vid_pkt_size_act
    }
    #[doc = "0x140 - NA"]
    #[inline(always)]
    pub const fn vid_num_chunks_act(&self) -> &VID_NUM_CHUNKS_ACT {
        &self.vid_num_chunks_act
    }
    #[doc = "0x144 - NA"]
    #[inline(always)]
    pub const fn vid_null_size_act(&self) -> &VID_NULL_SIZE_ACT {
        &self.vid_null_size_act
    }
    #[doc = "0x148 - NA"]
    #[inline(always)]
    pub const fn vid_hsa_time_act(&self) -> &VID_HSA_TIME_ACT {
        &self.vid_hsa_time_act
    }
    #[doc = "0x14c - NA"]
    #[inline(always)]
    pub const fn vid_hbp_time_act(&self) -> &VID_HBP_TIME_ACT {
        &self.vid_hbp_time_act
    }
    #[doc = "0x150 - NA"]
    #[inline(always)]
    pub const fn vid_hline_time_act(&self) -> &VID_HLINE_TIME_ACT {
        &self.vid_hline_time_act
    }
    #[doc = "0x154 - NA"]
    #[inline(always)]
    pub const fn vid_vsa_lines_act(&self) -> &VID_VSA_LINES_ACT {
        &self.vid_vsa_lines_act
    }
    #[doc = "0x158 - NA"]
    #[inline(always)]
    pub const fn vid_vbp_lines_act(&self) -> &VID_VBP_LINES_ACT {
        &self.vid_vbp_lines_act
    }
    #[doc = "0x15c - NA"]
    #[inline(always)]
    pub const fn vid_vfp_lines_act(&self) -> &VID_VFP_LINES_ACT {
        &self.vid_vfp_lines_act
    }
    #[doc = "0x160 - NA"]
    #[inline(always)]
    pub const fn vid_vactive_lines_act(&self) -> &VID_VACTIVE_LINES_ACT {
        &self.vid_vactive_lines_act
    }
    #[doc = "0x168 - NA"]
    #[inline(always)]
    pub const fn vid_pkt_status(&self) -> &VID_PKT_STATUS {
        &self.vid_pkt_status
    }
    #[doc = "0x190 - NA"]
    #[inline(always)]
    pub const fn sdf_3d_act(&self) -> &SDF_3D_ACT {
        &self.sdf_3d_act
    }
}
#[doc = "VERSION (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`version::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@version`] module"]
pub type VERSION = crate::Reg<version::VERSION_SPEC>;
#[doc = "NA"]
pub mod version;
#[doc = "PWR_UP (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pwr_up::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 [`pwr_up::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@pwr_up`] module"]
pub type PWR_UP = crate::Reg<pwr_up::PWR_UP_SPEC>;
#[doc = "NA"]
pub mod pwr_up;
#[doc = "CLKMGR_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`clkmgr_cfg::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 [`clkmgr_cfg::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@clkmgr_cfg`] module"]
pub type CLKMGR_CFG = crate::Reg<clkmgr_cfg::CLKMGR_CFG_SPEC>;
#[doc = "NA"]
pub mod clkmgr_cfg;
#[doc = "DPI_VCID (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_vcid::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 [`dpi_vcid::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@dpi_vcid`] module"]
pub type DPI_VCID = crate::Reg<dpi_vcid::DPI_VCID_SPEC>;
#[doc = "NA"]
pub mod dpi_vcid;
#[doc = "DPI_COLOR_CODING (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_color_coding::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 [`dpi_color_coding::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@dpi_color_coding`] module"]
pub type DPI_COLOR_CODING = crate::Reg<dpi_color_coding::DPI_COLOR_CODING_SPEC>;
#[doc = "NA"]
pub mod dpi_color_coding;
#[doc = "DPI_CFG_POL (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_cfg_pol::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 [`dpi_cfg_pol::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@dpi_cfg_pol`] module"]
pub type DPI_CFG_POL = crate::Reg<dpi_cfg_pol::DPI_CFG_POL_SPEC>;
#[doc = "NA"]
pub mod dpi_cfg_pol;
#[doc = "DPI_LP_CMD_TIM (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_lp_cmd_tim::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 [`dpi_lp_cmd_tim::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@dpi_lp_cmd_tim`] module"]
pub type DPI_LP_CMD_TIM = crate::Reg<dpi_lp_cmd_tim::DPI_LP_CMD_TIM_SPEC>;
#[doc = "NA"]
pub mod dpi_lp_cmd_tim;
#[doc = "DBI_VCID (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dbi_vcid::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 [`dbi_vcid::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@dbi_vcid`] module"]
pub type DBI_VCID = crate::Reg<dbi_vcid::DBI_VCID_SPEC>;
#[doc = "NA"]
pub mod dbi_vcid;
#[doc = "DBI_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dbi_cfg::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 [`dbi_cfg::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@dbi_cfg`] module"]
pub type DBI_CFG = crate::Reg<dbi_cfg::DBI_CFG_SPEC>;
#[doc = "NA"]
pub mod dbi_cfg;
#[doc = "DBI_PARTITIONING_EN (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dbi_partitioning_en::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 [`dbi_partitioning_en::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@dbi_partitioning_en`] module"]
pub type DBI_PARTITIONING_EN = crate::Reg<dbi_partitioning_en::DBI_PARTITIONING_EN_SPEC>;
#[doc = "NA"]
pub mod dbi_partitioning_en;
#[doc = "DBI_CMDSIZE (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dbi_cmdsize::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 [`dbi_cmdsize::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@dbi_cmdsize`] module"]
pub type DBI_CMDSIZE = crate::Reg<dbi_cmdsize::DBI_CMDSIZE_SPEC>;
#[doc = "NA"]
pub mod dbi_cmdsize;
#[doc = "PCKHDL_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pckhdl_cfg::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 [`pckhdl_cfg::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@pckhdl_cfg`] module"]
pub type PCKHDL_CFG = crate::Reg<pckhdl_cfg::PCKHDL_CFG_SPEC>;
#[doc = "NA"]
pub mod pckhdl_cfg;
#[doc = "GEN_VCID (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gen_vcid::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 [`gen_vcid::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@gen_vcid`] module"]
pub type GEN_VCID = crate::Reg<gen_vcid::GEN_VCID_SPEC>;
#[doc = "NA"]
pub mod gen_vcid;
#[doc = "MODE_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`mode_cfg::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 [`mode_cfg::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@mode_cfg`] module"]
pub type MODE_CFG = crate::Reg<mode_cfg::MODE_CFG_SPEC>;
#[doc = "NA"]
pub mod mode_cfg;
#[doc = "VID_MODE_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_mode_cfg::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 [`vid_mode_cfg::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@vid_mode_cfg`] module"]
pub type VID_MODE_CFG = crate::Reg<vid_mode_cfg::VID_MODE_CFG_SPEC>;
#[doc = "NA"]
pub mod vid_mode_cfg;
#[doc = "VID_PKT_SIZE (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_pkt_size::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 [`vid_pkt_size::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@vid_pkt_size`] module"]
pub type VID_PKT_SIZE = crate::Reg<vid_pkt_size::VID_PKT_SIZE_SPEC>;
#[doc = "NA"]
pub mod vid_pkt_size;
#[doc = "VID_NUM_CHUNKS (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_num_chunks::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 [`vid_num_chunks::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@vid_num_chunks`] module"]
pub type VID_NUM_CHUNKS = crate::Reg<vid_num_chunks::VID_NUM_CHUNKS_SPEC>;
#[doc = "NA"]
pub mod vid_num_chunks;
#[doc = "VID_NULL_SIZE (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_null_size::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 [`vid_null_size::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@vid_null_size`] module"]
pub type VID_NULL_SIZE = crate::Reg<vid_null_size::VID_NULL_SIZE_SPEC>;
#[doc = "NA"]
pub mod vid_null_size;
#[doc = "VID_HSA_TIME (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hsa_time::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 [`vid_hsa_time::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@vid_hsa_time`] module"]
pub type VID_HSA_TIME = crate::Reg<vid_hsa_time::VID_HSA_TIME_SPEC>;
#[doc = "NA"]
pub mod vid_hsa_time;
#[doc = "VID_HBP_TIME (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hbp_time::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 [`vid_hbp_time::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@vid_hbp_time`] module"]
pub type VID_HBP_TIME = crate::Reg<vid_hbp_time::VID_HBP_TIME_SPEC>;
#[doc = "NA"]
pub mod vid_hbp_time;
#[doc = "VID_HLINE_TIME (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hline_time::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 [`vid_hline_time::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@vid_hline_time`] module"]
pub type VID_HLINE_TIME = crate::Reg<vid_hline_time::VID_HLINE_TIME_SPEC>;
#[doc = "NA"]
pub mod vid_hline_time;
#[doc = "VID_VSA_LINES (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vsa_lines::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 [`vid_vsa_lines::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@vid_vsa_lines`] module"]
pub type VID_VSA_LINES = crate::Reg<vid_vsa_lines::VID_VSA_LINES_SPEC>;
#[doc = "NA"]
pub mod vid_vsa_lines;
#[doc = "VID_VBP_LINES (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vbp_lines::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 [`vid_vbp_lines::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@vid_vbp_lines`] module"]
pub type VID_VBP_LINES = crate::Reg<vid_vbp_lines::VID_VBP_LINES_SPEC>;
#[doc = "NA"]
pub mod vid_vbp_lines;
#[doc = "VID_VFP_LINES (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vfp_lines::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 [`vid_vfp_lines::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@vid_vfp_lines`] module"]
pub type VID_VFP_LINES = crate::Reg<vid_vfp_lines::VID_VFP_LINES_SPEC>;
#[doc = "NA"]
pub mod vid_vfp_lines;
#[doc = "VID_VACTIVE_LINES (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vactive_lines::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 [`vid_vactive_lines::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@vid_vactive_lines`] module"]
pub type VID_VACTIVE_LINES = crate::Reg<vid_vactive_lines::VID_VACTIVE_LINES_SPEC>;
#[doc = "NA"]
pub mod vid_vactive_lines;
#[doc = "EDPI_CMD_SIZE (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`edpi_cmd_size::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 [`edpi_cmd_size::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@edpi_cmd_size`] module"]
pub type EDPI_CMD_SIZE = crate::Reg<edpi_cmd_size::EDPI_CMD_SIZE_SPEC>;
#[doc = "NA"]
pub mod edpi_cmd_size;
#[doc = "CMD_MODE_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cmd_mode_cfg::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 [`cmd_mode_cfg::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@cmd_mode_cfg`] module"]
pub type CMD_MODE_CFG = crate::Reg<cmd_mode_cfg::CMD_MODE_CFG_SPEC>;
#[doc = "NA"]
pub mod cmd_mode_cfg;
#[doc = "GEN_HDR (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gen_hdr::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 [`gen_hdr::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@gen_hdr`] module"]
pub type GEN_HDR = crate::Reg<gen_hdr::GEN_HDR_SPEC>;
#[doc = "NA"]
pub mod gen_hdr;
#[doc = "GEN_PLD_DATA (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gen_pld_data::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 [`gen_pld_data::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@gen_pld_data`] module"]
pub type GEN_PLD_DATA = crate::Reg<gen_pld_data::GEN_PLD_DATA_SPEC>;
#[doc = "NA"]
pub mod gen_pld_data;
#[doc = "CMD_PKT_STATUS (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`cmd_pkt_status::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cmd_pkt_status`] module"]
pub type CMD_PKT_STATUS = crate::Reg<cmd_pkt_status::CMD_PKT_STATUS_SPEC>;
#[doc = "NA"]
pub mod cmd_pkt_status;
#[doc = "TO_CNT_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`to_cnt_cfg::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 [`to_cnt_cfg::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@to_cnt_cfg`] module"]
pub type TO_CNT_CFG = crate::Reg<to_cnt_cfg::TO_CNT_CFG_SPEC>;
#[doc = "NA"]
pub mod to_cnt_cfg;
#[doc = "HS_RD_TO_CNT (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`hs_rd_to_cnt::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 [`hs_rd_to_cnt::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@hs_rd_to_cnt`] module"]
pub type HS_RD_TO_CNT = crate::Reg<hs_rd_to_cnt::HS_RD_TO_CNT_SPEC>;
#[doc = "NA"]
pub mod hs_rd_to_cnt;
#[doc = "LP_RD_TO_CNT (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lp_rd_to_cnt::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_rd_to_cnt::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_rd_to_cnt`] module"]
pub type LP_RD_TO_CNT = crate::Reg<lp_rd_to_cnt::LP_RD_TO_CNT_SPEC>;
#[doc = "NA"]
pub mod lp_rd_to_cnt;
#[doc = "HS_WR_TO_CNT (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`hs_wr_to_cnt::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 [`hs_wr_to_cnt::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@hs_wr_to_cnt`] module"]
pub type HS_WR_TO_CNT = crate::Reg<hs_wr_to_cnt::HS_WR_TO_CNT_SPEC>;
#[doc = "NA"]
pub mod hs_wr_to_cnt;
#[doc = "LP_WR_TO_CNT (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lp_wr_to_cnt::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_wr_to_cnt::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_wr_to_cnt`] module"]
pub type LP_WR_TO_CNT = crate::Reg<lp_wr_to_cnt::LP_WR_TO_CNT_SPEC>;
#[doc = "NA"]
pub mod lp_wr_to_cnt;
#[doc = "BTA_TO_CNT (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`bta_to_cnt::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 [`bta_to_cnt::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@bta_to_cnt`] module"]
pub type BTA_TO_CNT = crate::Reg<bta_to_cnt::BTA_TO_CNT_SPEC>;
#[doc = "NA"]
pub mod bta_to_cnt;
#[doc = "SDF_3D (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`sdf_3d::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 [`sdf_3d::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@sdf_3d`] module"]
pub type SDF_3D = crate::Reg<sdf_3d::SDF_3D_SPEC>;
#[doc = "NA"]
pub mod sdf_3d;
#[doc = "LPCLK_CTRL (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`lpclk_ctrl::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 [`lpclk_ctrl::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@lpclk_ctrl`] module"]
pub type LPCLK_CTRL = crate::Reg<lpclk_ctrl::LPCLK_CTRL_SPEC>;
#[doc = "NA"]
pub mod lpclk_ctrl;
#[doc = "PHY_TMR_LPCLK_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tmr_lpclk_cfg::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 [`phy_tmr_lpclk_cfg::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@phy_tmr_lpclk_cfg`] module"]
pub type PHY_TMR_LPCLK_CFG = crate::Reg<phy_tmr_lpclk_cfg::PHY_TMR_LPCLK_CFG_SPEC>;
#[doc = "NA"]
pub mod phy_tmr_lpclk_cfg;
#[doc = "PHY_TMR_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tmr_cfg::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 [`phy_tmr_cfg::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@phy_tmr_cfg`] module"]
pub type PHY_TMR_CFG = crate::Reg<phy_tmr_cfg::PHY_TMR_CFG_SPEC>;
#[doc = "NA"]
pub mod phy_tmr_cfg;
#[doc = "PHY_RSTZ (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_rstz::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 [`phy_rstz::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@phy_rstz`] module"]
pub type PHY_RSTZ = crate::Reg<phy_rstz::PHY_RSTZ_SPEC>;
#[doc = "NA"]
pub mod phy_rstz;
#[doc = "PHY_IF_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_if_cfg::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 [`phy_if_cfg::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@phy_if_cfg`] module"]
pub type PHY_IF_CFG = crate::Reg<phy_if_cfg::PHY_IF_CFG_SPEC>;
#[doc = "NA"]
pub mod phy_if_cfg;
#[doc = "PHY_ULPS_CTRL (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_ulps_ctrl::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 [`phy_ulps_ctrl::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@phy_ulps_ctrl`] module"]
pub type PHY_ULPS_CTRL = crate::Reg<phy_ulps_ctrl::PHY_ULPS_CTRL_SPEC>;
#[doc = "NA"]
pub mod phy_ulps_ctrl;
#[doc = "PHY_TX_TRIGGERS (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tx_triggers::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 [`phy_tx_triggers::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@phy_tx_triggers`] module"]
pub type PHY_TX_TRIGGERS = crate::Reg<phy_tx_triggers::PHY_TX_TRIGGERS_SPEC>;
#[doc = "NA"]
pub mod phy_tx_triggers;
#[doc = "PHY_STATUS (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_status::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@phy_status`] module"]
pub type PHY_STATUS = crate::Reg<phy_status::PHY_STATUS_SPEC>;
#[doc = "NA"]
pub mod phy_status;
#[doc = "PHY_TST_CTRL0 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tst_ctrl0::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 [`phy_tst_ctrl0::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@phy_tst_ctrl0`] module"]
pub type PHY_TST_CTRL0 = crate::Reg<phy_tst_ctrl0::PHY_TST_CTRL0_SPEC>;
#[doc = "NA"]
pub mod phy_tst_ctrl0;
#[doc = "PHY_TST_CTRL1 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tst_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 [`phy_tst_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@phy_tst_ctrl1`] module"]
pub type PHY_TST_CTRL1 = crate::Reg<phy_tst_ctrl1::PHY_TST_CTRL1_SPEC>;
#[doc = "NA"]
pub mod phy_tst_ctrl1;
#[doc = "INT_ST0 (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_st0::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@int_st0`] module"]
pub type INT_ST0 = crate::Reg<int_st0::INT_ST0_SPEC>;
#[doc = "NA"]
pub mod int_st0;
#[doc = "INT_ST1 (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_st1::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@int_st1`] module"]
pub type INT_ST1 = crate::Reg<int_st1::INT_ST1_SPEC>;
#[doc = "NA"]
pub mod int_st1;
#[doc = "INT_MSK0 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_msk0::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_msk0::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_msk0`] module"]
pub type INT_MSK0 = crate::Reg<int_msk0::INT_MSK0_SPEC>;
#[doc = "NA"]
pub mod int_msk0;
#[doc = "INT_MSK1 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_msk1::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_msk1::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_msk1`] module"]
pub type INT_MSK1 = crate::Reg<int_msk1::INT_MSK1_SPEC>;
#[doc = "NA"]
pub mod int_msk1;
#[doc = "PHY_CAL (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_cal::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 [`phy_cal::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@phy_cal`] module"]
pub type PHY_CAL = crate::Reg<phy_cal::PHY_CAL_SPEC>;
#[doc = "NA"]
pub mod phy_cal;
#[doc = "INT_FORCE0 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_force0::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_force0::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_force0`] module"]
pub type INT_FORCE0 = crate::Reg<int_force0::INT_FORCE0_SPEC>;
#[doc = "NA"]
pub mod int_force0;
#[doc = "INT_FORCE1 (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`int_force1::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_force1::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_force1`] module"]
pub type INT_FORCE1 = crate::Reg<int_force1::INT_FORCE1_SPEC>;
#[doc = "NA"]
pub mod int_force1;
#[doc = "DSC_PARAMETER (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dsc_parameter::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 [`dsc_parameter::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@dsc_parameter`] module"]
pub type DSC_PARAMETER = crate::Reg<dsc_parameter::DSC_PARAMETER_SPEC>;
#[doc = "NA"]
pub mod dsc_parameter;
#[doc = "PHY_TMR_RD_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`phy_tmr_rd_cfg::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 [`phy_tmr_rd_cfg::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@phy_tmr_rd_cfg`] module"]
pub type PHY_TMR_RD_CFG = crate::Reg<phy_tmr_rd_cfg::PHY_TMR_RD_CFG_SPEC>;
#[doc = "NA"]
pub mod phy_tmr_rd_cfg;
#[doc = "VID_SHADOW_CTRL (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_shadow_ctrl::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 [`vid_shadow_ctrl::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@vid_shadow_ctrl`] module"]
pub type VID_SHADOW_CTRL = crate::Reg<vid_shadow_ctrl::VID_SHADOW_CTRL_SPEC>;
#[doc = "NA"]
pub mod vid_shadow_ctrl;
#[doc = "DPI_VCID_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_vcid_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dpi_vcid_act`] module"]
pub type DPI_VCID_ACT = crate::Reg<dpi_vcid_act::DPI_VCID_ACT_SPEC>;
#[doc = "NA"]
pub mod dpi_vcid_act;
#[doc = "DPI_COLOR_CODING_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_color_coding_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dpi_color_coding_act`] module"]
pub type DPI_COLOR_CODING_ACT = crate::Reg<dpi_color_coding_act::DPI_COLOR_CODING_ACT_SPEC>;
#[doc = "NA"]
pub mod dpi_color_coding_act;
#[doc = "DPI_LP_CMD_TIM_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dpi_lp_cmd_tim_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dpi_lp_cmd_tim_act`] module"]
pub type DPI_LP_CMD_TIM_ACT = crate::Reg<dpi_lp_cmd_tim_act::DPI_LP_CMD_TIM_ACT_SPEC>;
#[doc = "NA"]
pub mod dpi_lp_cmd_tim_act;
#[doc = "EDPI_TE_HW_CFG (rw) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`edpi_te_hw_cfg::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 [`edpi_te_hw_cfg::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@edpi_te_hw_cfg`] module"]
pub type EDPI_TE_HW_CFG = crate::Reg<edpi_te_hw_cfg::EDPI_TE_HW_CFG_SPEC>;
#[doc = "NA"]
pub mod edpi_te_hw_cfg;
#[doc = "VID_MODE_CFG_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_mode_cfg_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_mode_cfg_act`] module"]
pub type VID_MODE_CFG_ACT = crate::Reg<vid_mode_cfg_act::VID_MODE_CFG_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_mode_cfg_act;
#[doc = "VID_PKT_SIZE_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_pkt_size_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_pkt_size_act`] module"]
pub type VID_PKT_SIZE_ACT = crate::Reg<vid_pkt_size_act::VID_PKT_SIZE_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_pkt_size_act;
#[doc = "VID_NUM_CHUNKS_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_num_chunks_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_num_chunks_act`] module"]
pub type VID_NUM_CHUNKS_ACT = crate::Reg<vid_num_chunks_act::VID_NUM_CHUNKS_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_num_chunks_act;
#[doc = "VID_NULL_SIZE_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_null_size_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_null_size_act`] module"]
pub type VID_NULL_SIZE_ACT = crate::Reg<vid_null_size_act::VID_NULL_SIZE_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_null_size_act;
#[doc = "VID_HSA_TIME_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hsa_time_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_hsa_time_act`] module"]
pub type VID_HSA_TIME_ACT = crate::Reg<vid_hsa_time_act::VID_HSA_TIME_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_hsa_time_act;
#[doc = "VID_HBP_TIME_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hbp_time_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_hbp_time_act`] module"]
pub type VID_HBP_TIME_ACT = crate::Reg<vid_hbp_time_act::VID_HBP_TIME_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_hbp_time_act;
#[doc = "VID_HLINE_TIME_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_hline_time_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_hline_time_act`] module"]
pub type VID_HLINE_TIME_ACT = crate::Reg<vid_hline_time_act::VID_HLINE_TIME_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_hline_time_act;
#[doc = "VID_VSA_LINES_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vsa_lines_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_vsa_lines_act`] module"]
pub type VID_VSA_LINES_ACT = crate::Reg<vid_vsa_lines_act::VID_VSA_LINES_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_vsa_lines_act;
#[doc = "VID_VBP_LINES_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vbp_lines_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_vbp_lines_act`] module"]
pub type VID_VBP_LINES_ACT = crate::Reg<vid_vbp_lines_act::VID_VBP_LINES_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_vbp_lines_act;
#[doc = "VID_VFP_LINES_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vfp_lines_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_vfp_lines_act`] module"]
pub type VID_VFP_LINES_ACT = crate::Reg<vid_vfp_lines_act::VID_VFP_LINES_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_vfp_lines_act;
#[doc = "VID_VACTIVE_LINES_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_vactive_lines_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_vactive_lines_act`] module"]
pub type VID_VACTIVE_LINES_ACT = crate::Reg<vid_vactive_lines_act::VID_VACTIVE_LINES_ACT_SPEC>;
#[doc = "NA"]
pub mod vid_vactive_lines_act;
#[doc = "VID_PKT_STATUS (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`vid_pkt_status::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@vid_pkt_status`] module"]
pub type VID_PKT_STATUS = crate::Reg<vid_pkt_status::VID_PKT_STATUS_SPEC>;
#[doc = "NA"]
pub mod vid_pkt_status;
#[doc = "SDF_3D_ACT (r) register accessor: NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`sdf_3d_act::R`].  See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sdf_3d_act`] module"]
pub type SDF_3D_ACT = crate::Reg<sdf_3d_act::SDF_3D_ACT_SPEC>;
#[doc = "NA"]
pub mod sdf_3d_act;