Home
last modified time | relevance | path

Searched refs:TIM_CCR3 (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/mfd/
H A Dstm32-timers.h30 #define TIM_CCR3 TIM_CCRx(3) /* Capt/Comp Register 3 */ macro
/linux/drivers/pwm/
H A Dpwm-stm32.c109 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()
/linux/drivers/counter/
H A Dstm32-timer-cnt.c283 regmap_read(priv->regmap, TIM_CCR3, &ccrx); in stm32_count_cap_read()