Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h46 #define TIM_CCR3 0x3C macro
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c161 case TIM_CCR3: in stm32f2xx_timer_read()
239 case TIM_CCR3: in stm32f2xx_timer_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h29 #define TIM_CCR3 0x3C /* Capt/Comp Register 3 */ macro
/openbmc/linux/drivers/pwm/
H A 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()