SAMV71 Xplained Ultra Software Package 1.3

DacCmd Struct Reference

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

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

Data Fields

uint8_t * pTxBuff
uint16_t TxSize
uint16_t loopback
uint8_t dacChannel
DacCallback callback
void * pArgument

Detailed Description

Dac Transfer Request prepared by the application upper layer.

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

Definition at line 75 of file dac_dma.h.


Field Documentation

Callback function invoked at the end of transfer.

Definition at line 86 of file dac_dma.h.

DACC channel

Definition at line 84 of file dac_dma.h.

uint16_t DacCmd::loopback

Tx loop back.

Definition at line 82 of file dac_dma.h.

Callback arguments.

Definition at line 88 of file dac_dma.h.

uint8_t* DacCmd::pTxBuff

Pointer to the Tx data.

Definition at line 78 of file dac_dma.h.

uint16_t DacCmd::TxSize

Tx size in bytes.

Definition at line 80 of file dac_dma.h.


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