Struct stm32_metapac::eth::regs::MmcTxInterruptMask
#[repr(transparent)]pub struct MmcTxInterruptMask(pub u32);
Expand description
MMC Tx interrupt mask register
Tuple Fields§
§0: u32
Implementations§
§impl MmcTxInterruptMask
impl MmcTxInterruptMask
pub const fn txscolgpim(&self) -> bool
pub const fn txscolgpim(&self) -> bool
MMC Transmit Single Collision Good Packet Counter Interrupt Mask
pub fn set_txscolgpim(&mut self, val: bool)
pub fn set_txscolgpim(&mut self, val: bool)
MMC Transmit Single Collision Good Packet Counter Interrupt Mask
pub const fn txmcolgpim(&self) -> bool
pub const fn txmcolgpim(&self) -> bool
MMC Transmit Multiple Collision Good Packet Counter Interrupt Mask
pub fn set_txmcolgpim(&mut self, val: bool)
pub fn set_txmcolgpim(&mut self, val: bool)
MMC Transmit Multiple Collision Good Packet Counter Interrupt Mask
pub fn set_txgpktim(&mut self, val: bool)
pub fn set_txgpktim(&mut self, val: bool)
MMC Transmit Good Packet Counter Interrupt Mask
pub const fn txlpiuscim(&self) -> bool
pub const fn txlpiuscim(&self) -> bool
MMC Transmit LPI microsecond counter interrupt Mask
pub fn set_txlpiuscim(&mut self, val: bool)
pub fn set_txlpiuscim(&mut self, val: bool)
MMC Transmit LPI microsecond counter interrupt Mask
pub const fn txlpitrcim(&self) -> bool
pub const fn txlpitrcim(&self) -> bool
MMC Transmit LPI transition counter interrupt Mask
pub fn set_txlpitrcim(&mut self, val: bool)
pub fn set_txlpitrcim(&mut self, val: bool)
MMC Transmit LPI transition counter interrupt Mask
Trait Implementations§
§impl Clone for MmcTxInterruptMask
impl Clone for MmcTxInterruptMask
§fn clone(&self) -> MmcTxInterruptMask
fn clone(&self) -> MmcTxInterruptMask
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 Default for MmcTxInterruptMask
impl Default for MmcTxInterruptMask
§fn default() -> MmcTxInterruptMask
fn default() -> MmcTxInterruptMask
Returns the “default value” for a type. Read more
§impl PartialEq for MmcTxInterruptMask
impl PartialEq for MmcTxInterruptMask
impl Copy for MmcTxInterruptMask
impl Eq for MmcTxInterruptMask
impl StructuralPartialEq for MmcTxInterruptMask
Auto Trait Implementations§
impl Freeze for MmcTxInterruptMask
impl RefUnwindSafe for MmcTxInterruptMask
impl Send for MmcTxInterruptMask
impl Sync for MmcTxInterruptMask
impl Unpin for MmcTxInterruptMask
impl UnwindSafe for MmcTxInterruptMask
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
)