STM32F103xB HAL User Manual
|
Defines | |
#define | DMA_NORMAL 0x00000000U |
#define | DMA_CIRCULAR ((uint32_t)DMA_CCR_CIRC) |
#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 |
Normal mode
Definition at line 212 of file stm32f1xx_hal_dma.h.
Referenced by TIM_DMACaptureCplt(), TIM_DMADelayPulseCplt(), TIM_DMADelayPulseNCplt(), TIM_DMAPeriodElapsedCplt(), and TIM_DMATriggerCplt().