STM32H735xx HAL User Manual
Data Fields
DMA_InitTypeDef Struct Reference

DMA Configuration Structure definition. More...

#include <stm32h7xx_hal_dma.h>

Data Fields

uint32_t Request
uint32_t Direction
uint32_t PeriphInc
uint32_t MemInc
uint32_t PeriphDataAlignment
uint32_t MemDataAlignment
uint32_t Mode
uint32_t Priority
uint32_t FIFOMode
uint32_t FIFOThreshold
uint32_t MemBurst
uint32_t PeriphBurst

Detailed Description

DMA Configuration Structure definition.

Definition at line 48 of file stm32h7xx_hal_dma.h.


Field Documentation

Specifies if the data will be transferred from memory to peripheral, from memory to memory or from peripheral to memory. This parameter can be a value of DMA Data transfer direction

Definition at line 53 of file stm32h7xx_hal_dma.h.

Referenced by DMA_MultiBufferSetConfig(), DMA_SetConfig(), HAL_DMA_Init(), HAL_DMAEx_MultiBufferStart(), and HAL_DMAEx_MultiBufferStart_IT().

Specifies if the FIFO mode or Direct mode will be used for the specified stream. This parameter can be a value of DMA FIFO direct mode

Note:
The Direct mode (FIFO mode disabled) cannot be used if the memory-to-memory data transfer is configured on the selected stream

Definition at line 77 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init().

Specifies the FIFO threshold level. This parameter can be a value of DMA FIFO threshold level

Definition at line 82 of file stm32h7xx_hal_dma.h.

Referenced by DMA_CheckFifoParam(), and HAL_DMA_Init().

Specifies the Burst transfer configuration for the memory transfers. It specifies the amount of data to be transferred in a single non interruptible transaction. This parameter can be a value of DMA Memory burst

Note:
The burst mode is possible only if the address Increment mode is enabled.

Definition at line 85 of file stm32h7xx_hal_dma.h.

Referenced by DMA_CheckFifoParam(), and HAL_DMA_Init().

Specifies the Memory data width. This parameter can be a value of DMA Memory data size

Definition at line 66 of file stm32h7xx_hal_dma.h.

Referenced by DMA_CheckFifoParam(), HAL_DMA_Init(), HAL_SPI_Receive_DMA(), HAL_SPI_Transmit_DMA(), and HAL_SPI_TransmitReceive_DMA().

Specifies whether the memory address register should be incremented or not. This parameter can be a value of DMA Memory incremented mode

Definition at line 60 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init().

Specifies the Burst transfer configuration for the peripheral transfers. It specifies the amount of data to be transferred in a single non interruptible transaction. This parameter can be a value of DMA Peripheral burst

Note:
The burst mode is possible only if the address Increment mode is enabled.

Definition at line 91 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init().

Specifies the Peripheral data width. This parameter can be a value of DMA Peripheral data size

Definition at line 63 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init(), HAL_PSSI_Receive_DMA(), and HAL_PSSI_Transmit_DMA().

Specifies whether the Peripheral address register should be incremented or not. This parameter can be a value of DMA Peripheral incremented mode

Definition at line 57 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init().

Specifies the software priority for the DMAy Streamx. This parameter can be a value of DMA Priority level

Definition at line 74 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init().

Specifies the request selected for the specified stream. This parameter can be a value of DMA Request selection

Definition at line 50 of file stm32h7xx_hal_dma.h.

Referenced by DMA_CalcDMAMUXRequestGenBaseAndMask(), HAL_DMA_DeInit(), and HAL_DMA_Init().


The documentation for this struct was generated from the following file: