ARMEBS4  revision-26.06.2015
Data Fields
TIM_ICInitTypeDef Struct Reference

TIM Input Capture Init structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_tim.h"

Collaboration diagram for TIM_ICInitTypeDef:
Collaboration graph

Data Fields

uint16_t TIM_Channel
 
uint16_t TIM_ICPolarity
 
uint16_t TIM_ICSelection
 
uint16_t TIM_ICPrescaler
 
uint16_t TIM_ICFilter
 

Detailed Description

TIM Input Capture Init structure definition.

Definition at line 113 of file stm32f4xx_tim.h.

Field Documentation

uint16_t TIM_ICInitTypeDef::TIM_Channel

Specifies the TIM channel. This parameter can be a value of TIM_Channel

Definition at line 116 of file stm32f4xx_tim.h.

uint16_t TIM_ICInitTypeDef::TIM_ICPolarity

Specifies the active edge of the input signal. This parameter can be a value of TIM_Input_Capture_Polarity

Definition at line 119 of file stm32f4xx_tim.h.

uint16_t TIM_ICInitTypeDef::TIM_ICSelection

Specifies the input. This parameter can be a value of TIM_Input_Capture_Selection

Definition at line 122 of file stm32f4xx_tim.h.

uint16_t TIM_ICInitTypeDef::TIM_ICPrescaler

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

Definition at line 125 of file stm32f4xx_tim.h.

uint16_t TIM_ICInitTypeDef::TIM_ICFilter

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

Definition at line 128 of file stm32f4xx_tim.h.