Direct Memory Access (DMA) support. More...
#include <types.h>#include <util.h>#include <cpu/dma.h>Go to the source code of this file.
Enumerations | |
| enum | dma_direction { DMA_FROM_DEVICE = 0, DMA_TO_DEVICE = 1, DMA_BIDIRECTIONAL = 2 } |
The direction of a DMA transfer. More... | |
Direct Memory Access (DMA) support.
This file defines helper functions for preparing memory buffers for DMA transfers.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file dma.h.
1.6.3