Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/ !
Dstm32-timers.h29 #define TIM_CCR3 0x3C /* Capt/Comp Register 3 */ macro
/linux-5.19.10/drivers/pwm/ !
Dpwm-stm32.c63 return regmap_write(dev->regmap, TIM_CCR3, value); in write_ccrx()
124 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()