Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c469 uint32_t circular_copy_length; in HAL_DCMI_Start_DMA() local
523 circular_copy_length = DCMI_TransferSize(Length); in HAL_DCMI_Start_DMA()
526 if (circular_copy_length == 0U) in HAL_DCMI_Start_DMA()
538 hdcmi->XferCount = 2U * ((Length / circular_copy_length) - 1U); in HAL_DCMI_Start_DMA()
540 hdcmi->HalfCopyLength = circular_copy_length / 2U; in HAL_DCMI_Start_DMA()
554 hdcmi->pCircularBuffer += 4U * (((Length / circular_copy_length) - 1U) * circular_copy_length); in HAL_DCMI_Start_DMA()
557 … (uint32_t)&hdcmi->Instance->DR, (uint32_t)hdcmi->pCircularBuffer, circular_copy_length) != HAL_OK) in HAL_DCMI_Start_DMA()