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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)