stm32h7 0.5.0

Device support crates for STM32H7 devices
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
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Ethernet MAC Operating mode configuration register"]
    pub maccr: MACCR,
    #[doc = "0x04 - Ethernet MAC Extended operating mode configuration register"]
    pub macecr: MACECR,
    #[doc = "0x08 - Ethernet MAC Packet filtering control register"]
    pub macpfr: MACPFR,
    #[doc = "0x0c - Ethernet MAC Watchdog timeout register"]
    pub macwtr: MACWTR,
    #[doc = "0x10 - Ethernet MAC Hash Table 0 register"]
    pub macht0r: MACHT0R,
    #[doc = "0x14 - Ethernet MAC Hash Table 1 register"]
    pub macht1r: MACHT1R,
    _reserved0: [u8; 56usize],
    #[doc = "0x50 - Ethernet MAC VLAN tag register"]
    pub macvtr: MACVTR,
    _reserved1: [u8; 4usize],
    #[doc = "0x58 - Ethernet MAC VLAN Hash table register"]
    pub macvhtr: MACVHTR,
    _reserved2: [u8; 4usize],
    #[doc = "0x60 - Ethernet MAC VLAN inclusion register"]
    pub macvir: MACVIR,
    #[doc = "0x64 - Ethernet MAC Inner VLAN inclusion register"]
    pub macivir: MACIVIR,
    _reserved3: [u8; 8usize],
    #[doc = "0x70 - Ethernet MAC Tx Queue flow control register"]
    pub macqtxfcr: MACQTXFCR,
    _reserved4: [u8; 28usize],
    #[doc = "0x90 - Ethernet MAC Rx flow control register"]
    pub macrxfcr: MACRXFCR,
    _reserved5: [u8; 28usize],
    #[doc = "0xb0 - Ethernet MAC Interrupt status register"]
    pub macisr: MACISR,
    #[doc = "0xb4 - Ethernet MAC Interupt enable register"]
    pub macier: MACIER,
    #[doc = "0xb8 - Ethernet MAC Rx Tx status register"]
    pub macrxtxsr: MACRXTXSR,
    _reserved6: [u8; 4usize],
    #[doc = "0xc0 - Ethernet MAC PMT control status register"]
    pub macpcsr: MACPCSR,
    #[doc = "0xc4 - Ethernet MAC Remote wakeup packet filter register"]
    pub macrwkpfr: MACRWKPFR,
    _reserved7: [u8; 8usize],
    #[doc = "0xd0 - Ethernet MAC LPI control status register"]
    pub maclcsr: MACLCSR,
    #[doc = "0xd4 - Ethernet MAC LPI timers control register"]
    pub macltcr: MACLTCR,
    #[doc = "0xd8 - LPI entry timer register"]
    pub macletr: MACLETR,
    #[doc = "0xdc - 1-microsecond-tick counter register"]
    pub mac1ustcr: MAC1USTCR,
    _reserved8: [u8; 48usize],
    #[doc = "0x110 - Version register"]
    pub macvr: MACVR,
    #[doc = "0x114 - Debug register"]
    pub macdr: MACDR,
    _reserved9: [u8; 8usize],
    #[doc = "0x120 - HW feature 1 register"]
    pub machwf1r: MACHWF1R,
    #[doc = "0x124 - HW feature 2 register"]
    pub machwf2r: MACHWF2R,
    _reserved10: [u8; 216usize],
    #[doc = "0x200 - MDIO address register"]
    pub macmdioar: MACMDIOAR,
    #[doc = "0x204 - MDIO data register"]
    pub macmdiodr: MACMDIODR,
    _reserved11: [u8; 8usize],
    #[doc = "0x210 - ARP address register"]
    pub macarpar: MACARPAR,
    _reserved12: [u8; 236usize],
    #[doc = "0x300 - Address 0 high register"]
    pub maca0hr: MACA0HR,
    #[doc = "0x304 - Address 0 low register"]
    pub maca0lr: MACA0LR,
    #[doc = "0x308 - Address 1 high register"]
    pub maca1hr: MACA1HR,
    #[doc = "0x30c - Address 1 low register"]
    pub maca1lr: MACA1LR,
    #[doc = "0x310 - Address 2 high register"]
    pub maca2hr: MACA2HR,
    #[doc = "0x314 - Address 2 low register"]
    pub maca2lr: MACA2LR,
    #[doc = "0x318 - Address 3 high register"]
    pub maca3hr: MACA3HR,
    #[doc = "0x31c - Address 3 low register"]
    pub maca3lr: MACA3LR,
    _reserved13: [u8; 1068usize],
    #[doc = "0x74c - Tx single collision good packets register"]
    pub tx_single_collision_good_packets: TX_SINGLE_COLLISION_GOOD_PACKETS,
    #[doc = "0x750 - Tx multiple collision good packets register"]
    pub tx_multiple_collision_good_packets: TX_MULTIPLE_COLLISION_GOOD_PACKETS,
    _reserved14: [u8; 20usize],
    #[doc = "0x768 - Tx packet count good register"]
    pub tx_packet_count_good: TX_PACKET_COUNT_GOOD,
    _reserved15: [u8; 40usize],
    #[doc = "0x794 - Rx CRC error packets register"]
    pub rx_crc_error_packets: RX_CRC_ERROR_PACKETS,
    #[doc = "0x798 - Rx alignment error packets register"]
    pub rx_alignment_error_packets: RX_ALIGNMENT_ERROR_PACKETS,
    _reserved16: [u8; 40usize],
    #[doc = "0x7c4 - Rx unicast packets good register"]
    pub rx_unicast_packets_good: RX_UNICAST_PACKETS_GOOD,
    _reserved17: [u8; 36usize],
    #[doc = "0x7ec - Tx LPI microsecond timer register"]
    pub tx_lpi_usec_cntr: TX_LPI_USEC_CNTR,
    #[doc = "0x7f0 - Tx LPI transition counter register"]
    pub tx_lpi_tran_cntr: TX_LPI_TRAN_CNTR,
    #[doc = "0x7f4 - Rx LPI microsecond counter register"]
    pub rx_lpi_usec_cntr: RX_LPI_USEC_CNTR,
    #[doc = "0x7f8 - Rx LPI transition counter register"]
    pub rx_lpi_tran_cntr: RX_LPI_TRAN_CNTR,
    _reserved18: [u8; 260usize],
    #[doc = "0x900 - L3 and L4 control 0 register"]
    pub macl3l4c0r: MACL3L4C0R,
    #[doc = "0x904 - Layer4 address filter 0 register"]
    pub macl4a0r: MACL4A0R,
    _reserved19: [u8; 8usize],
    #[doc = "0x910 - Layer 3 Address 0 filter 0 register"]
    pub macl3a00r: MACL3A00R,
    #[doc = "0x914 - Layer3 address 1 filter 0 register"]
    pub macl3a10r: MACL3A10R,
    #[doc = "0x918 - Layer3 Address 2 filter 0 register"]
    pub macl3a20: MACL3A20,
    #[doc = "0x91c - Layer3 Address 3 filter 0 register"]
    pub macl3a30: MACL3A30,
    _reserved20: [u8; 16usize],
    #[doc = "0x930 - L3 and L4 control 1 register"]
    pub macl3l4c1r: MACL3L4C1R,
    #[doc = "0x934 - Layer 4 address filter 1 register"]
    pub macl4a1r: MACL4A1R,
    _reserved21: [u8; 8usize],
    #[doc = "0x940 - Layer3 address 0 filter 1 Register"]
    pub macl3a01r: MACL3A01R,
    #[doc = "0x944 - Layer3 address 1 filter 1 register"]
    pub macl3a11r: MACL3A11R,
    #[doc = "0x948 - Layer3 address 2 filter 1 Register"]
    pub macl3a21r: MACL3A21R,
    #[doc = "0x94c - Layer3 address 3 filter 1 register"]
    pub macl3a31r: MACL3A31R,
    _reserved22: [u8; 432usize],
    #[doc = "0xb00 - Timestamp control Register"]
    pub mactscr: MACTSCR,
    #[doc = "0xb04 - Sub-second increment register"]
    pub macssir: MACSSIR,
    #[doc = "0xb08 - System time seconds register"]
    pub macstsr: MACSTSR,
    #[doc = "0xb0c - System time nanoseconds register"]
    pub macstnr: MACSTNR,
    #[doc = "0xb10 - System time seconds update register"]
    pub macstsur: MACSTSUR,
    #[doc = "0xb14 - System time nanoseconds update register"]
    pub macstnur: MACSTNUR,
    #[doc = "0xb18 - Timestamp addend register"]
    pub mactsar: MACTSAR,
    _reserved23: [u8; 4usize],
    #[doc = "0xb20 - Timestamp status register"]
    pub mactssr: MACTSSR,
    _reserved24: [u8; 12usize],
    #[doc = "0xb30 - Tx timestamp status nanoseconds register"]
    pub mactxtssnr: MACTXTSSNR,
    #[doc = "0xb34 - Tx timestamp status seconds register"]
    pub mactxtsssr: MACTXTSSSR,
    _reserved25: [u8; 8usize],
    #[doc = "0xb40 - Auxiliary control register"]
    pub macacr: MACACR,
    _reserved26: [u8; 4usize],
    #[doc = "0xb48 - Auxiliary timestamp nanoseconds register"]
    pub macatsnr: MACATSNR,
    #[doc = "0xb4c - Auxiliary timestamp seconds register"]
    pub macatssr: MACATSSR,
    #[doc = "0xb50 - Timestamp Ingress asymmetric correction register"]
    pub mactsiacr: MACTSIACR,
    #[doc = "0xb54 - Timestamp Egress asymmetric correction register"]
    pub mactseacr: MACTSEACR,
    #[doc = "0xb58 - Timestamp Ingress correction nanosecond register"]
    pub mactsicnr: MACTSICNR,
    #[doc = "0xb5c - Timestamp Egress correction nanosecond register"]
    pub mactsecnr: MACTSECNR,
    _reserved27: [u8; 16usize],
    #[doc = "0xb70 - PPS control register"]
    pub macppscr: MACPPSCR,
    _reserved28: [u8; 12usize],
    #[doc = "0xb80 - PPS target time seconds register"]
    pub macppsttsr: MACPPSTTSR,
    #[doc = "0xb84 - PPS target time nanoseconds register"]
    pub macppsttnr: MACPPSTTNR,
    #[doc = "0xb88 - PPS interval register"]
    pub macppsir: MACPPSIR,
    #[doc = "0xb8c - PPS width register"]
    pub macppswr: MACPPSWR,
    _reserved29: [u8; 48usize],
    #[doc = "0xbc0 - PTP Offload control register"]
    pub macpocr: MACPOCR,
    #[doc = "0xbc4 - PTP Source Port Identity 0 Register"]
    pub macspi0r: MACSPI0R,
    #[doc = "0xbc8 - PTP Source port identity 1 register"]
    pub macspi1r: MACSPI1R,
    #[doc = "0xbcc - PTP Source port identity 2 register"]
    pub macspi2r: MACSPI2R,
    #[doc = "0xbd0 - Log message interval register"]
    pub maclmir: MACLMIR,
}
#[doc = "Ethernet MAC Operating mode configuration register"]
pub struct MACCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Operating mode configuration register"]
pub mod maccr;
#[doc = "Ethernet MAC Extended operating mode configuration register"]
pub struct MACECR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Extended operating mode configuration register"]
pub mod macecr;
#[doc = "Ethernet MAC Packet filtering control register"]
pub struct MACPFR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Packet filtering control register"]
pub mod macpfr;
#[doc = "Ethernet MAC Watchdog timeout register"]
pub struct MACWTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Watchdog timeout register"]
pub mod macwtr;
#[doc = "Ethernet MAC Hash Table 0 register"]
pub struct MACHT0R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Hash Table 0 register"]
pub mod macht0r;
#[doc = "Ethernet MAC Hash Table 1 register"]
pub struct MACHT1R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Hash Table 1 register"]
pub mod macht1r;
#[doc = "Ethernet MAC VLAN tag register"]
pub struct MACVTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC VLAN tag register"]
pub mod macvtr;
#[doc = "Ethernet MAC VLAN Hash table register"]
pub struct MACVHTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC VLAN Hash table register"]
pub mod macvhtr;
#[doc = "Ethernet MAC VLAN inclusion register"]
pub struct MACVIR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC VLAN inclusion register"]
pub mod macvir;
#[doc = "Ethernet MAC Inner VLAN inclusion register"]
pub struct MACIVIR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Inner VLAN inclusion register"]
pub mod macivir;
#[doc = "Ethernet MAC Tx Queue flow control register"]
pub struct MACQTXFCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Tx Queue flow control register"]
pub mod macqtxfcr;
#[doc = "Ethernet MAC Rx flow control register"]
pub struct MACRXFCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Rx flow control register"]
pub mod macrxfcr;
#[doc = "Ethernet MAC Interrupt status register"]
pub struct MACISR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Interrupt status register"]
pub mod macisr;
#[doc = "Ethernet MAC Interupt enable register"]
pub struct MACIER {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Interupt enable register"]
pub mod macier;
#[doc = "Ethernet MAC Rx Tx status register"]
pub struct MACRXTXSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Rx Tx status register"]
pub mod macrxtxsr;
#[doc = "Ethernet MAC PMT control status register"]
pub struct MACPCSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC PMT control status register"]
pub mod macpcsr;
#[doc = "Ethernet MAC Remote wakeup packet filter register"]
pub struct MACRWKPFR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC Remote wakeup packet filter register"]
pub mod macrwkpfr;
#[doc = "Ethernet MAC LPI control status register"]
pub struct MACLCSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC LPI control status register"]
pub mod maclcsr;
#[doc = "Ethernet MAC LPI timers control register"]
pub struct MACLTCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Ethernet MAC LPI timers control register"]
pub mod macltcr;
#[doc = "LPI entry timer register"]
pub struct MACLETR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "LPI entry timer register"]
pub mod macletr;
#[doc = "1-microsecond-tick counter register"]
pub struct MAC1USTCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "1-microsecond-tick counter register"]
pub mod mac1ustcr;
#[doc = "Version register"]
pub struct MACVR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Version register"]
pub mod macvr;
#[doc = "Debug register"]
pub struct MACDR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Debug register"]
pub mod macdr;
#[doc = "HW feature 1 register"]
pub struct MACHWF1R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "HW feature 1 register"]
pub mod machwf1r;
#[doc = "HW feature 2 register"]
pub struct MACHWF2R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "HW feature 2 register"]
pub mod machwf2r;
#[doc = "MDIO address register"]
pub struct MACMDIOAR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "MDIO address register"]
pub mod macmdioar;
#[doc = "MDIO data register"]
pub struct MACMDIODR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "MDIO data register"]
pub mod macmdiodr;
#[doc = "ARP address register"]
pub struct MACARPAR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "ARP address register"]
pub mod macarpar;
#[doc = "Address 0 high register"]
pub struct MACA0HR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 0 high register"]
pub mod maca0hr;
#[doc = "Address 0 low register"]
pub struct MACA0LR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 0 low register"]
pub mod maca0lr;
#[doc = "Address 1 low register"]
pub struct MACA1LR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 1 low register"]
pub mod maca1lr;
#[doc = "Address 2 low register"]
pub struct MACA2LR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 2 low register"]
pub mod maca2lr;
#[doc = "Address 3 low register"]
pub struct MACA3LR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 3 low register"]
pub mod maca3lr;
#[doc = "Address 1 high register"]
pub struct MACA1HR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 1 high register"]
pub mod maca1hr;
#[doc = "Address 2 high register"]
pub struct MACA2HR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 2 high register"]
pub mod maca2hr;
#[doc = "Address 3 high register"]
pub struct MACA3HR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Address 3 high register"]
pub mod maca3hr;
#[doc = "Tx single collision good packets register"]
pub struct TX_SINGLE_COLLISION_GOOD_PACKETS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx single collision good packets register"]
pub mod tx_single_collision_good_packets;
#[doc = "Tx multiple collision good packets register"]
pub struct TX_MULTIPLE_COLLISION_GOOD_PACKETS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx multiple collision good packets register"]
pub mod tx_multiple_collision_good_packets;
#[doc = "Tx packet count good register"]
pub struct TX_PACKET_COUNT_GOOD {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx packet count good register"]
pub mod tx_packet_count_good;
#[doc = "Rx CRC error packets register"]
pub struct RX_CRC_ERROR_PACKETS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Rx CRC error packets register"]
pub mod rx_crc_error_packets;
#[doc = "Rx alignment error packets register"]
pub struct RX_ALIGNMENT_ERROR_PACKETS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Rx alignment error packets register"]
pub mod rx_alignment_error_packets;
#[doc = "Rx unicast packets good register"]
pub struct RX_UNICAST_PACKETS_GOOD {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Rx unicast packets good register"]
pub mod rx_unicast_packets_good;
#[doc = "Tx LPI microsecond timer register"]
pub struct TX_LPI_USEC_CNTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx LPI microsecond timer register"]
pub mod tx_lpi_usec_cntr;
#[doc = "Tx LPI transition counter register"]
pub struct TX_LPI_TRAN_CNTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx LPI transition counter register"]
pub mod tx_lpi_tran_cntr;
#[doc = "Rx LPI microsecond counter register"]
pub struct RX_LPI_USEC_CNTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Rx LPI microsecond counter register"]
pub mod rx_lpi_usec_cntr;
#[doc = "Rx LPI transition counter register"]
pub struct RX_LPI_TRAN_CNTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Rx LPI transition counter register"]
pub mod rx_lpi_tran_cntr;
#[doc = "L3 and L4 control 0 register"]
pub struct MACL3L4C0R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "L3 and L4 control 0 register"]
pub mod macl3l4c0r;
#[doc = "Layer4 address filter 0 register"]
pub struct MACL4A0R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer4 address filter 0 register"]
pub mod macl4a0r;
#[doc = "Layer 3 Address 0 filter 0 register"]
pub struct MACL3A00R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer 3 Address 0 filter 0 register"]
pub mod macl3a00r;
#[doc = "Layer3 address 1 filter 0 register"]
pub struct MACL3A10R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 address 1 filter 0 register"]
pub mod macl3a10r;
#[doc = "Layer3 Address 2 filter 0 register"]
pub struct MACL3A20 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 Address 2 filter 0 register"]
pub mod macl3a20;
#[doc = "Layer3 Address 3 filter 0 register"]
pub struct MACL3A30 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 Address 3 filter 0 register"]
pub mod macl3a30;
#[doc = "L3 and L4 control 1 register"]
pub struct MACL3L4C1R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "L3 and L4 control 1 register"]
pub mod macl3l4c1r;
#[doc = "Layer 4 address filter 1 register"]
pub struct MACL4A1R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer 4 address filter 1 register"]
pub mod macl4a1r;
#[doc = "Layer3 address 0 filter 1 Register"]
pub struct MACL3A01R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 address 0 filter 1 Register"]
pub mod macl3a01r;
#[doc = "Layer3 address 1 filter 1 register"]
pub struct MACL3A11R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 address 1 filter 1 register"]
pub mod macl3a11r;
#[doc = "Layer3 address 2 filter 1 Register"]
pub struct MACL3A21R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 address 2 filter 1 Register"]
pub mod macl3a21r;
#[doc = "Layer3 address 3 filter 1 register"]
pub struct MACL3A31R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Layer3 address 3 filter 1 register"]
pub mod macl3a31r;
#[doc = "Timestamp control Register"]
pub struct MACTSCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp control Register"]
pub mod mactscr;
#[doc = "Sub-second increment register"]
pub struct MACSSIR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sub-second increment register"]
pub mod macssir;
#[doc = "System time seconds register"]
pub struct MACSTSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "System time seconds register"]
pub mod macstsr;
#[doc = "System time nanoseconds register"]
pub struct MACSTNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "System time nanoseconds register"]
pub mod macstnr;
#[doc = "System time seconds update register"]
pub struct MACSTSUR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "System time seconds update register"]
pub mod macstsur;
#[doc = "System time nanoseconds update register"]
pub struct MACSTNUR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "System time nanoseconds update register"]
pub mod macstnur;
#[doc = "Timestamp addend register"]
pub struct MACTSAR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp addend register"]
pub mod mactsar;
#[doc = "Timestamp status register"]
pub struct MACTSSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp status register"]
pub mod mactssr;
#[doc = "Tx timestamp status nanoseconds register"]
pub struct MACTXTSSNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx timestamp status nanoseconds register"]
pub mod mactxtssnr;
#[doc = "Tx timestamp status seconds register"]
pub struct MACTXTSSSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Tx timestamp status seconds register"]
pub mod mactxtsssr;
#[doc = "Auxiliary control register"]
pub struct MACACR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Auxiliary control register"]
pub mod macacr;
#[doc = "Auxiliary timestamp nanoseconds register"]
pub struct MACATSNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Auxiliary timestamp nanoseconds register"]
pub mod macatsnr;
#[doc = "Auxiliary timestamp seconds register"]
pub struct MACATSSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Auxiliary timestamp seconds register"]
pub mod macatssr;
#[doc = "Timestamp Ingress asymmetric correction register"]
pub struct MACTSIACR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp Ingress asymmetric correction register"]
pub mod mactsiacr;
#[doc = "Timestamp Egress asymmetric correction register"]
pub struct MACTSEACR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp Egress asymmetric correction register"]
pub mod mactseacr;
#[doc = "Timestamp Ingress correction nanosecond register"]
pub struct MACTSICNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp Ingress correction nanosecond register"]
pub mod mactsicnr;
#[doc = "Timestamp Egress correction nanosecond register"]
pub struct MACTSECNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Timestamp Egress correction nanosecond register"]
pub mod mactsecnr;
#[doc = "PPS control register"]
pub struct MACPPSCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PPS control register"]
pub mod macppscr;
#[doc = "PPS target time seconds register"]
pub struct MACPPSTTSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PPS target time seconds register"]
pub mod macppsttsr;
#[doc = "PPS target time nanoseconds register"]
pub struct MACPPSTTNR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PPS target time nanoseconds register"]
pub mod macppsttnr;
#[doc = "PPS interval register"]
pub struct MACPPSIR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PPS interval register"]
pub mod macppsir;
#[doc = "PPS width register"]
pub struct MACPPSWR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PPS width register"]
pub mod macppswr;
#[doc = "PTP Offload control register"]
pub struct MACPOCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PTP Offload control register"]
pub mod macpocr;
#[doc = "PTP Source Port Identity 0 Register"]
pub struct MACSPI0R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PTP Source Port Identity 0 Register"]
pub mod macspi0r;
#[doc = "PTP Source port identity 1 register"]
pub struct MACSPI1R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PTP Source port identity 1 register"]
pub mod macspi1r;
#[doc = "PTP Source port identity 2 register"]
pub struct MACSPI2R {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "PTP Source port identity 2 register"]
pub mod macspi2r;
#[doc = "Log message interval register"]
pub struct MACLMIR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Log message interval register"]
pub mod maclmir;