HAL
HAL_DFSDM_ChannelGetState()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_DFSDM_ChannelGetState()
HAL_DFSDM_ChannelGetState() function
This function allows to get the current DFSDM channel handle state.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_dfsdm.h:830
HAL_DFSDM_Channel_StateTypeDef
HAL_DFSDM_ChannelGetState
(
const
DFSDM_Channel_HandleTypeDef
*
hdfsdm_channel
)
;
Implemented in
stm32f4xx_hal_dfsdm.c:1658
Arguments
Argument
Description
hdfsdm_channel
DFSDM channel handle.
Return value
DFSDM channel state.
Related Functions
Found 18 other functions taking a
DFSDM_Channel_HandleTypeDef
argument:
Function
Description
HAL_DFSDM_ChannelInit()
Initialize the DFSDM channel according to the specified parameters in the DFSDM_ChannelInitTypeDef structure and initialize the associated handle.
HAL_DFSDM_ChannelDeInit()
De-initialize the DFSDM channel.
HAL_DFSDM_ChannelMspInit()
Initialize the DFSDM channel MSP.
HAL_DFSDM_ChannelMspDeInit()
De-initialize the DFSDM channel MSP.
HAL_DFSDM_ChannelCkabCallback()
Clock absence detection callback.
HAL_DFSDM_ChannelScdCallback()
Short circuit detection callback.
HAL_DFSDM_ChannelCkabStart()
This function allows to start clock absence detection in polling mode.
HAL_DFSDM_ChannelCkabStart_IT()
This function allows to start clock absence detection in interrupt mode.
HAL_DFSDM_ChannelCkabStop()
This function allows to stop clock absence detection in polling mode.
HAL_DFSDM_ChannelCkabStop_IT()
This function allows to stop clock absence detection in interrupt mode.
HAL_DFSDM_ChannelScdStart()
This function allows to start short circuit detection in polling mode.
HAL_DFSDM_ChannelScdStart_IT()
This function allows to start short circuit detection in interrupt mode.
HAL_DFSDM_ChannelScdStop()
This function allows to stop short circuit detection in polling mode.
HAL_DFSDM_ChannelScdStop_IT()
This function allows to stop short circuit detection in interrupt mode.
HAL_DFSDM_ChannelGetAwdValue()
This function allows to get channel analog watchdog value.
HAL_DFSDM_ChannelModifyOffset()
This function allows to modify channel offset value.
HAL_DFSDM_ChannelPollForCkab()
This function allows to poll for the clock absence detection.
HAL_DFSDM_ChannelPollForScd()
This function allows to poll for the short circuit detection.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out