Struct EthernetMtl
pub struct EthernetMtl(pub *mut u8);
Expand description
Ethernet: MTL mode register (MTL)
Tuple Fields§
§0: *mut u8
Implementations§
§impl EthernetMtl
impl EthernetMtl
pub fn mtltx_qomr(self) -> Reg<MtltxQomr, RW>
pub fn mtltx_qomr(self) -> Reg<MtltxQomr, RW>
Tx queue operating mode Register
pub fn mtlrx_qomr(self) -> Reg<MtlrxQomr, RW>
pub fn mtlrx_qomr(self) -> Reg<MtlrxQomr, RW>
Rx queue operating mode register
pub fn mtlrx_qmpocr(self) -> Reg<MtlrxQmpocr, R>
pub fn mtlrx_qmpocr(self) -> Reg<MtlrxQmpocr, R>
Rx queue missed packet and overflow counter register
Trait Implementations§
§impl Clone for EthernetMtl
impl Clone for EthernetMtl
§fn clone(&self) -> EthernetMtl
fn clone(&self) -> EthernetMtl
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for EthernetMtl
impl PartialEq for EthernetMtl
impl Copy for EthernetMtl
impl Eq for EthernetMtl
impl Send for EthernetMtl
impl StructuralPartialEq for EthernetMtl
impl Sync for EthernetMtl
Auto Trait Implementations§
impl Freeze for EthernetMtl
impl RefUnwindSafe for EthernetMtl
impl Unpin for EthernetMtl
impl UnwindSafe for EthernetMtl
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