STM32H735xx HAL User Manual
Defines
CHANNEL
MDMA Exported Constants

Defines

#define LL_MDMA_CHANNEL_0   0x00000000U
#define LL_MDMA_CHANNEL_1   0x00000001U
#define LL_MDMA_CHANNEL_2   0x00000002U
#define LL_MDMA_CHANNEL_3   0x00000003U
#define LL_MDMA_CHANNEL_4   0x00000004U
#define LL_MDMA_CHANNEL_5   0x00000005U
#define LL_MDMA_CHANNEL_6   0x00000006U
#define LL_MDMA_CHANNEL_7   0x00000007U
#define LL_MDMA_CHANNEL_8   0x00000008U
#define LL_MDMA_CHANNEL_9   0x00000009U
#define LL_MDMA_CHANNEL_10   0x0000000AU
#define LL_MDMA_CHANNEL_11   0x0000000BU
#define LL_MDMA_CHANNEL_12   0x0000000CU
#define LL_MDMA_CHANNEL_13   0x0000000DU
#define LL_MDMA_CHANNEL_14   0x0000000EU
#define LL_MDMA_CHANNEL_15   0x0000000FU
#define LL_MDMA_CHANNEL_ALL   0xFFFF0000U

Define Documentation

#define LL_MDMA_CHANNEL_0   0x00000000U

Definition at line 257 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_1   0x00000001U

Definition at line 258 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_10   0x0000000AU

Definition at line 267 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_11   0x0000000BU

Definition at line 268 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_12   0x0000000CU

Definition at line 269 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_13   0x0000000DU

Definition at line 270 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_14   0x0000000EU

Definition at line 271 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_15   0x0000000FU

Definition at line 272 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_2   0x00000002U

Definition at line 259 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_3   0x00000003U

Definition at line 260 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_4   0x00000004U

Definition at line 261 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_5   0x00000005U

Definition at line 262 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_6   0x00000006U

Definition at line 263 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_7   0x00000007U

Definition at line 264 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_8   0x00000008U

Definition at line 265 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_9   0x00000009U

Definition at line 266 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_CHANNEL_ALL   0xFFFF0000U

Definition at line 273 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_DeInit().