QSPI_WriteConfig_TypeDef Struct ReferenceEMLIB > QSPI

QSPI Device Write Instruction Configuration structure.

Definition at line 112 of file em_qspi.h.

#include <em_qspi.h>

Data Fields

QSPI_TransferType_TypeDef addrTransfer
 
bool autoWEL
 Enable/disable automatic issuing of WEL (Write Enable Latch) command before a write operation.
 
QSPI_TransferType_TypeDef dataTransfer
 
uint8_t dummyCycles
 
uint8_t opCode
 

Field Documentation

QSPI_TransferType_TypeDef QSPI_WriteConfig_TypeDef::addrTransfer

Transfer type used for address.

Definition at line 120 of file em_qspi.h.

Referenced by QSPI_WriteConfig().

bool QSPI_WriteConfig_TypeDef::autoWEL

Enable/disable automatic issuing of WEL (Write Enable Latch) command before a write operation.

When writing to a flash device the write enable latch (WEL) within the flash device itself must be high before a write sequence can be issued. The QSPI peripheral can automatically issue the write enable latch command before triggering a write sequence. The command used for enabling the write enable latch is WREN (0x06) and is common between devices.

Definition at line 136 of file em_qspi.h.

Referenced by QSPI_WriteConfig().

QSPI_TransferType_TypeDef QSPI_WriteConfig_TypeDef::dataTransfer

Transfer type used for data.

Definition at line 123 of file em_qspi.h.

Referenced by QSPI_WriteConfig().

uint8_t QSPI_WriteConfig_TypeDef::dummyCycles

Number of dummy read clock cycles.

Definition at line 117 of file em_qspi.h.

Referenced by QSPI_WriteConfig().

uint8_t QSPI_WriteConfig_TypeDef::opCode

Write opcode.

Definition at line 114 of file em_qspi.h.

Referenced by QSPI_WriteConfig().


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