|
DIY Logging Volt/Ampmeter
|
Macros | |
| #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.
| #define DMA_NORMAL 0x00000000U |
Normal mode
Definition at line 212 of file stm32f1xx_hal_dma.h.