pub struct R(/* private fields */);
Expand description
Register ICR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn txmsgdisccf(&self) -> TXMSGDISCCF_R
pub fn txmsgdisccf(&self) -> TXMSGDISCCF_R
Bit 1 - TXMSGDISCCF
Sourcepub fn txmsgsentcf(&self) -> TXMSGSENTCF_R
pub fn txmsgsentcf(&self) -> TXMSGSENTCF_R
Bit 2 - TXMSGSENTCF
Sourcepub fn txmsgabtcf(&self) -> TXMSGABTCF_R
pub fn txmsgabtcf(&self) -> TXMSGABTCF_R
Bit 3 - TXMSGABTCF
Sourcepub fn hrstdisccf(&self) -> HRSTDISCCF_R
pub fn hrstdisccf(&self) -> HRSTDISCCF_R
Bit 4 - HRSTDISCCF
Sourcepub fn hrstsentcf(&self) -> HRSTSENTCF_R
pub fn hrstsentcf(&self) -> HRSTSENTCF_R
Bit 5 - HRSTSENTCF
Sourcepub fn rxorddetcf(&self) -> RXORDDETCF_R
pub fn rxorddetcf(&self) -> RXORDDETCF_R
Bit 9 - RXORDDETCF
Sourcepub fn rxhrstdetcf(&self) -> RXHRSTDETCF_R
pub fn rxhrstdetcf(&self) -> RXHRSTDETCF_R
Bit 10 - RXHRSTDETCF
Sourcepub fn rxmsgendcf(&self) -> RXMSGENDCF_R
pub fn rxmsgendcf(&self) -> RXMSGENDCF_R
Bit 12 - RXMSGENDCF
Sourcepub fn typecevt1cf(&self) -> TYPECEVT1CF_R
pub fn typecevt1cf(&self) -> TYPECEVT1CF_R
Bit 14 - TYPECEVT1CF
Sourcepub fn typecevt2cf(&self) -> TYPECEVT2CF_R
pub fn typecevt2cf(&self) -> TYPECEVT2CF_R
Bit 15 - TYPECEVT2CF
Sourcepub fn frsevtcf(&self) -> FRSEVTCF_R
pub fn frsevtcf(&self) -> FRSEVTCF_R
Bit 20 - FRSEVTCF
Methods from Deref<Target = R<ICR_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