Searched refs:IS_TIM_LIST8_PERIPH (Results 1 – 6 of 6) sorted by relevance
245 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_OC1Init()566 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_ICInit()1279 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_ForcedOC1Config()1473 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_OC1PreloadConfig()1570 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_OC1FastConfig()1769 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_OC1PolarityConfig()1939 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_CCxCmd()2011 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_SelectOCxM()2255 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_SetCompare1()2316 assert_param(IS_TIM_LIST8_PERIPH(TIMx)); in TIM_SetIC1Prescaler()[all …]
217 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ macro
218 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ macro
160 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ macro
Completed in 31 milliseconds