STM32H735xx HAL User Manual
Data Fields
HAL_DMA_MuxRequestGeneratorConfigTypeDef Struct Reference

HAL DMAMUX request generator parameters structure definition. More...

#include <stm32h7xx_hal_dma_ex.h>

Data Fields

uint32_t SignalID
uint32_t Polarity
uint32_t RequestNumber

Detailed Description

HAL DMAMUX request generator parameters structure definition.

Definition at line 81 of file stm32h7xx_hal_dma_ex.h.


Field Documentation

Specifies the polarity of the signal on which the request is generated. This parameter can be a value of DMAEx MUX RequestGeneneratorPolarity selection

Definition at line 86 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxRequestGenerator().

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

Definition at line 89 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxRequestGenerator().

Specifies the ID of the signal used for DMAMUX request generator This parameter can be a value of DMAEx MUX SignalGeneratorID selection

Definition at line 83 of file stm32h7xx_hal_dma_ex.h.

Referenced by HAL_DMAEx_ConfigMuxRequestGenerator().


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