Struct Macdr
#[repr(transparent)]pub struct Macdr(pub u32);Expand description
Debug register
Tuple Fields§
§0: u32Implementations§
§impl Macdr
impl Macdr
pub const fn set_rpests(&mut self, val: bool)
pub const fn set_rpests(&mut self, val: bool)
MAC MII Receive Protocol Engine Status
pub const fn set_rfcfcsts(&mut self, val: u8)
pub const fn set_rfcfcsts(&mut self, val: u8)
MAC Receive Packet Controller FIFO Status
pub const fn set_tpests(&mut self, val: bool)
pub const fn set_tpests(&mut self, val: bool)
MAC MII Transmit Protocol Engine Status
pub const fn set_tfcsts(&mut self, val: u8)
pub const fn set_tfcsts(&mut self, val: u8)
MAC Transmit Packet Controller Status
Trait Implementations§
impl Copy for Macdr
impl Eq for Macdr
impl StructuralPartialEq for Macdr
Auto Trait Implementations§
impl Freeze for Macdr
impl RefUnwindSafe for Macdr
impl Send for Macdr
impl Sync for Macdr
impl Unpin for Macdr
impl UnwindSafe for Macdr
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