Struct stm32_metapac::eth::regs::MtlrxQomr
#[repr(transparent)]pub struct MtlrxQomr(pub u32);
Expand description
Rx queue operating mode register
Tuple Fields§
§0: u32
Implementations§
§impl MtlrxQomr
impl MtlrxQomr
pub const fn dis_tcp_ef(&self) -> bool
pub const fn dis_tcp_ef(&self) -> bool
Disable Dropping of TCP/IP Checksum Error Packets
pub fn set_dis_tcp_ef(&mut self, val: bool)
pub fn set_dis_tcp_ef(&mut self, val: bool)
Disable Dropping of TCP/IP Checksum Error Packets
pub const fn rfa(&self) -> u8
pub const fn rfa(&self) -> u8
Threshold for Activating Flow Control (in half-duplex and full-duplex modes)
pub fn set_rfa(&mut self, val: u8)
pub fn set_rfa(&mut self, val: u8)
Threshold for Activating Flow Control (in half-duplex and full-duplex modes)
pub const fn rfd(&self) -> u8
pub const fn rfd(&self) -> u8
Threshold for Deactivating Flow Control (in half-duplex and full-duplex modes)
Trait Implementations§
impl Copy for MtlrxQomr
impl Eq for MtlrxQomr
impl StructuralPartialEq for MtlrxQomr
Auto Trait Implementations§
impl Freeze for MtlrxQomr
impl RefUnwindSafe for MtlrxQomr
impl Send for MtlrxQomr
impl Sync for MtlrxQomr
impl Unpin for MtlrxQomr
impl UnwindSafe for MtlrxQomr
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
)