AM263x MCU+ SDK  08.02.00
QSPI_WriteCmdParams Struct Reference

Data Fields

uint8_t cmd
 
uint32_t cmdAddr
 
uint8_t numAddrBytes
 
void * txDataBuf
 
uint32_t txDataLen
 

Field Documentation

◆ cmd

uint8_t QSPI_WriteCmdParams::cmd

[IN] Command Opcode

◆ cmdAddr

uint32_t QSPI_WriteCmdParams::cmdAddr

[IN] Address required by the command. Usually needed in writing to flash registers. Should be initialized to QSPI_CMD_INVALID_ADDR if not used.

◆ numAddrBytes

uint8_t QSPI_WriteCmdParams::numAddrBytes

[IN] Number of address bytes used to send cmd address

◆ txDataBuf

void* QSPI_WriteCmdParams::txDataBuf

[IN] Buffer containing command data

◆ txDataLen

uint32_t QSPI_WriteCmdParams::txDataLen

[IN] Length of response buffer