Searched refs:IS_TIM_OC_POLARITY (Results 1 – 6 of 6) sorted by relevance
799 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPOLARITY_HIGH) || \ macro
474 #define IS_TIM_OC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCPOLARITY_HIGH) || \ macro
2843 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()3010 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()
2831 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()2998 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()
1628 #define IS_TIM_OC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCPOLARITY_HIGH) || \ macro
3338 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()3537 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()