#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ptptscr(&self) -> &Reg<PTPTSCRrs>
pub const fn ptptscr(&self) -> &Reg<PTPTSCRrs>
0x00 - Ethernet PTP time stamp control register (ETH_PTPTSCR)
Sourcepub const fn ptpssir(&self) -> &Reg<PTPSSIRrs>
pub const fn ptpssir(&self) -> &Reg<PTPSSIRrs>
0x04 - Ethernet PTP subsecond increment register
Sourcepub const fn ptptslr(&self) -> &Reg<PTPTSLRrs>
pub const fn ptptslr(&self) -> &Reg<PTPTSLRrs>
0x0c - Ethernet PTP time stamp low register (ETH_PTPTSLR)
Sourcepub const fn ptptshur(&self) -> &Reg<PTPTSHURrs>
pub const fn ptptshur(&self) -> &Reg<PTPTSHURrs>
0x10 - Ethernet PTP time stamp high update register
Sourcepub const fn ptptslur(&self) -> &Reg<PTPTSLURrs>
pub const fn ptptslur(&self) -> &Reg<PTPTSLURrs>
0x14 - Ethernet PTP time stamp low update register (ETH_PTPTSLUR)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more