pub struct W(/* private fields */);Expand description
Register ISR writer
Implementations§
Source§impl W
impl W
Sourcepub fn txacke(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 12>
pub fn txacke(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 12>
Bit 12 - Tx-Missing acknowledge error
Sourcepub fn txudr(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 10>
pub fn txudr(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 10>
Bit 10 - Tx-Buffer Underrun
Sourcepub fn txend(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 9>
pub fn txend(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 9>
Bit 9 - End of Transmission
Sourcepub fn txbr(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 8>
pub fn txbr(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 8>
Bit 8 - Tx-Byte Request
Sourcepub fn arblst(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 7>
pub fn arblst(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 7>
Bit 7 - Arbitration Lost
Sourcepub fn rxacke(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 6>
pub fn rxacke(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 6>
Bit 6 - Rx-Missing Acknowledge
Sourcepub fn lbpe(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 5>
pub fn lbpe(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 5>
Bit 5 - Rx-Long Bit Period Error
Sourcepub fn sbpe(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 4>
pub fn sbpe(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 4>
Bit 4 - Rx-Short Bit period error
Sourcepub fn bre(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 3>
pub fn bre(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 3>
Bit 3 - Rx-Bit rising error
Sourcepub fn rxend(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 1>
pub fn rxend(&mut self) -> BitWriterRaw<'_, u32, ISR_SPEC, bool, BitM, 1>
Bit 1 - End Of Reception
Methods from Deref<Target = W<ISR_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