Module stm32_hal2::qspi

source ·
Expand description

Quad Serial Peripheral Interface (SPI) bus: A specialized interface used for high-speed communications with external flash memory. Also supports OctoSPI on variants that support it.

Structs§

  • Represents a Quad Serial Peripheral Interface (QSPI) peripheral.
  • A structure for specifying QSPI configuration.

Enums§

  • Address sizes used by the QSPI interface
  • Sets the Qspi data mode. Affects the DDRM field of the CCR reg.
  • Sets the Qspi Functional Mode. Affects the FMODE field of the CCR reg.
  • Sets the Qspi mode to single, dual, or quad. Affects the IMODE, ADMODE, ABMODE, and DMODE fields of the CCR reg. Each of these fields affects a different mode of operation.
  • Indicates an error with the QSPI peripheral.
  • Interrupt events
  • Sampling mode for the QSPI interface