SPB_MULTI_SPI_WRITE_TRANSFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// spb.h

typedef struct SPB_MULTI_SPI_WRITE_TRANSFER {
  SPB_MULTI_SPI_TRANSFER SpiTransfer;
} SPB_MULTI_SPI_WRITE_TRANSFER, *PSPB_MULTI_SPI_WRITE_TRANSFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-spb-spb_multi_spi_write_transfer)

Description

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.

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.

See also