Searched refs:IS_TIM_OCN_POLARITY (Results 1 – 2 of 2) sorted by relevance
5677 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC1_SetConfig()5752 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC2_SetConfig()5827 assert_param(IS_TIM_OCN_POLARITY(OC_Config->OCNPolarity)); in TIM_OC3_SetConfig()
1631 #define IS_TIM_OCN_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCNPOLARITY_HIGH) || \ macro