#[repr(transparent)]pub struct Erren(pub u8);Expand description
Error Interrupt Enable
Tuple Fields§
§0: u8Implementations§
Source§impl Erren
impl Erren
Sourcepub const fn set_piderren(&mut self, val: Piderren)
pub const fn set_piderren(&mut self, val: Piderren)
PIDERR Interrupt Enable
Sourcepub const fn set_crc5eofen(&mut self, val: Crc5eofen)
pub const fn set_crc5eofen(&mut self, val: Crc5eofen)
CRC5/EOF Interrupt Enable
Sourcepub const fn set_crc16en(&mut self, val: Crc16en)
pub const fn set_crc16en(&mut self, val: Crc16en)
CRC16 Interrupt Enable
Sourcepub const fn dfn8en(&self) -> Dfn8en
pub const fn dfn8en(&self) -> Dfn8en
DFN8 (Data Field Not Integer Number of Bytes) Interrupt Enable
Sourcepub const fn set_dfn8en(&mut self, val: Dfn8en)
pub const fn set_dfn8en(&mut self, val: Dfn8en)
DFN8 (Data Field Not Integer Number of Bytes) Interrupt Enable
Sourcepub const fn set_btoerren(&mut self, val: Btoerren)
pub const fn set_btoerren(&mut self, val: Btoerren)
BTOERR (Bus Timeout Error) Interrupt Enable
Sourcepub const fn set_dmaerren(&mut self, val: Dmaerren)
pub const fn set_dmaerren(&mut self, val: Dmaerren)
DMAERR Interrupt Enable
Sourcepub const fn set_ownerren(&mut self, val: Ownerren)
pub const fn set_ownerren(&mut self, val: Ownerren)
OWNERR Interrupt Enable
Sourcepub const fn set_btserren(&mut self, val: Btserren)
pub const fn set_btserren(&mut self, val: Btserren)
BTSERR (Bit Stuff Error) Interrupt Enable
Trait Implementations§
impl Copy for Erren
impl Eq for Erren
impl StructuralPartialEq for Erren
Auto Trait Implementations§
impl Freeze for Erren
impl RefUnwindSafe for Erren
impl Send for Erren
impl Sync for Erren
impl Unpin for Erren
impl UnwindSafe for Erren
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