STM32L486xx HAL User Manual
Data Fields
DFSDM_Channel_InitTypeDef Struct Reference

DFSDM channel init structure definition. More...

#include <stm32l4xx_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 128 of file stm32l4xx_hal_dfsdm.h.


Field Documentation

DFSDM channel analog watchdog parameters

Definition at line 133 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel input parameters

Definition at line 131 of file stm32l4xx_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 134 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel output clock parameters

Definition at line 130 of file stm32l4xx_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 136 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().

DFSDM channel serial interface parameters

Definition at line 132 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_ChannelInit().


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