pub struct R(_);
Expand description

Register CA0R reader

Implementations

Bits 0:5 - Timeout Clock Frequency

Bit 7 - Timeout Clock Unit

Bits 8:15 - Base Clock Frequency

Bits 16:17 - Max Block Length

Bit 18 - 8-bit Support for Embedded Device

Bit 19 - ADMA2 Support

Bit 21 - High Speed Support

Bit 22 - SDMA Support

Bit 23 - Suspend/Resume Support

Bit 24 - Voltage Support 3.3V

Bit 25 - Voltage Support 3.0V

Bit 26 - Voltage Support 1.8V

Bit 28 - 64-Bit System Bus Support

Bit 29 - Asynchronous Interrupt Support

Bits 30:31 - Slot Type

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