Searched refs:currentBDAddr (Results 1 – 2 of 2) sorted by relevance
376 s_SDMACCB[instance][0].currentBDAddr = in SDMA_Init()381 s_SDMACCB[instance][0].currentBDAddr = (uint32_t)(&s_SDMABD[instance][0]); in SDMA_Init()567 s_SDMACCB[sdmaInstance][channel].currentBDAddr = in SDMA_CreateHandle()573 …s_SDMACCB[sdmaInstance][channel].currentBDAddr = (uint32_t)(&s_SDMABD[sdmaInstance][channe… in SDMA_CreateHandle()594 s_SDMACCB[sdmaInstance][handle->channel].currentBDAddr = in SDMA_InstallBDMemory()598 s_SDMACCB[sdmaInstance][handle->channel].currentBDAddr = (uint32_t)(handle->BDPool); in SDMA_InstallBDMemory()1032 s_SDMACCB[0][handle->channel].currentBDAddr = (uint32_t)(&handle->BDPool[handle->bdIndex]); in SDMA_HandleIRQ()1036 s_SDMACCB[0][handle->channel].currentBDAddr = s_SDMACCB[0][handle->channel].baseBDAddr; in SDMA_HandleIRQ()
269 uint32_t currentBDAddr; /*!< Address of current buffer descriptor processed */ member