Searched refs:IS_TIM_BREAK2_POLARITY (Results 1 – 2 of 2) sorted by relevance
1695 assert_param(IS_TIM_BREAK2_POLARITY(sBreakDeadTimeConfig->Break2Polarity)); in HAL_TIMEx_ConfigBreakDeadTime()
1734 #define IS_TIM_BREAK2_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_BREAK2POLARITY_LOW) || \ macro