Data Fields | |
uint8_t | cmd |
uint32_t | cmdAddr |
uint8_t | numAddrBytes |
void * | rxDataBuf |
uint32_t | rxDataLen |
uint8_t QSPI_ReadCmdParams::cmd |
[IN] Command Opcode
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.
uint8_t QSPI_ReadCmdParams::numAddrBytes |
[IN] Number of address bytes used to send cmd address
void* QSPI_ReadCmdParams::rxDataBuf |
[OUT] Buffer to store response from flash
uint32_t QSPI_ReadCmdParams::rxDataLen |
[IN] Length of response buffer