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

IS_TIM_IC_POLARITY macro

Syntax

#define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \     ((__POLARITY__) == TIM_ICPOLARITY_FALLING) || \     ((__POLARITY__) == TIM_ICPOLARITY_BOTHEDGE))

Arguments

__POLARITY__

References

LocationText
stm32f4xx_hal_tim.h:1625
#define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \
stm32f4xx_hal_tim.c:4126
assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity));
stm32f4xx_hal_tim_ex.c:153
assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity));