SAMV71 Xplained Ultra Software Package 1.5

AfeCmd Struct Reference

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

#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/libraries/libchip/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 77 of file afe_dma.h.

Callback arguments.

Definition at line 79 of file afe_dma.h.

uint32_t* AfeCmd::pRxBuff

Pointer to the Rx data.

Definition at line 73 of file afe_dma.h.

uint16_t AfeCmd::RxSize

Rx size in bytes.

Definition at line 75 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