Lines Matching refs:ICPolarity
419 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1116 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1132 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1149 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1166 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1170 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1188 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1205 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1209 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1227 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1244 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
1248 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()