STM32L486xx HAL User Manual
Functions
Filter state functions
DFSDM Exported Functions

Filter state functions. More...

Functions

HAL_DFSDM_Filter_StateTypeDef HAL_DFSDM_FilterGetState (DFSDM_Filter_HandleTypeDef *hdfsdm_filter)
 This function allows to get the current DFSDM filter handle state.
uint32_t HAL_DFSDM_FilterGetError (DFSDM_Filter_HandleTypeDef *hdfsdm_filter)
 This function allows to get the current DFSDM filter error.

Detailed Description

Filter state functions.

  ==============================================================================
                     ##### Filter state functions #####
  ==============================================================================
    [..]  This section provides functions allowing to:
      (+) Get the DFSDM filter state.
      (+) Get the DFSDM filter error.

Function Documentation

This function allows to get the current DFSDM filter error.

Parameters:
hdfsdm_filterDFSDM filter handle.
Return values:
DFSDMfilter error code.

Definition at line 3221 of file stm32l4xx_hal_dfsdm.c.

References __DFSDM_Filter_HandleTypeDef::ErrorCode.

This function allows to get the current DFSDM filter handle state.

Parameters:
hdfsdm_filterDFSDM filter handle.
Return values:
DFSDMfilter state.

Definition at line 3210 of file stm32l4xx_hal_dfsdm.c.

References __DFSDM_Filter_HandleTypeDef::State.