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

IS_TIM_OC_POLARITY macro

Syntax

#define IS_TIM_OC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCPOLARITY_HIGH) || \     ((__POLARITY__) == TIM_OCPOLARITY_LOW))

Arguments

__POLARITY__

References

LocationText
stm32f4xx_hal_tim.h:1610
#define IS_TIM_OC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCPOLARITY_HIGH) || \
stm32f4xx_hal_tim.c:4050
assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity));
stm32f4xx_hal_tim.c:4228
assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity));