pub struct R(/* private fields */);
Expand description
Register IMR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn txmsgdiscie(&self) -> TXMSGDISCIE_R
pub fn txmsgdiscie(&self) -> TXMSGDISCIE_R
Bit 1 - TXMSGDISCIE
Sourcepub fn txmsgsentie(&self) -> TXMSGSENTIE_R
pub fn txmsgsentie(&self) -> TXMSGSENTIE_R
Bit 2 - TXMSGSENTIE
Sourcepub fn txmsgabtie(&self) -> TXMSGABTIE_R
pub fn txmsgabtie(&self) -> TXMSGABTIE_R
Bit 3 - TXMSGABTIE
Sourcepub fn hrstdiscie(&self) -> HRSTDISCIE_R
pub fn hrstdiscie(&self) -> HRSTDISCIE_R
Bit 4 - HRSTDISCIE
Sourcepub fn hrstsentie(&self) -> HRSTSENTIE_R
pub fn hrstsentie(&self) -> HRSTSENTIE_R
Bit 5 - HRSTSENTIE
Sourcepub fn rxorddetie(&self) -> RXORDDETIE_R
pub fn rxorddetie(&self) -> RXORDDETIE_R
Bit 9 - RXORDDETIE
Sourcepub fn rxhrstdetie(&self) -> RXHRSTDETIE_R
pub fn rxhrstdetie(&self) -> RXHRSTDETIE_R
Bit 10 - RXHRSTDETIE
Sourcepub fn rxmsgendie(&self) -> RXMSGENDIE_R
pub fn rxmsgendie(&self) -> RXMSGENDIE_R
Bit 12 - RXMSGENDIE
Sourcepub fn typecevt1ie(&self) -> TYPECEVT1IE_R
pub fn typecevt1ie(&self) -> TYPECEVT1IE_R
Bit 14 - TYPECEVT1IE
Sourcepub fn typecevt2ie(&self) -> TYPECEVT2IE_R
pub fn typecevt2ie(&self) -> TYPECEVT2IE_R
Bit 15 - TYPECEVT2IE
Sourcepub fn frsevtie(&self) -> FRSEVTIE_R
pub fn frsevtie(&self) -> FRSEVTIE_R
Bit 20 - FRSEVTIE
Methods from Deref<Target = R<IMR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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