Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dcmi.c1251 uint32_t * tmpBuffer_Dest; in DCMI_DMAXferCplt() local
1266 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
1283 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1352 uint32_t * tmpBuffer_Dest; in DCMI_DMAHalfXferCplt() local
1365 tmpBuffer_Dest = (uint32_t *)hdcmi->pBuffPtr; in DCMI_DMAHalfXferCplt()
1379 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()