STM32F479xx 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 202 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_1   0x02000000U

DMA Channel 1

Definition at line 203 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_2   0x04000000U

DMA Channel 2

Definition at line 204 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_3   0x06000000U

DMA Channel 3

Definition at line 205 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_4   0x08000000U

DMA Channel 4

Definition at line 206 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_5   0x0A000000U

DMA Channel 5

Definition at line 207 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_6   0x0C000000U

DMA Channel 6

Definition at line 208 of file stm32f4xx_hal_dma.h.

#define DMA_CHANNEL_7   0x0E000000U

DMA Channel 7

Definition at line 209 of file stm32f4xx_hal_dma.h.