HAL
HAL_DFSDM_FilterPollForInjConversion() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DFSDM_FilterPollForInjConversion()

HAL_DFSDM_FilterPollForInjConversion() function

This function allows to poll for the end of injected conversion.

Syntax

HAL_StatusTypeDef HAL_DFSDM_FilterPollForInjConversion(DFSDM_Filter_HandleTypeDef *hdfsdm_filter,     uint32_t Timeout);
Implemented in stm32f4xx_hal_dfsdm.c:2697

Arguments

hdfsdm_filter

DFSDM filter handle.

Timeout

Timeout value in milliseconds.

Return value

HAL status

Notes

This function should be called only if injected conversion is ongoing.

References

LocationText
stm32f4xx_hal_dfsdm.c:2697
HAL_StatusTypeDef HAL_DFSDM_FilterPollForInjConversion(DFSDM_Filter_HandleTypeDef *hdfsdm_filter,
stm32f4xx_hal_dfsdm.h:904
HAL_StatusTypeDef HAL_DFSDM_FilterPollForInjConversion(DFSDM_Filter_HandleTypeDef *hdfsdm_filter, uint32_t Timeout);