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
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Ethernet PTP time stamp control register (ETH_PTPTSCR)"]
    pub ptptscr: crate::Reg<ptptscr::PTPTSCR_SPEC>,
    #[doc = "0x04 - Ethernet PTP subsecond increment register"]
    pub ptpssir: crate::Reg<ptpssir::PTPSSIR_SPEC>,
    #[doc = "0x08 - Ethernet PTP time stamp high register"]
    pub ptptshr: crate::Reg<ptptshr::PTPTSHR_SPEC>,
    #[doc = "0x0c - Ethernet PTP time stamp low register (ETH_PTPTSLR)"]
    pub ptptslr: crate::Reg<ptptslr::PTPTSLR_SPEC>,
    #[doc = "0x10 - Ethernet PTP time stamp high update register"]
    pub ptptshur: crate::Reg<ptptshur::PTPTSHUR_SPEC>,
    #[doc = "0x14 - Ethernet PTP time stamp low update register (ETH_PTPTSLUR)"]
    pub ptptslur: crate::Reg<ptptslur::PTPTSLUR_SPEC>,
    #[doc = "0x18 - Ethernet PTP time stamp addend register"]
    pub ptptsar: crate::Reg<ptptsar::PTPTSAR_SPEC>,
    #[doc = "0x1c - Ethernet PTP target time high register"]
    pub ptptthr: crate::Reg<ptptthr::PTPTTHR_SPEC>,
    #[doc = "0x20 - Ethernet PTP target time low register"]
    pub ptpttlr: crate::Reg<ptpttlr::PTPTTLR_SPEC>,
}
#[doc = "PTPTSCR register accessor: an alias for `Reg<PTPTSCR_SPEC>`"]
pub type PTPTSCR = crate::Reg<ptptscr::PTPTSCR_SPEC>;
#[doc = "Ethernet PTP time stamp control register (ETH_PTPTSCR)"]
pub mod ptptscr;
#[doc = "PTPSSIR register accessor: an alias for `Reg<PTPSSIR_SPEC>`"]
pub type PTPSSIR = crate::Reg<ptpssir::PTPSSIR_SPEC>;
#[doc = "Ethernet PTP subsecond increment register"]
pub mod ptpssir;
#[doc = "PTPTSHR register accessor: an alias for `Reg<PTPTSHR_SPEC>`"]
pub type PTPTSHR = crate::Reg<ptptshr::PTPTSHR_SPEC>;
#[doc = "Ethernet PTP time stamp high register"]
pub mod ptptshr;
#[doc = "PTPTSLR register accessor: an alias for `Reg<PTPTSLR_SPEC>`"]
pub type PTPTSLR = crate::Reg<ptptslr::PTPTSLR_SPEC>;
#[doc = "Ethernet PTP time stamp low register (ETH_PTPTSLR)"]
pub mod ptptslr;
#[doc = "PTPTSHUR register accessor: an alias for `Reg<PTPTSHUR_SPEC>`"]
pub type PTPTSHUR = crate::Reg<ptptshur::PTPTSHUR_SPEC>;
#[doc = "Ethernet PTP time stamp high update register"]
pub mod ptptshur;
#[doc = "PTPTSLUR register accessor: an alias for `Reg<PTPTSLUR_SPEC>`"]
pub type PTPTSLUR = crate::Reg<ptptslur::PTPTSLUR_SPEC>;
#[doc = "Ethernet PTP time stamp low update register (ETH_PTPTSLUR)"]
pub mod ptptslur;
#[doc = "PTPTSAR register accessor: an alias for `Reg<PTPTSAR_SPEC>`"]
pub type PTPTSAR = crate::Reg<ptptsar::PTPTSAR_SPEC>;
#[doc = "Ethernet PTP time stamp addend register"]
pub mod ptptsar;
#[doc = "PTPTTHR register accessor: an alias for `Reg<PTPTTHR_SPEC>`"]
pub type PTPTTHR = crate::Reg<ptptthr::PTPTTHR_SPEC>;
#[doc = "Ethernet PTP target time high register"]
pub mod ptptthr;
#[doc = "PTPTTLR register accessor: an alias for `Reg<PTPTTLR_SPEC>`"]
pub type PTPTTLR = crate::Reg<ptpttlr::PTPTTLR_SPEC>;
#[doc = "Ethernet PTP target time low register"]
pub mod ptpttlr;