EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Definition at line 40 of file efm32g_dma_descriptor.h.
Data Fields | |
__IOM uint32_t | CTRL |
__IOM void *__IOM | DSTEND |
__IOM void *__IOM | SRCEND |
__IOM uint32_t | USER |
__IOM uint32_t DMA_DESCRIPTOR_TypeDef::CTRL |
DMA control register
Definition at line 46 of file efm32g_dma_descriptor.h.
Referenced by DMA_ActivateScatterGather(), DMA_CfgDescr(), DMA_CfgDescrScatterGather(), and DMA_RefreshPingPong().
__IOM void* __IOM DMA_DESCRIPTOR_TypeDef::DSTEND |
DMA destination address end
Definition at line 45 of file efm32g_dma_descriptor.h.
Referenced by DMA_ActivateScatterGather(), DMA_CfgDescrScatterGather(), and DMA_RefreshPingPong().
__IOM void* __IOM DMA_DESCRIPTOR_TypeDef::SRCEND |
DMA source address end
Definition at line 44 of file efm32g_dma_descriptor.h.
Referenced by DMA_ActivateScatterGather(), DMA_CfgDescrScatterGather(), and DMA_RefreshPingPong().
__IOM uint32_t DMA_DESCRIPTOR_TypeDef::USER |
DMA padding register, available for user
Definition at line 47 of file efm32g_dma_descriptor.h.
Referenced by DMA_ActivateScatterGather(), DMA_CfgChannel(), and DMA_CfgDescrScatterGather().