Home
last modified time | relevance | path

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

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