AM273x MCU+ SDK  09.02.00
QSPILLD_WriteCmdParams Struct Reference

Detailed Description

QSPI Transaction Info.

Data Fields

uint8_t cmd
 
uint32_t cmdAddr
 
uint8_t numAddrBytes
 
void * dataBuf
 
uint32_t dataLen
 

Field Documentation

◆ cmd

uint8_t QSPILLD_WriteCmdParams::cmd

[IN] Command Opcode

◆ cmdAddr

uint32_t QSPILLD_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 QSPILLD_WriteCmdParams::numAddrBytes

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

◆ dataBuf

void* QSPILLD_WriteCmdParams::dataBuf

[IN] Buffer containing command data

◆ dataLen

uint32_t QSPILLD_WriteCmdParams::dataLen

[IN] Length of response buffer