STM32F103xB HAL User Manual
Defines
Transfer mode
DMA Exported Constants

Defines

#define LL_DMA_MODE_NORMAL   0x00000000U
#define LL_DMA_MODE_CIRCULAR   DMA_CCR_CIRC

Define Documentation

#define LL_DMA_MODE_CIRCULAR   DMA_CCR_CIRC

Circular Mode

Definition at line 261 of file stm32f1xx_ll_dma.h.

#define LL_DMA_MODE_NORMAL   0x00000000U

Normal Mode

Definition at line 260 of file stm32f1xx_ll_dma.h.

Referenced by LL_DMA_StructInit().