EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Configuration structure for primary or alternate descriptor (not used for scatter-gather DMA cycles).
#include <em_dma.h>
Data Fields | |
DMA_ArbiterConfig_TypeDef | arbRate |
DMA_DataInc_TypeDef | dstInc |
uint8_t | hprot |
DMA_DataSize_TypeDef | size |
DMA_DataInc_TypeDef | srcInc |
DMA_ArbiterConfig_TypeDef DMA_CfgDescr_TypeDef::arbRate |
Arbitration rate, ie number of DMA transfers done before rearbitration takes place.
Definition at line 231 of file em_dma.h.
Referenced by DMA_CfgDescr().
DMA_DataInc_TypeDef DMA_CfgDescr_TypeDef::dstInc |
Destination increment size for each DMA transfer
Definition at line 219 of file em_dma.h.
Referenced by DMA_CfgDescr().
uint8_t DMA_CfgDescr_TypeDef::hprot |
HPROT signal state, please refer to reference manual, DMA chapter for further details. Normally set to 0 if protection is not an issue. The following bits are available:
Definition at line 242 of file em_dma.h.
Referenced by DMA_CfgDescr().
DMA_DataSize_TypeDef DMA_CfgDescr_TypeDef::size |
DMA_DataInc_TypeDef DMA_CfgDescr_TypeDef::srcInc |
Source increment size for each DMA transfer
Definition at line 222 of file em_dma.h.
Referenced by DMA_CfgDescr().