pub struct R(_);Expand description
Register ICR reader
Implementations
sourceimpl R
impl R
sourcepub fn ccrcfailc(&self) -> BitReaderRaw<bool>
pub fn ccrcfailc(&self) -> BitReaderRaw<bool>
Bit 0 - CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag.
sourcepub fn dcrcfailc(&self) -> BitReaderRaw<bool>
pub fn dcrcfailc(&self) -> BitReaderRaw<bool>
Bit 1 - DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag.
sourcepub fn ctimeoutc(&self) -> BitReaderRaw<bool>
pub fn ctimeoutc(&self) -> BitReaderRaw<bool>
Bit 2 - CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag.
sourcepub fn dtimeoutc(&self) -> BitReaderRaw<bool>
pub fn dtimeoutc(&self) -> BitReaderRaw<bool>
Bit 3 - DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag.
sourcepub fn txunderrc(&self) -> BitReaderRaw<bool>
pub fn txunderrc(&self) -> BitReaderRaw<bool>
Bit 4 - TXUNDERR flag clear bit Set by software to clear TXUNDERR flag.
sourcepub fn rxoverrc(&self) -> BitReaderRaw<bool>
pub fn rxoverrc(&self) -> BitReaderRaw<bool>
Bit 5 - RXOVERR flag clear bit Set by software to clear the RXOVERR flag.
sourcepub fn cmdrendc(&self) -> BitReaderRaw<bool>
pub fn cmdrendc(&self) -> BitReaderRaw<bool>
Bit 6 - CMDREND flag clear bit Set by software to clear the CMDREND flag.
sourcepub fn cmdsentc(&self) -> BitReaderRaw<bool>
pub fn cmdsentc(&self) -> BitReaderRaw<bool>
Bit 7 - CMDSENT flag clear bit Set by software to clear the CMDSENT flag.
sourcepub fn dataendc(&self) -> BitReaderRaw<bool>
pub fn dataendc(&self) -> BitReaderRaw<bool>
Bit 8 - DATAEND flag clear bit Set by software to clear the DATAEND flag.
sourcepub fn dholdc(&self) -> BitReaderRaw<bool>
pub fn dholdc(&self) -> BitReaderRaw<bool>
Bit 9 - DHOLD flag clear bit Set by software to clear the DHOLD flag.
sourcepub fn dbckendc(&self) -> BitReaderRaw<bool>
pub fn dbckendc(&self) -> BitReaderRaw<bool>
Bit 10 - DBCKEND flag clear bit Set by software to clear the DBCKEND flag.
sourcepub fn dabortc(&self) -> BitReaderRaw<bool>
pub fn dabortc(&self) -> BitReaderRaw<bool>
Bit 11 - DABORT flag clear bit Set by software to clear the DABORT flag.
sourcepub fn busyd0endc(&self) -> BitReaderRaw<bool>
pub fn busyd0endc(&self) -> BitReaderRaw<bool>
Bit 21 - BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag.
sourcepub fn sdioitc(&self) -> BitReaderRaw<bool>
pub fn sdioitc(&self) -> BitReaderRaw<bool>
Bit 22 - SDIOIT flag clear bit Set by software to clear the SDIOIT flag.
sourcepub fn ackfailc(&self) -> BitReaderRaw<bool>
pub fn ackfailc(&self) -> BitReaderRaw<bool>
Bit 23 - ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag.
sourcepub fn acktimeoutc(&self) -> BitReaderRaw<bool>
pub fn acktimeoutc(&self) -> BitReaderRaw<bool>
Bit 24 - ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag.
sourcepub fn vswendc(&self) -> BitReaderRaw<bool>
pub fn vswendc(&self) -> BitReaderRaw<bool>
Bit 25 - VSWEND flag clear bit Set by software to clear the VSWEND flag.
sourcepub fn ckstopc(&self) -> BitReaderRaw<bool>
pub fn ckstopc(&self) -> BitReaderRaw<bool>
Bit 26 - CKSTOP flag clear bit Set by software to clear the CKSTOP flag.
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.