SAMV71 Xplained Ultra Software Package 1.3

AfeCmd Struct Reference

Spi Transfer Request prepared by the application upper layer. More...

#include <C:/softpack/canopus1.3/softpack/samv7/libraries/libchip_samv7/include/afe_dma.h>

Data Fields

uint32_t * pRxBuff
uint16_t RxSize
AfeCallback callback
void * pArgument

Detailed Description

Spi Transfer Request prepared by the application upper layer.

This structure is sent to the AFE_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.

Definition at line 71 of file afe_dma.h.


Field Documentation

Callback function invoked at the end of transfer.

Definition at line 78 of file afe_dma.h.

Callback arguments.

Definition at line 80 of file afe_dma.h.

uint32_t* AfeCmd::pRxBuff

Pointer to the Rx data.

Definition at line 74 of file afe_dma.h.

uint16_t AfeCmd::RxSize

Rx size in bytes.

Definition at line 76 of file afe_dma.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines