|
STM32H735xx HAL User Manual
|
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. | |
Filter state functions.
==============================================================================
##### Filter state functions #####
==============================================================================
[..] This section provides functions allowing to:
(+) Get the DFSDM filter state.
(+) Get the DFSDM filter error.
| uint32_t HAL_DFSDM_FilterGetError | ( | DFSDM_Filter_HandleTypeDef * | hdfsdm_filter | ) |
This function allows to get the current DFSDM filter error.
| hdfsdm_filter | DFSDM filter handle. |
| DFSDM | filter error code. |
Definition at line 3427 of file stm32h7xx_hal_dfsdm.c.
References __DFSDM_Filter_HandleTypeDef::ErrorCode.
| HAL_DFSDM_Filter_StateTypeDef HAL_DFSDM_FilterGetState | ( | DFSDM_Filter_HandleTypeDef * | hdfsdm_filter | ) |
This function allows to get the current DFSDM filter handle state.
| hdfsdm_filter | DFSDM filter handle. |
| DFSDM | filter state. |
Definition at line 3416 of file stm32h7xx_hal_dfsdm.c.
References __DFSDM_Filter_HandleTypeDef::State.
1.7.6.1