pub struct R(_);
Expand description

Register SDMMC_STAR reader

Implementations

Bit 0 - CCRCFAIL

Bit 1 - DCRCFAIL

Bit 2 - CTIMEOUT

Bit 3 - DTIMEOUT

Bit 4 - TXUNDERR

Bit 5 - RXOVERR

Bit 6 - CMDREND

Bit 7 - CMDSENT

Bit 8 - DATAEND

Bit 9 - DHOLD

Bit 10 - DBCKEND

Bit 11 - DABORT

Bit 12 - DPSMACT

Bit 13 - CPSMACT

Bit 14 - TXFIFOHE

Bit 15 - RXFIFOHF

Bit 16 - TXFIFOF

Bit 17 - RXFIFOF

Bit 18 - TXFIFOE

Bit 19 - RXFIFOE

Bit 20 - BUSYD0

Bit 21 - BUSYD0END

Bit 22 - SDIOIT

Bit 23 - ACKFAIL

Bit 24 - ACKTIMEOUT

Bit 25 - VSWEND

Bit 26 - CKSTOP

Bit 27 - IDMATE

Bit 28 - IDMABTC

Methods from Deref<Target = R<SDMMC_STAR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.