Prusa MINI Firmware overview
|
Go to the documentation of this file.
37 #ifndef __STM32F4xx_HAL_DMA_EX_H
38 #define __STM32F4xx_HAL_DMA_EX_H
Definition: stm32f4xx_hal_dma_ex.h:66
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef HAL_DMAEx_ChangeMemory(DMA_HandleTypeDef *hdma, uint32_t Address, HAL_DMA_MemoryTypeDef memory)
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32f4xx_hal_def.h:55
HAL_StatusTypeDef HAL_DMAEx_MultiBufferStart_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength)
DMA handle Structure definition.
Definition: stm32f4xx_hal_dma.h:155
Definition: stm32f4xx_hal_dma_ex.h:67
HAL_DMA_MemoryTypeDef
HAL DMA Memory definition.
Definition: stm32f4xx_hal_dma_ex.h:64
HAL_StatusTypeDef HAL_DMAEx_MultiBufferStart(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength)