STM32F439xx HAL User Manual
Defines
CHANNEL
DMA Exported Constants

Defines

#define LL_DMA_CHANNEL_0   0x00000000U /* Select Channel0 of DMA Instance */
#define LL_DMA_CHANNEL_1   DMA_SxCR_CHSEL_0 /* Select Channel1 of DMA Instance */
#define LL_DMA_CHANNEL_2   DMA_SxCR_CHSEL_1 /* Select Channel2 of DMA Instance */
#define LL_DMA_CHANNEL_3   (DMA_SxCR_CHSEL_0 | DMA_SxCR_CHSEL_1) /* Select Channel3 of DMA Instance */
#define LL_DMA_CHANNEL_4   DMA_SxCR_CHSEL_2 /* Select Channel4 of DMA Instance */
#define LL_DMA_CHANNEL_5   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_0) /* Select Channel5 of DMA Instance */
#define LL_DMA_CHANNEL_6   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_1) /* Select Channel6 of DMA Instance */
#define LL_DMA_CHANNEL_7   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_1 | DMA_SxCR_CHSEL_0) /* Select Channel7 of DMA Instance */

Define Documentation

#define LL_DMA_CHANNEL_0   0x00000000U /* Select Channel0 of DMA Instance */

Definition at line 304 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_DeInit(), and LL_DMA_StructInit().

#define LL_DMA_CHANNEL_1   DMA_SxCR_CHSEL_0 /* Select Channel1 of DMA Instance */

Definition at line 305 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_2   DMA_SxCR_CHSEL_1 /* Select Channel2 of DMA Instance */

Definition at line 306 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_3   (DMA_SxCR_CHSEL_0 | DMA_SxCR_CHSEL_1) /* Select Channel3 of DMA Instance */

Definition at line 307 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_4   DMA_SxCR_CHSEL_2 /* Select Channel4 of DMA Instance */

Definition at line 308 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_5   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_0) /* Select Channel5 of DMA Instance */

Definition at line 309 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_6   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_1) /* Select Channel6 of DMA Instance */

Definition at line 310 of file stm32f4xx_ll_dma.h.

#define LL_DMA_CHANNEL_7   (DMA_SxCR_CHSEL_2 | DMA_SxCR_CHSEL_1 | DMA_SxCR_CHSEL_0) /* Select Channel7 of DMA Instance */

Definition at line 311 of file stm32f4xx_ll_dma.h.