ARMEBS4  revision-26.06.2015
Macros
Collaboration diagram for TIM_Input_Capture_Prescaler:

Macros

#define TIM_ICPSC_DIV1
 
#define TIM_ICPSC_DIV2
 
#define TIM_ICPSC_DIV4
 
#define TIM_ICPSC_DIV8
 

Detailed Description

Macro Definition Documentation

#define TIM_ICPSC_DIV1

Capture performed each time an edge is detected on the capture input.

Definition at line 533 of file stm32f4xx_tim.h.

#define TIM_ICPSC_DIV2

Capture performed once every 2 events.

Definition at line 534 of file stm32f4xx_tim.h.

#define TIM_ICPSC_DIV4

Capture performed once every 4 events.

Definition at line 535 of file stm32f4xx_tim.h.

#define TIM_ICPSC_DIV8

Capture performed once every 8 events.

Definition at line 536 of file stm32f4xx_tim.h.