Searched refs:IS_TIM_BREAK_INSTANCE (Results 1 – 4 of 4) sorted by relevance
716 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start()753 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop()819 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start_IT()888 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop_IT()1022 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start_DMA()1091 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop_DMA()1276 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Start()1313 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Stop()1382 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Start_IT()1451 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Stop_IT()[all …]
735 assert_param(IS_TIM_BREAK_INSTANCE(TIMx)); in LL_TIM_BDTR_Init()836 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC1Config()915 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC2Config()994 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC3Config()1073 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC4Config()1136 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC5Config()1197 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC6Config()
1665 assert_param(IS_TIM_BREAK_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigBreakDeadTime()1734 assert_param(IS_TIM_BREAK_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigBreakInput()
18028 #define IS_TIM_BREAK_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro