Struct stm32_metapac::eth::regs::MmcRxInterrupt
#[repr(transparent)]pub struct MmcRxInterrupt(pub u32);
Expand description
MMC Rx interrupt register
Tuple Fields§
§0: u32
Implementations§
§impl MmcRxInterrupt
impl MmcRxInterrupt
pub const fn rxcrcerpis(&self) -> bool
pub const fn rxcrcerpis(&self) -> bool
MMC Receive CRC Error Packet Counter Interrupt Status
pub fn set_rxcrcerpis(&mut self, val: bool)
pub fn set_rxcrcerpis(&mut self, val: bool)
MMC Receive CRC Error Packet Counter Interrupt Status
pub const fn rxalgnerpis(&self) -> bool
pub const fn rxalgnerpis(&self) -> bool
MMC Receive Alignment Error Packet Counter Interrupt Status
pub fn set_rxalgnerpis(&mut self, val: bool)
pub fn set_rxalgnerpis(&mut self, val: bool)
MMC Receive Alignment Error Packet Counter Interrupt Status
pub fn set_rxucgpis(&mut self, val: bool)
pub fn set_rxucgpis(&mut self, val: bool)
MMC Receive Unicast Good Packet Counter Interrupt Status
pub const fn rxlpiuscis(&self) -> bool
pub const fn rxlpiuscis(&self) -> bool
MMC Receive LPI microsecond counter interrupt status
pub fn set_rxlpiuscis(&mut self, val: bool)
pub fn set_rxlpiuscis(&mut self, val: bool)
MMC Receive LPI microsecond counter interrupt status
pub const fn rxlpitrcis(&self) -> bool
pub const fn rxlpitrcis(&self) -> bool
MMC Receive LPI transition counter interrupt status
pub fn set_rxlpitrcis(&mut self, val: bool)
pub fn set_rxlpitrcis(&mut self, val: bool)
MMC Receive LPI transition counter interrupt status
Trait Implementations§
§impl Clone for MmcRxInterrupt
impl Clone for MmcRxInterrupt
§fn clone(&self) -> MmcRxInterrupt
fn clone(&self) -> MmcRxInterrupt
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 MmcRxInterrupt
impl Default for MmcRxInterrupt
§fn default() -> MmcRxInterrupt
fn default() -> MmcRxInterrupt
Returns the “default value” for a type. Read more
§impl PartialEq for MmcRxInterrupt
impl PartialEq for MmcRxInterrupt
impl Copy for MmcRxInterrupt
impl Eq for MmcRxInterrupt
impl StructuralPartialEq for MmcRxInterrupt
Auto Trait Implementations§
impl Freeze for MmcRxInterrupt
impl RefUnwindSafe for MmcRxInterrupt
impl Send for MmcRxInterrupt
impl Sync for MmcRxInterrupt
impl Unpin for MmcRxInterrupt
impl UnwindSafe for MmcRxInterrupt
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
)