Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dcmi.c1250 uint32_t loop_length; /* transfer length */ in DCMI_DMAXferCplt() local
1275 loop_length = hdcmi->HalfCopyLength; in DCMI_DMAXferCplt()
1278 hdcmi->pBuffPtr += (uint32_t) loop_length*4U; in DCMI_DMAXferCplt()
1283 …hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) != HAL_OK) in DCMI_DMAXferCplt()
1351 uint32_t loop_length; /* transfer length */ in DCMI_DMAHalfXferCplt() local
1371 loop_length = hdcmi->HalfCopyLength; in DCMI_DMAHalfXferCplt()
1374 hdcmi->pBuffPtr += (uint32_t) loop_length*4U; in DCMI_DMAHalfXferCplt()
1379 …hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) != HAL_OK) in DCMI_DMAHalfXferCplt()