DMA Controller. More...
#include <stm32f10x.h>
Data Fields | |
__IO uint32_t | CCR |
__IO uint32_t | CNDTR |
__IO uint32_t | CPAR |
__IO uint32_t | CMAR |
DMA Controller.
DMA channel x configuration register
Referenced by DMA_Disable(), DMA_Enable(), DMA_Init(), DMA_IrqMask(), and DMA_Setup().
DMA channel x number of data register
Referenced by DMA_Setup().
DMA channel x peripheral address register
Referenced by DMA_Setup().
DMA channel x memory address register
Referenced by DMA_Setup().