pub struct R(_);
Expand description

Register BCR1 reader

Implementations

Bits 16:18 - CRAM page size

Bit 15 - Wait signal during asynchronous transfers

Bit 14 - Extended mode enable

Bit 13 - Wait enable bit

Bit 12 - Write enable bitWREN

Bit 11 - Wait timing configuration

Bit 9 - Wait signal polarity bit

Bit 8 - Burst enable bit

Bit 6 - Flash access enable

Bits 4:5 - Memory data bus width

Bits 2:3 - Memory type

Bit 1 - Memory bank enable bit

Bit 0 - Memory bank enable bit

Bit 19 - Write burst enable

Bit 20 - Continuous Clock Enable

Bit 21 - Write FIFO Disable

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