mss_qspi_protocol_mode

Type Alias mss_qspi_protocol_mode 

Source
pub type mss_qspi_protocol_mode = c_uint;
Expand description

//** 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

ValueDescription
MSS_QSPI_MODE0Set clock IDLE to low (0)
MSS_QSPI_MODE0Set clock IDLE to high (1)
//**
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
ValueDescription
MSS_QSPI_MODE0Set clock IDLE to low (0)
MSS_QSPI_MODE0Set clock IDLE to high (1)