libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
DMA Channel Memory Word Width
Collaboration diagram for DMA Channel Memory Word Width:

Macros

#define DMA_CCR_MSIZE_8BIT   (0x0 << 10)
 
#define DMA_CCR_MSIZE_16BIT   (0x1 << 10)
 
#define DMA_CCR_MSIZE_32BIT   (0x2 << 10)
 

Detailed Description

Macro Definition Documentation

◆ DMA_CCR_MSIZE_16BIT

#define DMA_CCR_MSIZE_16BIT   (0x1 << 10)

Definition at line 313 of file dma_common_l1f013.h.

◆ DMA_CCR_MSIZE_32BIT

#define DMA_CCR_MSIZE_32BIT   (0x2 << 10)

Definition at line 314 of file dma_common_l1f013.h.

◆ DMA_CCR_MSIZE_8BIT

#define DMA_CCR_MSIZE_8BIT   (0x0 << 10)

Definition at line 312 of file dma_common_l1f013.h.