Spi Transfer Request prepared by the application upper layer.
More...
#include <D:/git/git_canopus_1/softpack/samv7/libraries/libchip_samv7/include/spi_dma.h>
Detailed Description
Spi 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 90 of file spi_dma.h.
Field Documentation
Callback function invoked at the end of transfer.
Definition at line 103 of file spi_dma.h.
Callback arguments.
Definition at line 105 of file spi_dma.h.
Pointer to the Rx data.
Definition at line 97 of file spi_dma.h.
Pointer to the Tx data.
Definition at line 93 of file spi_dma.h.
Rx size in bytes.
Definition at line 99 of file spi_dma.h.
Tx size in bytes.
Definition at line 95 of file spi_dma.h.
The documentation for this struct was generated from the following file: