Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/peripherals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ mod pac_override_impl {
}
}

#[repr(C)]
pub struct MacRegisterBlock {
#[doc = "0x00 - Ethernet MAC configuration register"]
pub maccr: DelayedReg<maccr::MACCR_SPEC>,
Expand Down Expand Up @@ -207,6 +208,7 @@ mod pac_override_impl {
}
}

#[repr(C)]
pub struct DmaRegisterBlock {
#[doc = "0x00 - Ethernet DMA bus mode register"]
pub dmabmr: DelayedReg<dmabmr::DMABMR_SPEC>,
Expand Down Expand Up @@ -274,6 +276,7 @@ mod pac_override_impl {
}
}

#[repr(C)]
pub struct PtpRegisterBlock {
#[doc = "0x00 - Ethernet PTP time stamp control register"]
pub ptptscr: DelayedReg<ptptscr::PTPTSCR_SPEC>,
Expand Down