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