Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dcmi.c1252 uint32_t * tmpBuffer_Orig; in DCMI_DMAXferCplt() local
1269 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAXferCplt()
1270 temp = (uint32_t) (tmpBuffer_Orig); in DCMI_DMAXferCplt()
1272 tmpBuffer_Orig = (uint32_t *) temp; in DCMI_DMAXferCplt()
1283 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1353 uint32_t * tmpBuffer_Orig; in DCMI_DMAHalfXferCplt() local
1368 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAHalfXferCplt()
1379 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()