Searched refs:TIM_CCR3 (Results 1 – 3 of 3) sorted by relevance
30 #define TIM_CCR3 TIM_CCRx(3) /* Capt/Comp Register 3 */ macro
109 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()
283 regmap_read(priv->regmap, TIM_CCR3, &ccrx); in stm32_count_cap_read()