STM32L443xx HAL User Manual
|
TIM Hall sensor interface configuration structure definition. More...
#include <stm32l4xx_ll_tim.h>
Data Fields | |
uint32_t | IC1Polarity |
uint32_t | IC1Prescaler |
uint32_t | IC1Filter |
uint32_t | CommutationDelay |
TIM Hall sensor interface configuration structure definition.
Definition at line 420 of file stm32l4xx_ll_tim.h.
Specifies the compare value to be loaded into the Capture Compare Register. A positive pulse (TRGO event) is generated with a programmable delay every time a change occurs on the Hall inputs. This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetCompareCH2().
Definition at line 444 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init(), and LL_TIM_HALLSENSOR_StructInit().
Specifies the TI1 input filter. This parameter can be a value of Input Configuration Filter.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetFilter().
Definition at line 437 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init(), and LL_TIM_HALLSENSOR_StructInit().
Specifies the active edge of TI1 input. This parameter can be a value of Input Configuration Polarity.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPolarity().
Definition at line 423 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init(), and LL_TIM_HALLSENSOR_StructInit().
Specifies the TI1 input prescaler value. Prescaler must be set to get a maximum counter period longer than the time interval between 2 consecutive changes on the Hall inputs. This parameter can be a value of Input Configuration Prescaler.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPrescaler().
Definition at line 429 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init(), and LL_TIM_HALLSENSOR_StructInit().