Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dcmi.c1268 uint32_t * tmpBuffer_Orig; in DCMI_DMAXferCplt() local
1285 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAXferCplt()
1286 temp = (uint32_t) (tmpBuffer_Orig); in DCMI_DMAXferCplt()
1288 tmpBuffer_Orig = (uint32_t *) temp; in DCMI_DMAXferCplt()
1299 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1369 uint32_t * tmpBuffer_Orig; in DCMI_DMAHalfXferCplt() local
1384 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAHalfXferCplt()
1395 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()