HAL
TIM_ICPOLARITY_BOTHEDGE is only used within HAL.
 
Symbols
loading...
Files
loading...

TIM_ICPOLARITY_BOTHEDGE macro

Capture triggered by both rising and falling edges on timer input

Syntax

#define TIM_ICPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE

References

LocationText
stm32f4xx_hal_tim.h:615
#define TIM_ICPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE /*!< Capture triggered by both rising and falling edges on timer input*/
stm32f4xx_hal_tim.h:1627
((__POLARITY__) == TIM_ICPOLARITY_BOTHEDGE))