STM32F103xB HAL User Manual
Data Fields
TIM_IC_InitTypeDef Struct Reference

TIM Input Capture Configuration Structure definition. More...

#include <stm32f1xx_hal_tim.h>

Data Fields

uint32_t ICPolarity
uint32_t ICSelection
uint32_t ICPrescaler
uint32_t ICFilter

Detailed Description

TIM Input Capture Configuration Structure definition.

Definition at line 148 of file stm32f1xx_hal_tim.h.


Field Documentation

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

Definition at line 159 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IC_ConfigChannel().

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

Definition at line 150 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IC_ConfigChannel().

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

Definition at line 156 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IC_ConfigChannel().

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

Definition at line 153 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IC_ConfigChannel().


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