pub struct R(/* private fields */);
Expand description
Register SR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn txmsgdisc(&self) -> TXMSGDISC_R
pub fn txmsgdisc(&self) -> TXMSGDISC_R
Bit 1 - TXMSGDISC
Sourcepub fn txmsgsent(&self) -> TXMSGSENT_R
pub fn txmsgsent(&self) -> TXMSGSENT_R
Bit 2 - TXMSGSENT
Sourcepub fn txmsgabt(&self) -> TXMSGABT_R
pub fn txmsgabt(&self) -> TXMSGABT_R
Bit 3 - TXMSGABT
Sourcepub fn hrstdisc(&self) -> HRSTDISC_R
pub fn hrstdisc(&self) -> HRSTDISC_R
Bit 4 - HRSTDISC
Sourcepub fn hrstsent(&self) -> HRSTSENT_R
pub fn hrstsent(&self) -> HRSTSENT_R
Bit 5 - HRSTSENT
Sourcepub fn rxorddet(&self) -> RXORDDET_R
pub fn rxorddet(&self) -> RXORDDET_R
Bit 9 - RXORDDET
Sourcepub fn rxhrstdet(&self) -> RXHRSTDET_R
pub fn rxhrstdet(&self) -> RXHRSTDET_R
Bit 10 - RXHRSTDET
Sourcepub fn rxmsgend(&self) -> RXMSGEND_R
pub fn rxmsgend(&self) -> RXMSGEND_R
Bit 12 - RXMSGEND
Sourcepub fn typecevt1(&self) -> TYPECEVT1_R
pub fn typecevt1(&self) -> TYPECEVT1_R
Bit 14 - TYPECEVT1
Sourcepub fn typecevt2(&self) -> TYPECEVT2_R
pub fn typecevt2(&self) -> TYPECEVT2_R
Bit 15 - TYPECEVT2
Sourcepub fn typec_vstate_cc1(&self) -> TYPEC_VSTATE_CC1_R
pub fn typec_vstate_cc1(&self) -> TYPEC_VSTATE_CC1_R
Bits 16:17 - TYPEC_VSTATE_CC1
Sourcepub fn typec_vstate_cc2(&self) -> TYPEC_VSTATE_CC2_R
pub fn typec_vstate_cc2(&self) -> TYPEC_VSTATE_CC2_R
Bits 18:19 - TYPEC_VSTATE_CC2
Methods from Deref<Target = R<SR_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