STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Input Capture Polarity
Collaboration diagram for TIM Input Capture Polarity:

Macros

#define TIM_ICPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING
#define TIM_ICPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING
#define TIM_ICPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE

Detailed Description

Macro Definition Documentation

◆ TIM_ICPOLARITY_BOTHEDGE

#define TIM_ICPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE

Capture triggered by both rising and falling edges on timer input

Definition at line 616 of file stm32f4xx_hal_tim.h.

◆ TIM_ICPOLARITY_FALLING

#define TIM_ICPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING

Capture triggered by falling edge on timer input

Definition at line 615 of file stm32f4xx_hal_tim.h.

◆ TIM_ICPOLARITY_RISING

#define TIM_ICPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING

Capture triggered by rising edge on timer input

Definition at line 614 of file stm32f4xx_hal_tim.h.