pub struct R(_);
Expand description

Register IMR reader

Implementations

Bit 0 - Command Ready Interrupt Mask

Bit 1 - Receiver Ready Interrupt Mask

Bit 2 - Transmit Ready Interrupt Mask

Bit 3 - Data Block Ended Interrupt Mask

Bit 4 - Data Transfer in Progress Interrupt Mask

Bit 5 - Data Not Busy Interrupt Mask

Bit 6 - End of Receive Buffer Interrupt Mask

Bit 7 - End of Transmit Buffer Interrupt Mask

Bit 8 - SDIO Interrupt for Slot A Interrupt Mask

Bit 12 - SDIO Read Wait Operation Status Interrupt Mask

Bit 13 - Completion Signal Received Interrupt Mask

Bit 14 - Receive Buffer Full Interrupt Mask

Bit 15 - Transmit Buffer Empty Interrupt Mask

Bit 16 - Response Index Error Interrupt Mask

Bit 17 - Response Direction Error Interrupt Mask

Bit 18 - Response CRC Error Interrupt Mask

Bit 19 - Response End Bit Error Interrupt Mask

Bit 20 - Response Time-out Error Interrupt Mask

Bit 21 - Data CRC Error Interrupt Mask

Bit 22 - Data Time-out Error Interrupt Mask

Bit 23 - Completion Signal Time-out Error Interrupt Mask

Bit 26 - FIFO Empty Interrupt Mask

Bit 27 - Transfer Done Interrupt Mask

Bit 28 - Boot Operation Acknowledge Received Interrupt Mask

Bit 29 - Boot Operation Acknowledge Error Interrupt Mask

Bit 30 - Overrun Interrupt Mask

Bit 31 - Underrun Interrupt Mask

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