Searched refs:IS_TIM_BREAK_POLARITY (Results 1 – 2 of 2) sorted by relevance
1671 assert_param(IS_TIM_BREAK_POLARITY(sBreakDeadTimeConfig->BreakPolarity)); in HAL_TIMEx_ConfigBreakDeadTime()
1728 #define IS_TIM_BREAK_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_BREAKPOLARITY_LOW) || \ macro