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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R