STM32H735xx HAL User Manual
Defines
Transfer Direction
BDMA Exported Constants

Defines

#define LL_BDMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U
#define LL_BDMA_DIRECTION_MEMORY_TO_PERIPH   BDMA_CCR_DIR
#define LL_BDMA_DIRECTION_MEMORY_TO_MEMORY   BDMA_CCR_MEM2MEM

Define Documentation

#define LL_BDMA_DIRECTION_MEMORY_TO_MEMORY   BDMA_CCR_MEM2MEM

Memory to memory direction

Definition at line 259 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_DIRECTION_MEMORY_TO_PERIPH   BDMA_CCR_DIR

Memory to peripheral direction

Definition at line 258 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_ConfigAddresses().

#define LL_BDMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U

Peripheral to memory direction

Definition at line 257 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_StructInit().