Struct stm32_metapac::eth::EthernetMtl
pub struct EthernetMtl { /* private fields */ }
Expand description
Ethernet: MTL mode register (MTL)
Implementations§
§impl EthernetMtl
impl EthernetMtl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn mtltx_qomr(self) -> Reg<MtltxQomr, RW>
pub const fn mtltx_qomr(self) -> Reg<MtltxQomr, RW>
Tx queue operating mode Register
pub const fn mtlrx_qomr(self) -> Reg<MtlrxQomr, RW>
pub const fn mtlrx_qomr(self) -> Reg<MtlrxQomr, RW>
Rx queue operating mode register
pub const fn mtlrx_qmpocr(self) -> Reg<MtlrxQmpocr, R>
pub const 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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for EthernetMtl
impl PartialEq for EthernetMtl
§fn eq(&self, other: &EthernetMtl) -> bool
fn eq(&self, other: &EthernetMtl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EthernetMtl
impl Eq for EthernetMtl
impl Send for EthernetMtl
impl StructuralEq for EthernetMtl
impl StructuralPartialEq for EthernetMtl
impl Sync for EthernetMtl
Auto Trait Implementations§
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