Searched refs:IS_TIM_ALL_TIM (Results 1 – 2 of 2) sorted by relevance
104 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_UpdateDisableConfig()128 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_ARRPreloadConfig()152 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_UpdateRequestConfig()202 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_GenerateEvent()220 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_ChangePeriodImmediate()255 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_ChangePeriod()269 assert_param(IS_TIM_ALL_TIM(TIMx)); in RTIM_Reset()
258 #define IS_TIM_ALL_TIM(PERIPH) (((PERIPH) == TIM0) || \ macro
Completed in 5 milliseconds