STM32L443xx HAL User Manual
Defines
CHANNEL
DMA Exported Constants

Defines

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

Define Documentation

#define LL_DMA_CHANNEL_1   0x00000000U

DMA Channel 1

Definition at line 281 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_2   0x00000001U

DMA Channel 2

Definition at line 282 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_3   0x00000002U

DMA Channel 3

Definition at line 283 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_4   0x00000003U

DMA Channel 4

Definition at line 284 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_5   0x00000004U

DMA Channel 5

Definition at line 285 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_6   0x00000005U

DMA Channel 6

Definition at line 286 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_7   0x00000006U

DMA Channel 7

Definition at line 287 of file stm32l4xx_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 289 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().