Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c1257 uint32_t * tmpBuffer_Orig; in DCMI_DMAXferCplt() local
1282 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAXferCplt()
1283 temp = (uint32_t) (tmpBuffer_Orig); in DCMI_DMAXferCplt()
1285 tmpBuffer_Orig = (uint32_t *) temp; in DCMI_DMAXferCplt()
1302 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1373 uint32_t * tmpBuffer_Orig; in DCMI_DMAHalfXferCplt() local
1390 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAHalfXferCplt()
1401 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()