Data structure used with QSPI_Transfers - QSPI_writeConfigMode, QSPI_readMemMapMode.
It indicates how many QSPI_FrameFormat frames are sent and received from and to the buffer buf.
Data Fields | |
| uint32_t | count |
| void * | buf |
| uint32_t | addrOffset |
| uint32_t | status |
| uint32_t | transferTimeout |
| uint32_t QSPI_Transaction::count |
[IN] Number of frames for this transaction
| void* QSPI_Transaction::buf |
[IN] void * to a buffer to receive/send data
| uint32_t QSPI_Transaction::addrOffset |
[IN] Address offset to write to an QSPI flash device.
| uint32_t QSPI_Transaction::status |
[OUT] QSPI_TransferStatus code set by QSPI_Transfers
| uint32_t QSPI_Transaction::transferTimeout |
[IN] Timeout of the specific transfer