Struct efm32gg11b820::qspi0::flashcmdctrl::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - Execute the Command

[src]

Bit 2 - STIG Memory Bank Enable Bit

[src]

Bits 7:11 - Number of Dummy Cycles

[src]

Bits 12:14 - Number of Write Data Bytes

[src]

Bit 15 - Write Data Enable

[src]

Bits 16:17 - Number of Address Bytes

[src]

Bit 18 - Mode Bit Enable

[src]

Bit 19 - Command Address Enable

[src]

Bits 20:22 - Number of Read Data Bytes

[src]

Bit 23 - Read Data Enable

[src]

Bits 24:31 - Command Opcode

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W