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

TIM Hall sensor Configuration Structure definition. More...

#include <stm32f4xx_hal_tim_ex.h>

Public Attributes

uint32_t IC1Polarity
uint32_t IC1Prescaler
uint32_t IC1Filter
uint32_t Commutation_Delay

Detailed Description

TIM Hall sensor Configuration Structure definition.

Definition at line 47 of file stm32f4xx_hal_tim_ex.h.

Member Data Documentation

◆ Commutation_Delay

uint32_t TIM_HallSensor_InitTypeDef::Commutation_Delay

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

Definition at line 58 of file stm32f4xx_hal_tim_ex.h.

◆ IC1Filter

uint32_t TIM_HallSensor_InitTypeDef::IC1Filter

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

Definition at line 55 of file stm32f4xx_hal_tim_ex.h.

◆ IC1Polarity

uint32_t TIM_HallSensor_InitTypeDef::IC1Polarity

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

Definition at line 49 of file stm32f4xx_hal_tim_ex.h.

◆ IC1Prescaler

uint32_t TIM_HallSensor_InitTypeDef::IC1Prescaler

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

Definition at line 52 of file stm32f4xx_hal_tim_ex.h.


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