You are viewing documentation for version:
Defines command to be executed using STIG mechanism.
Public Attributes#
uint16_t
Number of Read Data Bytes.
uint8_t
Number of Write Data Bytes.
bool
Mode Bit Configuration register are sent following the address bytes.
void *
Buffer with data to write.
Public Attribute Documentation#
cmdOpcode#
uint8_t QSPI_StigCmd_TypeDef::cmdOpcode
Command op-code.
readDataSize#
uint16_t QSPI_StigCmd_TypeDef::readDataSize
Number of Read Data Bytes.
addrSize#
uint8_t QSPI_StigCmd_TypeDef::addrSize
Number of Address Bytes.
writeDataSize#
uint8_t QSPI_StigCmd_TypeDef::writeDataSize
Number of Write Data Bytes.
dummyCycles#
uint8_t QSPI_StigCmd_TypeDef::dummyCycles
Number of dummy cycles.
modeBitEnable#
bool QSPI_StigCmd_TypeDef::modeBitEnable
Mode Bit Configuration register are sent following the address bytes.
address#
uint32_t QSPI_StigCmd_TypeDef::address
Flash command address.
readBuffer#
void* QSPI_StigCmd_TypeDef::readBuffer
Buffer for read data.
writeBuffer#
void* QSPI_StigCmd_TypeDef::writeBuffer
Buffer with data to write.