Searched refs:IS_TIM_IC_SELECTION (Results 1 – 6 of 6) sorted by relevance
2185 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()2186 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()2912 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
2176 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()2177 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()2900 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
818 #define IS_TIM_IC_SELECTION(SELECTION) (((SELECTION) == TIM_ICSELECTION_DIRECTTI) || \ macro
522 #define IS_TIM_IC_SELECTION(__SELECTION__) (((__SELECTION__) == TIM_ICSELECTION_DIRECTTI) || \ macro
2557 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()2558 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()3436 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
1644 #define IS_TIM_IC_SELECTION(__SELECTION__) (((__SELECTION__) == TIM_ICSELECTION_DIRECTTI) || \ macro