1.1.9.12 QMSPI_INTERFACE_MODE Enum
C
typedef enum
{
SINGLE_BIT_SPI = 0U, /* Command(1):Address(1):Data(1) */
DUAL_OUTPUT, /* Command(1):Address(1):Data(2) */
QUAD_OUTPUT, /* Command(1):Address(1):Data(4) */
DUAL_IO, /* Command(1):Address(2):Data(2) */
QUAD_IO, /* Command(1):Address(4):Data(4) */
DUAL_CMD, /* Command(2):Address(2):Data(2) */
QUAD_CMD /* Command(4):Address(4):Data(4) */
} QMSPI_INTERFACE_MODE;
Summary
Defines the data type to specify QMSPI interface mode
Description
This data type can be used to specify the interface mode to be used for QMSPI transaction
Remarks
None.