STM32F4xx_HAL_Driver  1.8.3

Filter control functions. More...

+ Collaboration diagram for Filter control functions:

Functions

HAL_StatusTypeDef HAL_DFSDM_FilterConfigRegChannel (DFSDM_Filter_HandleTypeDef *hdfsdm_filter, uint32_t Channel, uint32_t ContinuousMode)
 This function allows to select channel and to enable/disable continuous mode for regular conversion. More...
 
HAL_StatusTypeDef HAL_DFSDM_FilterConfigInjChannel (DFSDM_Filter_HandleTypeDef *hdfsdm_filter, uint32_t Channel)
 This function allows to select channels for injected conversion. More...
 

Detailed Description

Filter control functions.

  ==============================================================================
                    ##### Filter control functions #####
  ==============================================================================
    [..]  This section provides functions allowing to:
      (+) Select channel and enable/disable continuous mode for regular conversion.
      (+) Select channels for injected conversion.

Function Documentation

◆ HAL_DFSDM_FilterConfigInjChannel()

HAL_StatusTypeDef HAL_DFSDM_FilterConfigInjChannel ( DFSDM_Filter_HandleTypeDef hdfsdm_filter,
uint32_t  Channel 
)

This function allows to select channels for injected conversion.

Parameters
hdfsdm_filterDFSDM filter handle.
ChannelChannels for injected conversion. This parameter can be a values combination of DFSDM Channel Selection.
Return values
HALstatus

Definition at line 2190 of file stm32f4xx_hal_dfsdm.c.

◆ HAL_DFSDM_FilterConfigRegChannel()

HAL_StatusTypeDef HAL_DFSDM_FilterConfigRegChannel ( DFSDM_Filter_HandleTypeDef hdfsdm_filter,
uint32_t  Channel,
uint32_t  ContinuousMode 
)

This function allows to select channel and to enable/disable continuous mode for regular conversion.

Parameters
hdfsdm_filterDFSDM filter handle.
ChannelChannel for regular conversion. This parameter can be a value of DFSDM Channel Selection.
ContinuousModeEnable/disable continuous mode for regular conversion. This parameter can be a value of DFSDM Continuous Mode.
Return values
HALstatus

Definition at line 2145 of file stm32f4xx_hal_dfsdm.c.