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

Macros

#define DMA_CCR_PSIZE_8BIT   (0x0 << 8)
 
#define DMA_CCR_PSIZE_16BIT   (0x1 << 8)
 
#define DMA_CCR_PSIZE_32BIT   (0x2 << 8)
 

Detailed Description

Macro Definition Documentation

◆ DMA_CCR_PSIZE_16BIT

#define DMA_CCR_PSIZE_16BIT   (0x1 << 8)

Definition at line 325 of file dma_common_l1f013.h.

◆ DMA_CCR_PSIZE_32BIT

#define DMA_CCR_PSIZE_32BIT   (0x2 << 8)

Definition at line 326 of file dma_common_l1f013.h.

◆ DMA_CCR_PSIZE_8BIT

#define DMA_CCR_PSIZE_8BIT   (0x0 << 8)

Definition at line 324 of file dma_common_l1f013.h.