pub struct W(_);
Expand description

Register SDMMC_ICR writer

Implementations

Bit 0 - CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag.

Bit 1 - DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag.

Bit 2 - CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag.

Bit 3 - DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag.

Bit 4 - TXUNDERR flag clear bit Set by software to clear TXUNDERR flag.

Bit 5 - RXOVERR flag clear bit Set by software to clear the RXOVERR flag.

Bit 6 - CMDREND flag clear bit Set by software to clear the CMDREND flag.

Bit 7 - CMDSENT flag clear bit Set by software to clear the CMDSENT flag.

Bit 8 - DATAEND flag clear bit Set by software to clear the DATAEND flag.

Bit 9 - DHOLD flag clear bit Set by software to clear the DHOLD flag.

Bit 10 - DBCKEND flag clear bit Set by software to clear the DBCKEND flag.

Bit 11 - DABORT flag clear bit Set by software to clear the DABORT flag.

Bit 21 - BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag.

Bit 22 - SDIOIT flag clear bit Set by software to clear the SDIOIT flag.

Bit 23 - ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag.

Bit 24 - ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag.

Bit 25 - VSWEND flag clear bit Set by software to clear the VSWEND flag.

Bit 26 - CKSTOP flag clear bit Set by software to clear the CKSTOP flag.

Bit 27 - IDMA transfer error clear bit Set by software to clear the IDMATE flag.

Bit 28 - IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag.

Writes raw bits to the register.

Methods from Deref<Target = W<SDMMC_ICR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.