pub struct R(_);
Expand description

Register SDMMC_MASKR reader

Implementations

Bit 0 - CCRCFAILIE

Bit 1 - DCRCFAILIE

Bit 2 - CTIMEOUTIE

Bit 3 - DTIMEOUTIE

Bit 4 - TXUNDERRIE

Bit 5 - RXOVERRIE

Bit 6 - CMDRENDIE

Bit 7 - CMDSENTIE

Bit 8 - DATAENDIE

Bit 9 - DHOLDIE

Bit 10 - DBCKENDIE

Bit 11 - DABORTIE

Bit 14 - TXFIFOHEIE

Bit 15 - RXFIFOHFIE

Bit 17 - RXFIFOFIE

Bit 18 - TXFIFOEIE

Bit 21 - BUSYD0ENDIE

Bit 22 - SDIOITIE

Bit 23 - ACKFAILIE

Bit 24 - ACKTIMEOUTIE

Bit 25 - VSWENDIE

Bit 26 - CKSTOPIE

Bit 28 - IDMABTCIE

Methods from Deref<Target = R<SDMMC_MASKR_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.