STM32L443xx HAL User Manual
|
TIM Input Capture configuration structure definition. More...
#include <stm32l4xx_ll_tim.h>
Data Fields | |
uint32_t | ICPolarity |
uint32_t | ICActiveInput |
uint32_t | ICPrescaler |
uint32_t | ICFilter |
TIM Input Capture configuration structure definition.
Definition at line 327 of file stm32l4xx_ll_tim.h.
uint32_t LL_TIM_IC_InitTypeDef::ICActiveInput |
Specifies the input. This parameter can be a value of Active Input Selection.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetActiveInput().
Definition at line 336 of file stm32l4xx_ll_tim.h.
Referenced by IC1Config(), IC2Config(), IC3Config(), IC4Config(), and LL_TIM_IC_StructInit().
uint32_t LL_TIM_IC_InitTypeDef::ICFilter |
Specifies the input capture 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 348 of file stm32l4xx_ll_tim.h.
Referenced by IC1Config(), IC2Config(), IC3Config(), IC4Config(), and LL_TIM_IC_StructInit().
uint32_t LL_TIM_IC_InitTypeDef::ICPolarity |
Specifies the active edge of the input signal. 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 330 of file stm32l4xx_ll_tim.h.
Referenced by IC1Config(), IC2Config(), IC3Config(), IC4Config(), and LL_TIM_IC_StructInit().
uint32_t LL_TIM_IC_InitTypeDef::ICPrescaler |
Specifies the Input Capture Prescaler. 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 342 of file stm32l4xx_ll_tim.h.
Referenced by IC1Config(), IC2Config(), IC3Config(), IC4Config(), and LL_TIM_IC_StructInit().