STM32L486xx HAL User Manual
Defines
TIM Input Capture Polarity
TIM Exported Constants

Defines

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

Define Documentation

Capture triggered by both rising and falling edges on timer input

Definition at line 612 of file stm32l4xx_hal_tim.h.

Capture triggered by falling edge on timer input

Definition at line 611 of file stm32l4xx_hal_tim.h.

Capture triggered by rising edge on timer input

Definition at line 610 of file stm32l4xx_hal_tim.h.