pub struct W(/* private fields */);
Expand description
Register ICR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn txmsgdisccf(&mut self) -> TXMSGDISCCF_W<'_>
pub fn txmsgdisccf(&mut self) -> TXMSGDISCCF_W<'_>
Bit 1 - TXMSGDISCCF
Sourcepub fn txmsgsentcf(&mut self) -> TXMSGSENTCF_W<'_>
pub fn txmsgsentcf(&mut self) -> TXMSGSENTCF_W<'_>
Bit 2 - TXMSGSENTCF
Sourcepub fn txmsgabtcf(&mut self) -> TXMSGABTCF_W<'_>
pub fn txmsgabtcf(&mut self) -> TXMSGABTCF_W<'_>
Bit 3 - TXMSGABTCF
Sourcepub fn hrstdisccf(&mut self) -> HRSTDISCCF_W<'_>
pub fn hrstdisccf(&mut self) -> HRSTDISCCF_W<'_>
Bit 4 - HRSTDISCCF
Sourcepub fn hrstsentcf(&mut self) -> HRSTSENTCF_W<'_>
pub fn hrstsentcf(&mut self) -> HRSTSENTCF_W<'_>
Bit 5 - HRSTSENTCF
Sourcepub fn rxorddetcf(&mut self) -> RXORDDETCF_W<'_>
pub fn rxorddetcf(&mut self) -> RXORDDETCF_W<'_>
Bit 9 - RXORDDETCF
Sourcepub fn rxhrstdetcf(&mut self) -> RXHRSTDETCF_W<'_>
pub fn rxhrstdetcf(&mut self) -> RXHRSTDETCF_W<'_>
Bit 10 - RXHRSTDETCF
Sourcepub fn rxmsgendcf(&mut self) -> RXMSGENDCF_W<'_>
pub fn rxmsgendcf(&mut self) -> RXMSGENDCF_W<'_>
Bit 12 - RXMSGENDCF
Sourcepub fn typecevt1cf(&mut self) -> TYPECEVT1CF_W<'_>
pub fn typecevt1cf(&mut self) -> TYPECEVT1CF_W<'_>
Bit 14 - TYPECEVT1CF
Sourcepub fn typecevt2cf(&mut self) -> TYPECEVT2CF_W<'_>
pub fn typecevt2cf(&mut self) -> TYPECEVT2CF_W<'_>
Bit 15 - TYPECEVT2CF
Sourcepub fn frsevtcf(&mut self) -> FRSEVTCF_W<'_>
pub fn frsevtcf(&mut self) -> FRSEVTCF_W<'_>
Bit 20 - FRSEVTCF
Methods from Deref<Target = W<ICR_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