![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
STM32 DMA helper driver header. More...
Go to the source code of this file.
Defines | |
| #define | DMA1_ID 0 |
| DMA1 identifier. | |
| #define | DMA2_ID 1 |
| DMA2 identifier. | |
Functions | |
| void | dmaInit (void) |
| STM32 DMA helper initialization. | |
| void | dmaEnable (uint32_t dma) |
| Enables the specified DMA controller clock. | |
| void | dmaDisable (uint32_t dma) |
| Disables the specified DMA controller clock. | |
STM32 DMA helper driver header.
Definition in file stm32_dma.h.
1.7.1