Qspi Transfer Request prepared by the application upper layer. More...
#include <C:/softpack/canopus10/softpack/samv7/libraries/libchip_samv7/include/qspi_dma.h>
Data Fields | |
uint8_t * | pTxBuff |
uint8_t | TxSize |
uint8_t * | pRxBuff |
uint16_t | RxSize |
QspidCallback | callback |
void * | pArgument |
Qspi Transfer Request prepared by the application upper layer.
This structure is sent to the SPI_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.
Definition at line 85 of file qspi_dma.h.
Callback function invoked at the end of transfer.
Definition at line 96 of file qspi_dma.h.
void* QspidCmd::pArgument |
Callback arguments.
Definition at line 98 of file qspi_dma.h.
uint8_t* QspidCmd::pRxBuff |
Pointer to the Rx data.
Definition at line 92 of file qspi_dma.h.
uint8_t* QspidCmd::pTxBuff |
Pointer to the Tx data.
Definition at line 88 of file qspi_dma.h.
uint16_t QspidCmd::RxSize |
Rx size in bytes.
Definition at line 94 of file qspi_dma.h.
uint8_t QspidCmd::TxSize |
Tx size in bytes.
Definition at line 90 of file qspi_dma.h.