pub struct W(_);
Expand description

Register CTRL writer

Implementations

Bits 0:1 - Mode

Bits 2:3 - Mode 1

Bits 4:5 - Mode 2

Bits 6:7 - Mode 3

Bit 8 - Bank 0 Enable

Bit 9 - Bank 1 Enable

Bit 10 - Bank 2 Enable

Bit 11 - Bank 3 Enable

Bit 12 - No idle cycle insertion on bank 0.

Bit 13 - No idle cycle insertion on bank 1.

Bit 14 - No idle cycle insertion on bank 2.

Bit 15 - No idle cycle insertion on bank 3.

Bit 16 - ARDY Enable

Bit 17 - ARDY Timeout Disable

Bit 18 - ARDY Enable for bank 1

Bit 19 - ARDY Timeout Disable for bank 1

Bit 20 - ARDY Enable for bank 2

Bit 21 - ARDY Timeout Disable for bank 2

Bit 22 - ARDY Enable for bank 3

Bit 23 - ARDY Timeout Disable for bank 3

Bit 24 - Byte Lane Enable for bank 0

Bit 25 - Byte Lane Enable for bank 1

Bit 26 - Byte Lane Enable for bank 2

Bit 27 - Byte Lane Enable for bank 3

Bit 30 - Individual Timing Set, Line Polarity and Mode Definition Enable

Bit 31 - Alternative Address Map Enable

Writes raw bits to the register.

Methods from Deref<Target = W<CTRL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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