Searched refs:IS_TIM_IC_POLARITY (Results 1 – 7 of 7) sorted by relevance
2187 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()2188 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()2911 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
2178 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()2179 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()2899 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
814 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPOLARITY_RISING) || \ macro
508 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
163 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
2559 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()2560 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()3435 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
1640 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro