STM32F439xx HAL User Manual
Defines
DMA Channel selection
DMA Exported Constants

DMA channel selection. More...

Defines

#define DMA_CHANNEL_0   0x00000000U
#define DMA_CHANNEL_1   0x02000000U
#define DMA_CHANNEL_2   0x04000000U
#define DMA_CHANNEL_3   0x06000000U
#define DMA_CHANNEL_4   0x08000000U
#define DMA_CHANNEL_5   0x0A000000U
#define DMA_CHANNEL_6   0x0C000000U
#define DMA_CHANNEL_7   0x0E000000U

Detailed Description

DMA channel selection.


Define Documentation

#define DMA_CHANNEL_0   0x00000000U

DMA Channel 0

Definition at line 218 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_1   0x02000000U

DMA Channel 1

Definition at line 219 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_2   0x04000000U

DMA Channel 2

Definition at line 220 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_3   0x06000000U

DMA Channel 3

Definition at line 221 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_4   0x08000000U

DMA Channel 4

Definition at line 222 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_5   0x0A000000U

DMA Channel 5

Definition at line 223 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_6   0x0C000000U

DMA Channel 6

Definition at line 224 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_7   0x0E000000U

DMA Channel 7

Definition at line 225 of file stm32f4xx_hal_dma.h.