|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Macros | |
| #define | DMA_SxCR_MBURST_SINGLE (0 << 23) |
| #define | DMA_SxCR_MBURST_INCR4 (1 << 23) |
| #define | DMA_SxCR_MBURST_INCR8 (2 << 23) |
| #define | DMA_SxCR_MBURST_INCR16 (3 << 23) |
| #define DMA_SxCR_MBURST_INCR16 (3 << 23) |
Definition at line 483 of file dma_common_f24.h.
| #define DMA_SxCR_MBURST_INCR4 (1 << 23) |
Definition at line 481 of file dma_common_f24.h.
| #define DMA_SxCR_MBURST_INCR8 (2 << 23) |
Definition at line 482 of file dma_common_f24.h.
| #define DMA_SxCR_MBURST_SINGLE (0 << 23) |
Definition at line 480 of file dma_common_f24.h.