Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dcmi.c485 uint32_t circular_copy_length; in HAL_DCMI_Start_DMA() local
539 circular_copy_length = DCMI_TransferSize(Length); in HAL_DCMI_Start_DMA()
542 if (circular_copy_length == 0U) in HAL_DCMI_Start_DMA()
554 hdcmi->XferCount = 2U * ((Length / circular_copy_length) - 1U); in HAL_DCMI_Start_DMA()
556 hdcmi->HalfCopyLength = circular_copy_length / 2U; in HAL_DCMI_Start_DMA()
565 hdcmi->pCircularBuffer += 4U * (((Length / circular_copy_length) - 1U) * circular_copy_length); in HAL_DCMI_Start_DMA()
568 … (uint32_t)&hdcmi->Instance->DR, (uint32_t)hdcmi->pCircularBuffer, circular_copy_length) != HAL_OK) in HAL_DCMI_Start_DMA()