STM32H735xx HAL User Manual
Data Fields
HAL_DMA_MuxSyncConfigTypeDef Struct Reference

HAL DMAMUX Synchronization configuration structure definition. More...

#include <stm32h7xx_hal_dma_ex.h>

Data Fields

uint32_t SyncSignalID
uint32_t SyncPolarity
FunctionalState SyncEnable
FunctionalState EventEnable
uint32_t RequestNumber

Detailed Description

HAL DMAMUX Synchronization configuration structure definition.

Definition at line 57 of file stm32h7xx_hal_dma_ex.h.


Field Documentation

Specifies if an event shall be generated once the RequestNumber is reached. This parameter can take the value ENABLE or DISABLE

Definition at line 69 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxSync().

Specifies the number of DMA request that will be authorized after a sync event. This parameters can be in the range 1 to 32

Definition at line 72 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxSync().

Specifies if the synchronization shall be enabled or disabled This parameter can take the value ENABLE or DISABLE

Definition at line 65 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxSync().

Specifies the polarity of the signal on which the DMA request is synchronized. This parameter can be a value of DMAEx MUX SyncPolarity selection

Definition at line 62 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxSync().

Specifies the synchronization signal gating the DMA request in periodic mode. This parameter can be a value of DMAEx MUX SyncSignalID selection

Definition at line 59 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxSync().


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