QSPI_StigCmd_TypeDef Struct Reference

Defines command to be executed using STIG mechanism.

Definition at line 165 of file em_qspi.h .

#include < em_qspi.h >

Data Fields

uint32_t address
uint8_t addrSize
uint8_t cmdOpcode
uint8_t dummyCycles
bool modeBitEnable
void * readBuffer
uint16_t readDataSize
void * writeBuffer
uint8_t writeDataSize

Field Documentation

uint32_t QSPI_StigCmd_TypeDef::address

Flash command address.

Definition at line 179 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

uint8_t QSPI_StigCmd_TypeDef::addrSize

Number of Address Bytes.

Definition at line 171 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

uint8_t QSPI_StigCmd_TypeDef::cmdOpcode

Command op-code.

Definition at line 167 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

uint8_t QSPI_StigCmd_TypeDef::dummyCycles

Number of dummy cycles.

Definition at line 175 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

bool QSPI_StigCmd_TypeDef::modeBitEnable

Mode Bit Configuration register are sent following the address bytes.

Definition at line 177 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

void* QSPI_StigCmd_TypeDef::readBuffer

Buffer for read data.

Definition at line 181 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

uint16_t QSPI_StigCmd_TypeDef::readDataSize

Number of Read Data Bytes.

Definition at line 169 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

void* QSPI_StigCmd_TypeDef::writeBuffer

Buffer with data to write.

Definition at line 183 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .

uint8_t QSPI_StigCmd_TypeDef::writeDataSize

Number of Write Data Bytes.

Definition at line 173 of file em_qspi.h .

Referenced by QSPI_ExecStigCmd() .


The documentation for this struct was generated from the following file:
  • C:/HandsOn/super/platform/emlib/inc/ em_qspi.h