|
STM32H735xx HAL User Manual
|
Channel state function. More...
Functions | |
| HAL_DFSDM_Channel_StateTypeDef | HAL_DFSDM_ChannelGetState (DFSDM_Channel_HandleTypeDef *hdfsdm_channel) |
| This function allows to get the current DFSDM channel handle state. | |
Channel state function.
==============================================================================
##### Channel state function #####
==============================================================================
[..] This section provides function allowing to:
(+) Get channel handle state.
| HAL_DFSDM_Channel_StateTypeDef HAL_DFSDM_ChannelGetState | ( | DFSDM_Channel_HandleTypeDef * | hdfsdm_channel | ) |
This function allows to get the current DFSDM channel handle state.
| hdfsdm_channel | DFSDM channel handle. |
| DFSDM | channel state. |
Definition at line 1404 of file stm32h7xx_hal_dfsdm.c.
References __DFSDM_Channel_HandleTypeDef::State.
1.7.6.1