pub struct R(_);
Expand description

Register HSMCI_SR reader

Implementations

Bit 0 - Command Ready (cleared by writing in HSMCI_CMDR)

Bit 1 - Receiver Ready (cleared by reading HSMCI_RDR)

Bit 2 - Transmit Ready (cleared by writing in HSMCI_TDR)

Bit 3 - Data Block Ended (cleared on read)

Bit 4 - Data Transfer in Progress (cleared at the end of CRC16 calculation)

Bit 5 - HSMCI Not Busy

Bit 8 - SDIO Interrupt for Slot A (cleared on read)

Bit 12 - SDIO Read Wait Operation Status

Bit 13 - CE-ATA Completion Signal Received (cleared on read)

Bit 16 - Response Index Error (cleared by writing in HSMCI_CMDR)

Bit 17 - Response Direction Error (cleared by writing in HSMCI_CMDR)

Bit 18 - Response CRC Error (cleared by writing in HSMCI_CMDR)

Bit 19 - Response End Bit Error (cleared by writing in HSMCI_CMDR)

Bit 20 - Response Time-out Error (cleared by writing in HSMCI_CMDR)

Bit 21 - Data CRC Error (cleared on read)

Bit 22 - Data Time-out Error (cleared on read)

Bit 23 - Completion Signal Time-out Error (cleared on read)

Bit 24 - DMA Block Overrun Error (cleared on read)

Bit 26 - FIFO empty flag

Bit 27 - Transfer Done flag

Bit 28 - Boot Operation Acknowledge Received (cleared on read)

Bit 29 - Boot Operation Acknowledge Error (cleared on read)

Bit 30 - Overrun (if FERRCTRL = 1, cleared by writing in HSMCI_CMDR or cleared on read if FERRCTRL = 0)

Bit 31 - Underrun (if FERRCTRL = 1, cleared by writing in HSMCI_CMDR or cleared on read if FERRCTRL = 0)

Methods from Deref<Target = R<HSMCI_SR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.