STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
TIM_ICInitTypeDef Struct Reference

TIM Input Capture Init structure definition. More...

#include <stm32f0xx_tim.h>

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.

Field Documentation

uint16_t TIM_Channel
      Specifies the TIM channel.

This parameter can be a value of TIM_Channel

uint16_t TIM_ICFilter
     Specifies the input capture filter.

This parameter can be a number between 0x0 and 0xF

uint16_t TIM_ICPolarity
   Specifies the active edge of the input signal.

This parameter can be a value of TIM_Input_Capture_Polarity

uint16_t TIM_ICPrescaler
  Specifies the Input Capture Prescaler.

This parameter can be a value of TIM_Input_Capture_Prescaler

uint16_t TIM_ICSelection
  Specifies the input.

This parameter can be a value of TIM_Input_Capture_Selection


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