//**
These values are used to program the spi_mode parameter of the configuration
structure of this driver. For example:
@code
qspi_config.spi_mode = MSS_QSPI_MODE0;
MSS_QSPI_configure(&qspi_config);
@endcode
Value
Description
MSS_QSPI_MODE0
Set clock IDLE to low (0)
MSS_QSPI_MODE0
Set clock IDLE to high (1)
//**
These values are used to program the spi_mode parameter of the configuration