Module stm32f7xx_hal::qspi[][src]

Expand description

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

Structs

The QSPI driver interface.

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

QSPI transactions contain configurable instruction, address, and data fields. Use these constants for the *width fields in QspiTransaction.

Token used for DMA transfers.

Enums

QSPI errors.