Module qspi

Source
Expand description

QUADSPI driver for the STM32F7. Supports INDIRECT mode only, using DMA or polling I/O.

Structs§

Qspi
The QSPI driver interface.
QspiTransaction
QSPI transaction description. Note that “advanced” settings like DDRM, DHHC, SIOO, and the use of alternate bytes are not supported at the moment.
QspiWidth
QSPI transactions contain configurable instruction, address, and data fields. Use these constants for the *width fields in QspiTransaction.
RxTx
Token used for DMA transfers.

Enums§

Error
QSPI errors.