pub struct Qspi {
    pub regs: QUADSPI,
    pub cfg: QspiConfig,
}
Expand description

Represents a Quad Serial Peripheral Interface (QSPI) peripheral.

Fields

regs: QUADSPIcfg: QspiConfig

Implementations

Check if the QSPI peripheral is currently busy with a transaction

Enable an interrupt

Clear an interrupt flag

Perform a memory write in indirect mode.

Perform a memory read in indirect mode.

Read one word from memory in memory-mapped mode

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.