STM32F439xx 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 181 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 183 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 195 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 Input Capture Polarity

Definition at line 186 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 192 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 189 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 207 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 Input Capture Polarity

Definition at line 198 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 204 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 201 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Init().


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