pub struct R(/* private fields */);
Expand description
Register ICR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn ceataendc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn ceataendc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 23 - CEATAEND flag clear bit
Sourcepub fn sdioitc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn sdioitc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 22 - SDIOIT flag clear bit
Sourcepub fn dbckendc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn dbckendc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 10 - DBCKEND flag clear bit
Sourcepub fn stbiterrc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn stbiterrc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 9 - STBITERR flag clear bit
Sourcepub fn dataendc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn dataendc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 8 - DATAEND flag clear bit
Sourcepub fn cmdsentc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn cmdsentc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 7 - CMDSENT flag clear bit
Sourcepub fn cmdrendc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn cmdrendc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 6 - CMDREND flag clear bit
Sourcepub fn rxoverrc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn rxoverrc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 5 - RXOVERR flag clear bit
Sourcepub fn txunderrc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn txunderrc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 4 - TXUNDERR flag clear bit
Sourcepub fn dtimeoutc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn dtimeoutc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 3 - DTIMEOUT flag clear bit
Sourcepub fn ctimeoutc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn ctimeoutc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 2 - CTIMEOUT flag clear bit
Sourcepub fn dcrcfailc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn dcrcfailc(&self) -> BitReaderRaw<CCRCFAILC_A>
Bit 1 - DCRCFAIL flag clear bit
Sourcepub fn ccrcfailc(&self) -> BitReaderRaw<CCRCFAILC_A>
pub fn ccrcfailc(&self) -> BitReaderRaw<CCRCFAILC_A>
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