Home
last modified time | relevance | path

Searched refs:_DMA_CTRL_SRC_INC_NONE (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Include/
Defm32hg_dmactrl.h71 #define _DMA_CTRL_SRC_INC_NONE 0x03 /**< No increment */ macro
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_dmactrl.h71 #define _DMA_CTRL_SRC_INC_NONE 0x03 /**< No increment */ macro
/hal_silabs-3.5.0/gecko/emlib/src/
Dem_dma.c198 if (inc == _DMA_CTRL_SRC_INC_NONE) { in DMA_Prepare()
1094 if (inc == _DMA_CTRL_SRC_INC_NONE) { in DMA_RefreshPingPong()
/hal_silabs-3.5.0/gecko/emlib/inc/
Dem_dma.h61 dmaDataIncNone = _DMA_CTRL_SRC_INC_NONE /**< Do not increment address. */