STM32F4xx_HAL_Driver  1.8.3

Filter state functions. More...

+ Collaboration diagram for Filter state functions:

Functions

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

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

◆ HAL_DFSDM_FilterGetError()

uint32_t HAL_DFSDM_FilterGetError ( const DFSDM_Filter_HandleTypeDef hdfsdm_filter)

This function allows to get the current DFSDM filter error.

Parameters
hdfsdm_filterDFSDM filter handle.
Return values
DFSDMfilter error code.

Definition at line 3690 of file stm32f4xx_hal_dfsdm.c.

◆ HAL_DFSDM_FilterGetState()

HAL_DFSDM_Filter_StateTypeDef HAL_DFSDM_FilterGetState ( const DFSDM_Filter_HandleTypeDef hdfsdm_filter)

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

Parameters
hdfsdm_filterDFSDM filter handle.
Return values
DFSDMfilter state.

Definition at line 3679 of file stm32f4xx_hal_dfsdm.c.