STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

DMA channel selection. More...

Collaboration diagram for DMA Channel selection:

Macros

#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.

Macro Definition Documentation

◆ DMA_CHANNEL_0

#define DMA_CHANNEL_0   0x00000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 0

Definition at line 201 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_1

#define DMA_CHANNEL_1   0x02000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 1

Definition at line 202 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_2

#define DMA_CHANNEL_2   0x04000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 2

Definition at line 203 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_3

#define DMA_CHANNEL_3   0x06000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 3

Definition at line 204 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_4

#define DMA_CHANNEL_4   0x08000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 4

Definition at line 205 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_5

#define DMA_CHANNEL_5   0x0A000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 5

Definition at line 206 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_6

#define DMA_CHANNEL_6   0x0C000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 6

Definition at line 207 of file stm32f4xx_hal_dma.h.

◆ DMA_CHANNEL_7

#define DMA_CHANNEL_7   0x0E000000U

#include <stm32f4xx_hal_dma.h>

DMA Channel 7

Definition at line 208 of file stm32f4xx_hal_dma.h.