Home
last modified time | relevance | path

Searched refs:DMA (Results 1 – 25 of 88) sorted by relevance

1234

/hal_silabs-latest/gecko/emlib/src/
Dem_dma.c179 primDescr = ((DMA_DESCRIPTOR_TypeDef *)(DMA->CTRLBASE)) + channel; in DMA_Prepare()
185 descr = ((DMA_DESCRIPTOR_TypeDef *)(DMA->ALTCTRLBASE)) + channel; in DMA_Prepare()
216 DMA->CHUSEBURSTS = chBit; in DMA_Prepare()
218 DMA->CHUSEBURSTC = chBit; in DMA_Prepare()
222 DMA->CHALTC = chBit; in DMA_Prepare()
224 DMA->CHALTS = chBit; in DMA_Prepare()
270 pending = DMA->IF; in DMA_IRQHandler()
271 pending &= DMA->IEN; in DMA_IRQHandler()
278 prio = DMA->CHPRIS; in DMA_IRQHandler()
286 DMA_DESCRIPTOR_TypeDef *descr = (DMA_DESCRIPTOR_TypeDef *)(DMA->CTRLBASE); in DMA_IRQHandler()
[all …]
/hal_silabs-latest/gecko/emlib/inc/
Dem_dma.h378 DMA->LOOP0 = _DMA_LOOP0_RESETVALUE; in DMA_ResetLoop()
381 DMA->LOOP1 = _DMA_LOOP1_RESETVALUE; in DMA_ResetLoop()
402 DMA->RECT0 = _DMA_RECT0_RESETVALUE; in DMA_ResetRect()
432 DMA->IFC = flags; in DMA_IntClear()
445 DMA->IEN &= ~flags; in DMA_IntDisable()
463 DMA->IEN |= flags; in DMA_IntEnable()
479 return DMA->IF; in DMA_IntGet()
500 ien = DMA->IEN; in DMA_IntGetEnabled()
501 return DMA->IF & ien; in DMA_IntGetEnabled()
514 DMA->IFS = flags; in DMA_IntSet()
/hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/
Ddmadrv.c918 if ( DMA->IF & (1 << channelId) ) in DMADRV_TransferCompletePending()
977 iflag = DMA->IF; in DMADRV_TransferDone()
1040 iflag = DMA->IF; in DMADRV_TransferRemainingCount()
1376 DMA->IFC = 1 << channelId; in StartTransfer()
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32HG/Include/
Defm32hg309f32.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg309f64.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg310f32.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg310f64.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg322f32.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg322f64.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg350f32.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32hg350f64.h321 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg980f64.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg990f128.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg990f256.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg990f64.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg995f128.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg900f256.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg980f128.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg980f256.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg995f256.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg995f64.h392 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg380f128.h430 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg380f256.h430 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
Defm32wg380f64.h430 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */ macro
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc/
Dipmu_apis.c872 DMA = 0x00000001; in get_ipmu_temperature()

1234