STM32F479xx HAL User Manual
Data Fields
TIM_Encoder_InitTypeDef Struct Reference

TIM Encoder Configuration Structure definition. More...

#include <stm32f4xx_hal_tim.h>

Data Fields

uint32_t EncoderMode
uint32_t IC1Polarity
uint32_t IC1Selection
uint32_t IC1Prescaler
uint32_t IC1Filter
uint32_t IC2Polarity
uint32_t IC2Selection
uint32_t IC2Prescaler
uint32_t IC2Filter

Detailed Description

TIM Encoder Configuration Structure definition.

Definition at line 166 of file stm32f4xx_hal_tim.h.


Field Documentation

Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Mode

Definition at line 168 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF

Definition at line 180 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Input Polarity

Definition at line 171 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the Input Capture Prescaler. This parameter can be a value of TIM Input Capture Prescaler

Definition at line 177 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the input. This parameter can be a value of TIM Input Capture Selection

Definition at line 174 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF

Definition at line 192 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Input Polarity

Definition at line 183 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the Input Capture Prescaler. This parameter can be a value of TIM Input Capture Prescaler

Definition at line 189 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().

Specifies the input. This parameter can be a value of TIM Input Capture Selection

Definition at line 186 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().


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