SAMV71 Xplained Ultra Software Package 1.3

main.c File Reference

#include <board.h>
#include <string.h>

Go to the source code of this file.

Defines

#define XDMA_SINGLE   1
#define XDMA_MULTI   2
#define XDMA_LLI   3
#define MAX_LLI_SIZE   2
#define MICROBLOCK_LEN   16
#define BUFFER_LEN   128
#define POLLING_MODE   0

Functions

 COMPILER_ALIGNED (8)
 Dump buffer to DBGU.
void XDMAC_Handler (void)
 XDMA handler.
int main (void)
 XDMA Application entry point.

Detailed Description

This file contains all the specific code for the DMA example.

Definition in file main.c.


Define Documentation

#define BUFFER_LEN   128

Buffer length

Definition at line 102 of file main.c.

#define MAX_LLI_SIZE   2

Maximum size of Linked List Item in this example

Definition at line 98 of file main.c.

#define MICROBLOCK_LEN   16

Micro-block length for single transfer

Definition at line 100 of file main.c.

#define POLLING_MODE   0

Polling or interrupt mode

Definition at line 104 of file main.c.


Function Documentation

int main ( void   ) 

XDMA Application entry point.

Returns:
Unused (ANSI-C compatibility)

Definition at line 317 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines