Searched refs:IS_TIM_CHANNEL (Results 1 – 2 of 2) sorted by relevance
316 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_CCxInit()383 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_CCRxSet()416 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_CCRxGet()443 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_OCxPreloadConfig()478 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_CCxPolarityConfig()510 assert_param(IS_TIM_CHANNEL(TIM_Channel)); in RTIM_CCxCmd()
313 #define IS_TIM_CHANNEL(CHANNEL) (((CHANNEL) == TIM_Channel_0) || \ macro
Completed in 5 milliseconds