pub struct W(/* private fields */);
Expand description
Register IMR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn txmsgdiscie(&mut self) -> TXMSGDISCIE_W<'_>
pub fn txmsgdiscie(&mut self) -> TXMSGDISCIE_W<'_>
Bit 1 - TXMSGDISCIE
Sourcepub fn txmsgsentie(&mut self) -> TXMSGSENTIE_W<'_>
pub fn txmsgsentie(&mut self) -> TXMSGSENTIE_W<'_>
Bit 2 - TXMSGSENTIE
Sourcepub fn txmsgabtie(&mut self) -> TXMSGABTIE_W<'_>
pub fn txmsgabtie(&mut self) -> TXMSGABTIE_W<'_>
Bit 3 - TXMSGABTIE
Sourcepub fn hrstdiscie(&mut self) -> HRSTDISCIE_W<'_>
pub fn hrstdiscie(&mut self) -> HRSTDISCIE_W<'_>
Bit 4 - HRSTDISCIE
Sourcepub fn hrstsentie(&mut self) -> HRSTSENTIE_W<'_>
pub fn hrstsentie(&mut self) -> HRSTSENTIE_W<'_>
Bit 5 - HRSTSENTIE
Sourcepub fn rxorddetie(&mut self) -> RXORDDETIE_W<'_>
pub fn rxorddetie(&mut self) -> RXORDDETIE_W<'_>
Bit 9 - RXORDDETIE
Sourcepub fn rxhrstdetie(&mut self) -> RXHRSTDETIE_W<'_>
pub fn rxhrstdetie(&mut self) -> RXHRSTDETIE_W<'_>
Bit 10 - RXHRSTDETIE
Sourcepub fn rxmsgendie(&mut self) -> RXMSGENDIE_W<'_>
pub fn rxmsgendie(&mut self) -> RXMSGENDIE_W<'_>
Bit 12 - RXMSGENDIE
Sourcepub fn typecevt1ie(&mut self) -> TYPECEVT1IE_W<'_>
pub fn typecevt1ie(&mut self) -> TYPECEVT1IE_W<'_>
Bit 14 - TYPECEVT1IE
Sourcepub fn typecevt2ie(&mut self) -> TYPECEVT2IE_W<'_>
pub fn typecevt2ie(&mut self) -> TYPECEVT2IE_W<'_>
Bit 15 - TYPECEVT2IE
Sourcepub fn frsevtie(&mut self) -> FRSEVTIE_W<'_>
pub fn frsevtie(&mut self) -> FRSEVTIE_W<'_>
Bit 20 - FRSEVTIE
Methods from Deref<Target = W<IMR_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