STM32L486xx 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 300 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_2   0x00000002U

DMA Channel 2

Definition at line 301 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_3   0x00000003U

DMA Channel 3

Definition at line 302 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_4   0x00000004U

DMA Channel 4

Definition at line 303 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_5   0x00000005U

DMA Channel 5

Definition at line 304 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_6   0x00000006U

DMA Channel 6

Definition at line 305 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().

#define LL_DMA_CHANNEL_7   0x00000007U

DMA Channel 7

Definition at line 306 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 308 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_DeInit().