STM32F439xx HAL User Manual
Data Fields
TIM_HallSensor_InitTypeDef Struct Reference

TIM Hall sensor Configuration Structure definition. More...

#include <stm32f4xx_hal_tim_ex.h>

Data Fields

uint32_t IC1Polarity
uint32_t IC1Prescaler
uint32_t IC1Filter
uint32_t Commutation_Delay

Detailed Description

TIM Hall sensor Configuration Structure definition.

Definition at line 64 of file stm32f4xx_hal_tim_ex.h.


Field Documentation

Specifies the pulse value to be loaded into the Capture Compare Register. This parameter can be a number between Min_Data = 0x0000U and Max_Data = 0xFFFFU

Definition at line 76 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_HallSensor_Init().

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

Definition at line 73 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_HallSensor_Init().

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

Definition at line 67 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_HallSensor_Init().

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

Definition at line 70 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_HallSensor_Init().


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