Struct atsam4e8c_pac::hsmci::sr::R

source ·
pub struct R(_);
Expand description

Register SR reader

Implementations§

Bit 0 - Command Ready

Bit 1 - Receiver Ready

Bit 2 - Transmit Ready

Bit 3 - Data Block Ended

Bit 4 - Data Transfer in Progress

Bit 5 - HSMCI Not Busy

Bit 6 - End of RX Buffer

Bit 7 - End of TX Buffer

Bit 8 - SDIO Interrupt for Slot A

Bit 12 - SDIO Read Wait Operation Status

Bit 13 - CE-ATA Completion Signal Received

Bit 14 - RX Buffer Full

Bit 15 - TX Buffer Empty

Bit 16 - Response Index Error

Bit 17 - Response Direction Error

Bit 18 - Response CRC Error

Bit 19 - Response End Bit Error

Bit 20 - Response Time-out Error

Bit 21 - Data CRC Error

Bit 22 - Data Time-out Error

Bit 23 - Completion Signal Time-out Error

Bit 26 - FIFO empty flag

Bit 27 - Transfer Done flag

Bit 28 - Boot Operation Acknowledge Received

Bit 29 - Boot Operation Acknowledge Error

Bit 30 - Overrun

Bit 31 - Underrun

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