Struct stm32f7xx_hal::qspi::QspiTransaction[][src]

pub struct QspiTransaction {
    pub iwidth: u8,
    pub awidth: u8,
    pub dwidth: u8,
    pub instruction: u8,
    pub address: Option<u32>,
    pub dummy: u8,
    pub data_len: Option<usize>,
}
Expand description

QSPI transaction description. Note that “advanced” settings like DDRM, DHHC, SIOO, and the use of alternate bytes are not supported at the moment.

Fields

iwidth: u8awidth: u8dwidth: u8instruction: u8address: Option<u32>dummy: u8data_len: Option<usize>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.