AM263x MCU+ SDK  08.02.00
QSPI_Transaction Struct Reference

Detailed Description

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
 

Field Documentation

◆ count

uint32_t QSPI_Transaction::count

[IN] Number of frames for this transaction

◆ buf

void* QSPI_Transaction::buf

[IN] void * to a buffer to receive/send data

◆ addrOffset

uint32_t QSPI_Transaction::addrOffset

[IN] Address offset to write to an QSPI flash device.

◆ status

uint32_t QSPI_Transaction::status

◆ transferTimeout

uint32_t QSPI_Transaction::transferTimeout

[IN] Timeout of the specific transfer