// 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 referenceNo description available.
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.
SpiTransferA SPB_MULTI_SPI_TRANSFER structure containing the parameters of the transfer, and the write phase buffer.
After initialization using SPB_MULTI_SPI_WRITE_TRANSFER_INIT, a peripheral driver may access SpiTransfer.TransferPhases[] to configure the transfer buffers.