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

Macros

#define DMA_SxCR_PSIZE_8BIT   (0 << 11)
 
#define DMA_SxCR_PSIZE_16BIT   (1 << 11)
 
#define DMA_SxCR_PSIZE_32BIT   (2 << 11)
 

Detailed Description

Macro Definition Documentation

◆ DMA_SxCR_PSIZE_16BIT

#define DMA_SxCR_PSIZE_16BIT   (1 << 11)

Definition at line 421 of file dma_common_f24.h.

◆ DMA_SxCR_PSIZE_32BIT

#define DMA_SxCR_PSIZE_32BIT   (2 << 11)

Definition at line 422 of file dma_common_f24.h.

◆ DMA_SxCR_PSIZE_8BIT

#define DMA_SxCR_PSIZE_8BIT   (0 << 11)

Definition at line 420 of file dma_common_f24.h.