Prusa MINI Firmware overview
DMAEx Exported Types

DMAEx Exported types. More...

Collaboration diagram for DMAEx Exported Types:

Enumerations

enum  HAL_DMA_MemoryTypeDef { MEMORY0 = 0x00U, MEMORY1 = 0x01U }
 HAL DMA Memory definition. More...
 

Detailed Description

DMAEx Exported types.

Enumeration Type Documentation

◆ HAL_DMA_MemoryTypeDef

HAL DMA Memory definition.

Enumerator
MEMORY0 

Memory 0

MEMORY1 

Memory 1

65 {
66  MEMORY0 = 0x00U, /*!< Memory 0 */
67  MEMORY1 = 0x01U /*!< Memory 1 */
MEMORY0
Definition: stm32f4xx_hal_dma_ex.h:66
MEMORY1
Definition: stm32f4xx_hal_dma_ex.h:67
HAL_DMA_MemoryTypeDef
HAL_DMA_MemoryTypeDef
HAL DMA Memory definition.
Definition: stm32f4xx_hal_dma_ex.h:64