pub struct W(_);
Expand description

Register RINTSTS writer

Implementations

Bit 0 - Card detect.

Bit 1 - Response error.

Bit 2 - Command done.

Bit 3 - Data transfer over.

Bit 4 - Transmit FIFO data request.

Bit 5 - Receive FIFO data request.

Bit 6 - Response CRC error.

Bit 7 - Data CRC error.

Bit 8 - Response time-out (RTO)/Boot Ack Received (BAR).

Bit 9 - Data read time-out (DRTO)/Boot Data Start (BDS).

Bit 10 - Data starvation-by-host time-out (HTO).

Bit 11 - FIFO underrun/overrun error.

Bit 12 - Hardware locked write error.

Bit 13 - Start-bit error.

Bit 14 - Auto command done.

Bit 15 - End-bit error (read)/write no CRC.

Bit 16 - Interrupt from SDIO card.

Writes raw bits to the register.

Methods from Deref<Target = W<RINTSTS_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.