STM32F103xB HAL User Manual
Defines
DMA mode
DMA Exported Constants

Defines

#define DMA_NORMAL   0x00000000U
#define DMA_CIRCULAR   ((uint32_t)DMA_CCR_CIRC)

Define Documentation

#define DMA_CIRCULAR   ((uint32_t)DMA_CCR_CIRC)

Circular mode

Definition at line 213 of file stm32f1xx_hal_dma.h.

Referenced by HAL_UART_IRQHandler().

#define DMA_NORMAL   0x00000000U