SPB_MULTI_SPI_WRITE_TRANSFER structure (spb.h)

The SPB_MULTI_SPI_WRITE_TRANSFER structure describes a write operation to be executed in a Multi-SPI (e.g. Dual SPI or Quad SPI) mode. It is comprised of a SPB_MULTI_SPI_TRANSFER structure containing the parameters and write phase of the transfer.

Syntax

typedef struct SPB_MULTI_SPI_WRITE_TRANSFER {
  SPB_MULTI_SPI_TRANSFER SpiTransfer;
} SPB_MULTI_SPI_WRITE_TRANSFER, *PSPB_MULTI_SPI_WRITE_TRANSFER;

Members

SpiTransfer

A SPB_MULTI_SPI_TRANSFER structure containing the parameters of the transfer, and the write phase buffer.

Remarks

After initialization using SPB_MULTI_SPI_WRITE_TRANSFER_INIT, a peripheral driver may access SpiTransfer.TransferPhases[] to configure the transfer buffers.

Requirements

Requirement Value
Header spb.h

See also