STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM_Encoder_InitTypeDef Struct Reference

TIM Encoder Configuration Structure definition. More...

#include <stm32f4xx_hal_tim.h>

Public Attributes

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 165 of file stm32f4xx_hal_tim.h.

Member Data Documentation

◆ EncoderMode

uint32_t TIM_Encoder_InitTypeDef::EncoderMode

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

Definition at line 167 of file stm32f4xx_hal_tim.h.

◆ IC1Filter

uint32_t TIM_Encoder_InitTypeDef::IC1Filter

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

Definition at line 179 of file stm32f4xx_hal_tim.h.

◆ IC1Polarity

uint32_t TIM_Encoder_InitTypeDef::IC1Polarity

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

Definition at line 170 of file stm32f4xx_hal_tim.h.

◆ IC1Prescaler

uint32_t TIM_Encoder_InitTypeDef::IC1Prescaler

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

Definition at line 176 of file stm32f4xx_hal_tim.h.

◆ IC1Selection

uint32_t TIM_Encoder_InitTypeDef::IC1Selection

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

Definition at line 173 of file stm32f4xx_hal_tim.h.

◆ IC2Filter

uint32_t TIM_Encoder_InitTypeDef::IC2Filter

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

Definition at line 191 of file stm32f4xx_hal_tim.h.

◆ IC2Polarity

uint32_t TIM_Encoder_InitTypeDef::IC2Polarity

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

Definition at line 182 of file stm32f4xx_hal_tim.h.

◆ IC2Prescaler

uint32_t TIM_Encoder_InitTypeDef::IC2Prescaler

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

Definition at line 188 of file stm32f4xx_hal_tim.h.

◆ IC2Selection

uint32_t TIM_Encoder_InitTypeDef::IC2Selection

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

Definition at line 185 of file stm32f4xx_hal_tim.h.


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