STM32H735xx HAL User Manual
Defines
Transfer mode
BDMA Exported Constants

Defines

#define LL_BDMA_MODE_NORMAL   0x00000000U
#define LL_BDMA_MODE_CIRCULAR   BDMA_CCR_CIRC

Define Documentation

#define LL_BDMA_MODE_CIRCULAR   BDMA_CCR_CIRC

Circular Mode

Definition at line 268 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_MODE_NORMAL   0x00000000U

Normal Mode

Definition at line 267 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_StructInit().