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