Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dcmi.c562 hdcmi->pCircularBuffer = pData; in HAL_DCMI_Start_DMA()
565 hdcmi->pCircularBuffer += 4U * (((Length / circular_copy_length) - 1U) * circular_copy_length); in HAL_DCMI_Start_DMA()
568 …(hdcmi->DMA_Handle, (uint32_t)&hdcmi->Instance->DR, (uint32_t)hdcmi->pCircularBuffer, circular_cop… in HAL_DCMI_Start_DMA()
1285 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAXferCplt()
1384 tmpBuffer_Orig = (uint32_t *)hdcmi->pCircularBuffer; in DCMI_DMAHalfXferCplt()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dcmi.h169 uint32_t pCircularBuffer; /*!< Pointer to intermediate copy buffer member