Struct stm32f1xx_hal::pac::sdio::sta::R

source ·
pub struct R(_);
Expand description

Register STA 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 - STBITERR

Bit 10 - DBCKEND

Bit 11 - CMDACT

Bit 12 - TXACT

Bit 13 - RXACT

Bit 14 - TXFIFOHE

Bit 15 - RXFIFOHF

Bit 16 - TXFIFOF

Bit 17 - RXFIFOF

Bit 18 - TXFIFOE

Bit 19 - RXFIFOE

Bit 20 - TXDAVL

Bit 21 - RXDAVL

Bit 22 - SDIOIT

Bit 23 - CEATAEND

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