libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | DMA_SxCR_PBURST_SINGLE (0 << 21) |
#define | DMA_SxCR_PBURST_INCR4 (1 << 21) |
#define | DMA_SxCR_PBURST_INCR8 (2 << 21) |
#define | DMA_SxCR_PBURST_INCR16 (3 << 21) |
#define DMA_SxCR_PBURST_INCR16 (3 << 21) |
Definition at line 470 of file dma_common_f24.h.
#define DMA_SxCR_PBURST_INCR4 (1 << 21) |
Definition at line 468 of file dma_common_f24.h.
#define DMA_SxCR_PBURST_INCR8 (2 << 21) |
Definition at line 469 of file dma_common_f24.h.
#define DMA_SxCR_PBURST_SINGLE (0 << 21) |
Definition at line 467 of file dma_common_f24.h.