STM32F4xx_HAL_Driver  1.8.3

Channel state function. More...

+ Collaboration diagram for Channel state function:

Functions

HAL_DFSDM_Channel_StateTypeDef HAL_DFSDM_ChannelGetState (const DFSDM_Channel_HandleTypeDef *hdfsdm_channel)
 This function allows to get the current DFSDM channel handle state. More...
 

Detailed Description

Channel state function.

  ==============================================================================
                   ##### Channel state function #####
  ==============================================================================
    [..]  This section provides function allowing to:
      (+) Get channel handle state.

Function Documentation

◆ HAL_DFSDM_ChannelGetState()

HAL_DFSDM_Channel_StateTypeDef HAL_DFSDM_ChannelGetState ( const DFSDM_Channel_HandleTypeDef hdfsdm_channel)

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

Parameters
hdfsdm_channelDFSDM channel handle.
Return values
DFSDMchannel state.

Definition at line 1658 of file stm32f4xx_hal_dfsdm.c.