Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/
Dstm32-timers.h76 #define TIM_BDTR_MOE BIT(15) /* Main Output Enable */ macro
/linux-5.19.10/drivers/pwm/
Dpwm-stm32.c380 regmap_update_bits(priv->regmap, TIM_BDTR, TIM_BDTR_MOE, TIM_BDTR_MOE); in stm32_pwm_config()