Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-stm32.c32 #define TIM_CCR1 0x34 macro
133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1); in stm32_clock_event_set_next_event()
/kernel/linux/linux-5.10/include/linux/mfd/
Dstm32-timers.h27 #define TIM_CCR1 0x34 /* Capt/Comp Register 1 */ macro
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-stm32.c59 return regmap_write(dev->regmap, TIM_CCR1, value); in write_ccrx()
124 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()