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

Macros

#define DMA_SxCR_MSIZE_8BIT   (0 << 13)
 
#define DMA_SxCR_MSIZE_16BIT   (1 << 13)
 
#define DMA_SxCR_MSIZE_32BIT   (2 << 13)
 

Detailed Description

Macro Definition Documentation

◆ DMA_SxCR_MSIZE_16BIT

#define DMA_SxCR_MSIZE_16BIT   (1 << 13)

Definition at line 433 of file dma_common_f24.h.

◆ DMA_SxCR_MSIZE_32BIT

#define DMA_SxCR_MSIZE_32BIT   (2 << 13)

Definition at line 434 of file dma_common_f24.h.

◆ DMA_SxCR_MSIZE_8BIT

#define DMA_SxCR_MSIZE_8BIT   (0 << 13)

Definition at line 432 of file dma_common_f24.h.