Searched refs:loop_length (Results 1 – 1 of 1) sorted by relevance
1255 uint32_t loop_length; /* transfer length */ in DCMI_DMAXferCplt() local1288 loop_length = hdcmi->HalfCopyLength; in DCMI_DMAXferCplt()1291 hdcmi->pBuffPtr += (uint32_t) loop_length*4U; in DCMI_DMAXferCplt()1302 …hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) != HAL_OK) in DCMI_DMAXferCplt()1371 uint32_t loop_length; /* transfer length */ in DCMI_DMAHalfXferCplt() local1393 loop_length = hdcmi->HalfCopyLength; in DCMI_DMAHalfXferCplt()1396 hdcmi->pBuffPtr += (uint32_t) loop_length*4U; in DCMI_DMAHalfXferCplt()1401 …hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, loop_length) != HAL_OK) in DCMI_DMAHalfXferCplt()