HAL
DFSDM_Channel_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

DFSDM_Channel_InitTypeDef struct

DFSDM channel init structure definition

Syntax

typedef struct {   DFSDM_Channel_OutputClockTypeDef     OutputClock;        DFSDM_Channel_InputTypeDef           Input;              DFSDM_Channel_SerialInterfaceTypeDef SerialInterface;    DFSDM_Channel_AwdTypeDef             Awd;                int32_t                              Offset;             uint32_t                             RightBitShift;    }DFSDM_Channel_InitTypeDef;

Fields

OutputClock

DFSDM channel output clock parameters. Read more...

Input

DFSDM channel input parameters. Read more...

SerialInterface

DFSDM channel serial interface parameters. Read more...

Awd

DFSDM channel analog watchdog parameters. Read more...

Offset

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

RightBitShift

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

References

LocationReferrerScopeText
stm32f4xx_hal_dfsdm.h:104
typedef struct
stm32f4xx_hal_dfsdm.h:114
}DFSDM_Channel_InitTypeDef;
stm32f4xx_hal_dfsdm.h:126DFSDM_Channel_HandleTypeDef::InitDFSDM_Channel_HandleTypeDef
DFSDM_Channel_InitTypeDef Init; /*!< DFSDM channel init parameters */

Type Use

Variables of DFSDM_Channel_InitTypeDef type
all items filtered out
DFSDM_Channel_InitTypeDef
all items filtered out
DFSDM_Channel_InitTypeDef
all items filtered out