Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dcmi.c1267 uint32_t * tmpBuffer_Dest; in DCMI_DMAXferCplt() local
1282 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
1299 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1368 uint32_t * tmpBuffer_Dest; in DCMI_DMAHalfXferCplt() local
1381 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAHalfXferCplt()
1395 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()