STM32H735xx HAL User Manual
Data Fields
DFSDM_Channel_InitTypeDef Struct Reference

DFSDM channel init structure definition. More...

#include <stm32h7xx_hal_dfsdm.h>

Data Fields

DFSDM_Channel_OutputClockTypeDef OutputClock
DFSDM_Channel_InputTypeDef Input
DFSDM_Channel_SerialInterfaceTypeDef SerialInterface
DFSDM_Channel_AwdTypeDef Awd
int32_t Offset
uint32_t RightBitShift

Detailed Description

DFSDM channel init structure definition.

Definition at line 103 of file stm32h7xx_hal_dfsdm.h.


Field Documentation

DFSDM channel analog watchdog parameters

Definition at line 108 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel input parameters

Definition at line 106 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel offset. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607

Definition at line 109 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel output clock parameters

Definition at line 105 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel right bit shift. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F

Definition at line 111 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel serial interface parameters

Definition at line 107 of file stm32h7xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().


The documentation for this struct was generated from the following file: