STM32H735xx HAL User Manual
Defines
CHANNEL
BDMA Exported Constants

Defines

#define LL_BDMA_CHANNEL_0   0x00000000U
#define LL_BDMA_CHANNEL_1   0x00000001U
#define LL_BDMA_CHANNEL_2   0x00000002U
#define LL_BDMA_CHANNEL_3   0x00000003U
#define LL_BDMA_CHANNEL_4   0x00000004U
#define LL_BDMA_CHANNEL_5   0x00000005U
#define LL_BDMA_CHANNEL_6   0x00000006U
#define LL_BDMA_CHANNEL_7   0x00000007U
#define LL_BDMA_CHANNEL_ALL   0xFFFF0000U

Define Documentation

#define LL_BDMA_CHANNEL_0   0x00000000U

DMA Channel 0

Definition at line 239 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_1   0x00000001U

BDMA Channel 1

Definition at line 240 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_2   0x00000002U

BDMA Channel 2

Definition at line 241 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_3   0x00000003U

BDMA Channel 3

Definition at line 242 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_4   0x00000004U

BDMA Channel 4

Definition at line 243 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_5   0x00000005U

BDMA Channel 5

Definition at line 244 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_6   0x00000006U

BDMA Channel 6

Definition at line 245 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_7   0x00000007U

BDMA Channel 7

Definition at line 246 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().

#define LL_BDMA_CHANNEL_ALL   0xFFFF0000U

BDMA Channel all (used only for function LL_BDMA_DeInit().

Definition at line 248 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_DeInit().