Home
last modified time | relevance | path

Searched refs:DSTEND (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_DMADESC_A_Type.c49 (basePointer)->DSTEND.U32 = dstend; in _SI32_DMADESC_A_initialize()
80 basePointer->DSTEND.U32 = (uint32_t)dstPointer; in _SI32_DMADESC_A_configure()
95 basePointer->DSTEND.U32 += (count << size); in _SI32_DMADESC_A_configure()
116 …(basePointer)->DSTEND.U32 = ((uint32_t)&basePointer[SI32_DMADESC_ALT_STRIDE+1]) - sizeof(uint32_t); in _SI32_DMADESC_A_configure_memory_scatter_gather()
138 …(basePointer)->DSTEND.U32 = ((uint32_t)&basePointer[SI32_DMADESC_ALT_STRIDE+1]) - sizeof(uint32_t); in _SI32_DMADESC_A_configure_peripheral_scatter_gather()
DSI32_DMADESC_A_Type.h78 (basePointer)->DSTEND.U32 = dstend;\
DSI32_DMADESC_A_Registers.h216 struct SI32_DMADESC_A_DSTEND_Struct DSTEND ; // Base Address + 0x4 member
/hal_silabs-latest/gecko/emlib/src/
Dem_dma.c208 descr->DSTEND = dst; in DMA_Prepare()
210 descr->DSTEND = (void *)((uint32_t)dst + (nMinus1 << inc)); in DMA_Prepare()
581 descr->DSTEND = (uint32_t *)((DMA_DESCRIPTOR_TypeDef *)(DMA->ALTCTRLBASE) in DMA_ActivateScatterGather()
864 descr->DSTEND = cfg->dst; in DMA_CfgDescrScatterGather()
866 descr->DSTEND = (void *)((uint32_t)(cfg->dst) in DMA_CfgDescrScatterGather()
1104 descr->DSTEND = dst; in DMA_RefreshPingPong()
1106 descr->DSTEND = (void *)((uint32_t)dst + (nMinus1 << inc)); in DMA_RefreshPingPong()
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32HG/Include/
Defm32hg_dma_descriptor.h49 __IOM void * __IOM DSTEND; /**< DMA destination address end */ member
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_dma_descriptor.h49 __IOM void * __IOM DSTEND; /**< DMA destination address end */ member