STM32L486xx 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 328 of file stm32l4xx_ll_dma.h.

#define LL_DMA_MODE_NORMAL   0x00000000U

Normal Mode

Definition at line 327 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().