#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. |
This file contains all the specific code for the DMA example.
Definition in file main.c.
#define MAX_LLI_SIZE 2 |
#define MICROBLOCK_LEN 16 |