AM263x MCU+ SDK  08.02.00
QSPI_ReadCmdParams Struct Reference

Data Fields

uint8_t cmd
 
uint32_t cmdAddr
 
uint8_t numAddrBytes
 
void * rxDataBuf
 
uint32_t rxDataLen
 

Field Documentation

◆ cmd

uint8_t QSPI_ReadCmdParams::cmd

[IN] Command Opcode

◆ cmdAddr

uint32_t QSPI_ReadCmdParams::cmdAddr

Address required by the command. Usually needed in reading flash registers. Should be initialized to QSPI_CMD_INVALID_ADDR if not used.

◆ numAddrBytes

uint8_t QSPI_ReadCmdParams::numAddrBytes

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

◆ rxDataBuf

void* QSPI_ReadCmdParams::rxDataBuf

[OUT] Buffer to store response from flash

◆ rxDataLen

uint32_t QSPI_ReadCmdParams::rxDataLen

[IN] Length of response buffer