Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c1302 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAXferCplt()
1401 …if (HAL_DMA_Start_IT(hdcmi->DMAM2M_Handle, (uint32_t) tmpBuffer_Orig, (uint32_t) tmpBuffer_Dest, l… in DCMI_DMAHalfXferCplt()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dcmi.h153 …DMA_HandleTypeDef *DMAM2M_Handle; /*!< Pointer to DMA handler for memory to memor… member