SPB_MULTI_SPI_TRANSFER_MODE - NtDoc

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

typedef enum SPB_MULTI_SPI_TRANSFER_MODE {
  SpbMultiSpiTransferModeInvalid,
  SpbMultiSpiTransferModeDualSpi,
  SpbMultiSpiTransferModeQuadSpi,
  SpbMultiSpiTransferModeMax
}  *PSPB_MULTI_SPI_TRANSFER_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-spb-spb_multi_spi_transfer_mode)

Description

The SPB_MULTI_SPI_TRANSFER_MODE enumeration specifies a type of multi-SPI transfer to be used by a bus driver to communicate with a peripheral device.

Constants

SpbMultiSpiTransferModeInvalid

Reserved for use by the operating system.

SpbMultiSpiTransferModeDualSpi

The transfer should be transmitted in the controller's Dual-SPI transfer mode.

SpbMultiSpiTransferModeQuadSpi

The transfer should be transmitted in the controller's Quad-SPI transfer mode.

SpbMultiSpiTransferModeMax

Reserved for use by the operating system.

Remarks

The Mode member of the SPB_MULTI_SPI_TRANSFER_HEADER structure is an SPB_MULTI_SPI_TRANSFER_MODE enumeration value.

See also