Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c1256 uint32_t * tmpBuffer_Dest; in DCMI_DMAXferCplt() local
1279 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
1302 …Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) … in DCMI_DMAXferCplt()
1372 uint32_t * tmpBuffer_Dest; in DCMI_DMAHalfXferCplt() local
1387 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAHalfXferCplt()
1401 …Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) … in DCMI_DMAHalfXferCplt()