STM32L486xx HAL User Manual
Data Fields
DFSDM_Filter_InjectedParamTypeDef Struct Reference

DFSDM filter injected conversion parameters structure definition. More...

#include <stm32l4xx_hal_dfsdm.h>

Data Fields

uint32_t Trigger
FunctionalState ScanMode
FunctionalState DmaMode
uint32_t ExtTrigger
uint32_t ExtTriggerEdge

Detailed Description

DFSDM filter injected conversion parameters structure definition.

Definition at line 201 of file stm32l4xx_hal_dfsdm.h.


Field Documentation

Enable/disable DMA for injected conversion

Definition at line 206 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().

External trigger. This parameter can be a value of DFSDM filter external trigger

Definition at line 207 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().

External trigger edge: rising, falling or both. This parameter can be a value of DFSDM filter external trigger edge

Definition at line 209 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().

Enable/disable scanning mode for injected conversion

Definition at line 205 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().

Trigger used to start injected conversion: software, external or synchronous. This parameter can be a value of DFSDM filter conversion trigger

Definition at line 203 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().


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