pub struct W(/* private fields */);Expand description
Register IER writer
Implementations§
Source§impl W
impl W
Sourcepub fn txackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 12>
pub fn txackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 12>
Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable
Sourcepub fn txerrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 11>
pub fn txerrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 11>
Bit 11 - Tx-Error Interrupt Enable
Sourcepub fn txudrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 10>
pub fn txudrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 10>
Bit 10 - Tx-Underrun interrupt enable
Sourcepub fn txendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 9>
pub fn txendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 9>
Bit 9 - Tx-End of message interrupt enable
Sourcepub fn txbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 8>
pub fn txbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 8>
Bit 8 - Tx-Byte Request Interrupt Enable
Sourcepub fn arblstie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 7>
pub fn arblstie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 7>
Bit 7 - Arbitration Lost Interrupt Enable
Sourcepub fn rxackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
pub fn rxackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable
Sourcepub fn lbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
pub fn lbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
Bit 5 - Long Bit Period Error Interrupt Enable
Sourcepub fn sbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
pub fn sbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
Bit 4 - Short Bit Period Error Interrupt Enable
Sourcepub fn breie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
pub fn breie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
Bit 3 - Bit Rising Error Interrupt Enable
Sourcepub fn rxovrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
pub fn rxovrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
Bit 2 - Rx-Buffer Overrun Interrupt Enable
Sourcepub fn rxendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
pub fn rxendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
Bit 1 - End Of Reception Interrupt Enable
Methods from Deref<Target = W<IER_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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