DFSDM channel handle structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Public Attributes | |
DFSDM_Channel_InitTypeDef | Init |
DFSDM_Channel_TypeDef * | Instance |
HAL_DFSDM_Channel_StateTypeDef | State |
DFSDM channel handle structure definition.
Definition at line 122 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_InitTypeDef DFSDM_Channel_HandleTypeDef::Init |
DFSDM channel init parameters
Definition at line 126 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_TypeDef* DFSDM_Channel_HandleTypeDef::Instance |
DFSDM channel instance
Definition at line 125 of file stm32h7xx_hal_dfsdm.h.
HAL_DFSDM_Channel_StateTypeDef DFSDM_Channel_HandleTypeDef::State |
DFSDM channel state
Definition at line 127 of file stm32h7xx_hal_dfsdm.h.