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

Macros | |
| #define | DMA_CCR_MSIZE_8BIT (0x0 << 10) |
| #define | DMA_CCR_MSIZE_16BIT (0x1 << 10) |
| #define | DMA_CCR_MSIZE_32BIT (0x2 << 10) |
| #define DMA_CCR_MSIZE_16BIT (0x1 << 10) |
Definition at line 313 of file dma_common_l1f013.h.
| #define DMA_CCR_MSIZE_32BIT (0x2 << 10) |
Definition at line 314 of file dma_common_l1f013.h.
| #define DMA_CCR_MSIZE_8BIT (0x0 << 10) |
Definition at line 312 of file dma_common_l1f013.h.