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

Macros | |
| #define | DMA_CCR_PSIZE_8BIT (0x0 << 8) |
| #define | DMA_CCR_PSIZE_16BIT (0x1 << 8) |
| #define | DMA_CCR_PSIZE_32BIT (0x2 << 8) |
| #define DMA_CCR_PSIZE_16BIT (0x1 << 8) |
Definition at line 325 of file dma_common_l1f013.h.
| #define DMA_CCR_PSIZE_32BIT (0x2 << 8) |
Definition at line 326 of file dma_common_l1f013.h.
| #define DMA_CCR_PSIZE_8BIT (0x0 << 8) |
Definition at line 324 of file dma_common_l1f013.h.