Macros

#define LL_DMA_CHANNEL_0   ((uint32_t)0x00000000U)
 
#define LL_DMA_CHANNEL_1   ((uint32_t)0x00000001U)
 
#define LL_DMA_CHANNEL_2   ((uint32_t)0x00000002U)
 
#define LL_DMA_CHANNEL_3   ((uint32_t)0x00000003U)
 
#define LL_DMA_CHANNEL_4   ((uint32_t)0x00000004U)
 
#define LL_DMA_CHANNEL_ALL   ((uint32_t)0xFFFF0000U)
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_CHANNEL_0

#define LL_DMA_CHANNEL_0   ((uint32_t)0x00000000U)

DMA Channel 0

Definition at line 151 of file ll_dma.h.

◆ LL_DMA_CHANNEL_1

#define LL_DMA_CHANNEL_1   ((uint32_t)0x00000001U)

DMA Channel 1

Definition at line 152 of file ll_dma.h.

◆ LL_DMA_CHANNEL_2

#define LL_DMA_CHANNEL_2   ((uint32_t)0x00000002U)

DMA Channel 2

Definition at line 153 of file ll_dma.h.

◆ LL_DMA_CHANNEL_3

#define LL_DMA_CHANNEL_3   ((uint32_t)0x00000003U)

DMA Channel 3

Definition at line 154 of file ll_dma.h.

◆ LL_DMA_CHANNEL_4

#define LL_DMA_CHANNEL_4   ((uint32_t)0x00000004U)

DMA Channel 4

Definition at line 155 of file ll_dma.h.

◆ LL_DMA_CHANNEL_ALL

#define LL_DMA_CHANNEL_ALL   ((uint32_t)0xFFFF0000U)

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

Definition at line 156 of file ll_dma.h.