Searched refs:DSTEND (Results 1 – 6 of 6) sorted by relevance
49 (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()
78 (basePointer)->DSTEND.U32 = dstend;\
216 struct SI32_DMADESC_A_DSTEND_Struct DSTEND ; // Base Address + 0x4 member
208 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()
49 __IOM void * __IOM DSTEND; /**< DMA destination address end */ member