STM32F103xB HAL User Manual
Defines
CHANNEL
DMA Exported Constants

Defines

#define LL_DMA_CHANNEL_1   0x00000001U
#define LL_DMA_CHANNEL_2   0x00000002U
#define LL_DMA_CHANNEL_3   0x00000003U
#define LL_DMA_CHANNEL_4   0x00000004U
#define LL_DMA_CHANNEL_5   0x00000005U
#define LL_DMA_CHANNEL_6   0x00000006U
#define LL_DMA_CHANNEL_7   0x00000007U
#define LL_DMA_CHANNEL_ALL   0xFFFF0000U

Define Documentation

#define LL_DMA_CHANNEL_1   0x00000001U

DMA Channel 1

Definition at line 233 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_2   0x00000002U

DMA Channel 2

Definition at line 234 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_3   0x00000003U

DMA Channel 3

Definition at line 235 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_4   0x00000004U

DMA Channel 4

Definition at line 236 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_5   0x00000005U

DMA Channel 5

Definition at line 237 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_6   0x00000006U

DMA Channel 6

Definition at line 238 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_7   0x00000007U

DMA Channel 7

Definition at line 239 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_ALL   0xFFFF0000U

DMA Channel all (used only for function LL_DMA_DeInit().

Definition at line 241 of file stm32f1xx_ll_dma.h.