pub struct R(/* private fields */);Expand description
Register ICR reader
Implementations§
Source§impl R
impl R
Sourcepub fn ceataendc(&self) -> CEATAENDC_R
pub fn ceataendc(&self) -> CEATAENDC_R
Bit 23 - CEATAEND flag clear bit
Sourcepub fn dbckendc(&self) -> DBCKENDC_R
pub fn dbckendc(&self) -> DBCKENDC_R
Bit 10 - DBCKEND flag clear bit
Sourcepub fn stbiterrc(&self) -> STBITERRC_R
pub fn stbiterrc(&self) -> STBITERRC_R
Bit 9 - STBITERR flag clear bit
Sourcepub fn dataendc(&self) -> DATAENDC_R
pub fn dataendc(&self) -> DATAENDC_R
Bit 8 - DATAEND flag clear bit
Sourcepub fn cmdsentc(&self) -> CMDSENTC_R
pub fn cmdsentc(&self) -> CMDSENTC_R
Bit 7 - CMDSENT flag clear bit
Sourcepub fn cmdrendc(&self) -> CMDRENDC_R
pub fn cmdrendc(&self) -> CMDRENDC_R
Bit 6 - CMDREND flag clear bit
Sourcepub fn rxoverrc(&self) -> RXOVERRC_R
pub fn rxoverrc(&self) -> RXOVERRC_R
Bit 5 - RXOVERR flag clear bit
Sourcepub fn txunderrc(&self) -> TXUNDERRC_R
pub fn txunderrc(&self) -> TXUNDERRC_R
Bit 4 - TXUNDERR flag clear bit
Sourcepub fn dtimeoutc(&self) -> DTIMEOUTC_R
pub fn dtimeoutc(&self) -> DTIMEOUTC_R
Bit 3 - DTIMEOUT flag clear bit
Sourcepub fn ctimeoutc(&self) -> CTIMEOUTC_R
pub fn ctimeoutc(&self) -> CTIMEOUTC_R
Bit 2 - CTIMEOUT flag clear bit
Sourcepub fn dcrcfailc(&self) -> DCRCFAILC_R
pub fn dcrcfailc(&self) -> DCRCFAILC_R
Bit 1 - DCRCFAIL flag clear bit
Sourcepub fn ccrcfailc(&self) -> CCRCFAILC_R
pub fn ccrcfailc(&self) -> CCRCFAILC_R
Bit 0 - CCRCFAIL flag clear bit
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