HAL
HAL_DFSDM_ChannelScdStart() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DFSDM_ChannelScdStart()

HAL_DFSDM_ChannelScdStart() function

This function allows to start short circuit detection in polling mode.

Syntax

HAL_StatusTypeDef HAL_DFSDM_ChannelScdStart(DFSDM_Channel_HandleTypeDef *hdfsdm_channel,     uint32_t Threshold,     uint32_t BreakSignal);
Implemented in stm32f4xx_hal_dfsdm.c:1295

Arguments

hdfsdm_channel

DFSDM channel handle.

Threshold

Short circuit detector threshold. This parameter must be a number between Min_Data = 0 and Max_Data = 255.

BreakSignal

Break signals assigned to short circuit event. This parameter can be a values combination of DFSDM_BreakSignals.

Return value

HAL status

Notes

Same mode has to be used for all channels

References

LocationText
stm32f4xx_hal_dfsdm.c:1295
HAL_StatusTypeDef HAL_DFSDM_ChannelScdStart(DFSDM_Channel_HandleTypeDef *hdfsdm_channel,
stm32f4xx_hal_dfsdm.h:809
HAL_StatusTypeDef HAL_DFSDM_ChannelScdStart(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t Threshold, uint32_t BreakSignal);

Data Use

Type of HAL_DFSDM_ChannelScdStart()
HAL_DFSDM_ChannelScdStart()