Struct e310x::qspi0::ffmt::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bits 24:31 - First 8 bits to transmit during dummy cycles

Bits 16:23 - Value of command byte

Bits 12:13 - Protocol for receiving data bytes

Bits 10:11 - Protocol for transmitting address and padding

Bits 8:9 - Protocol for transmitting command

Bit 0 - Number of dummy cycles

Bits 1:3 - Number of address bytes (0 to 4)

Bit 0 - Enable sending of command

Auto Trait Implementations

impl Send for W

impl Sync for W