DMA mapping primitives for AVR Mega. More...
#include <generic/dma_nommu.h>Go to the source code of this file.
Defines | |
| #define | CPU_DMA_ALIGN 0 |
| log2 of the minimum alignment of DMA-able objects | |
DMA mapping primitives for AVR Mega.
Note that even though AVR Mega devices don't support DMA, it is highly recommended to utilize the generic DMA helpers in order to make the code easily portable to other chips. See the Direct Memory Access (DMA) helpers module documentation for details.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file dma.h.
1.6.3