QSPI Transaction Info.
Data Fields | |
uint8_t | cmd |
uint32_t | cmdAddr |
uint8_t | numAddrBytes |
void * | dataBuf |
uint32_t | dataLen |
uint8_t QSPILLD_WriteCmdParams::cmd |
[IN] Command Opcode
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.
uint8_t QSPILLD_WriteCmdParams::numAddrBytes |
[IN] Number of address bytes used to send cmd address
void* QSPILLD_WriteCmdParams::dataBuf |
[IN] Buffer containing command data
uint32_t QSPILLD_WriteCmdParams::dataLen |
[IN] Length of response buffer