Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dstm32-timers.h31 #define TIM_BDTR 0x44 /* Break and Dead-Time Reg */ macro
/linux-4.19.296/drivers/pwm/
Dpwm-stm32.c377 regmap_update_bits(priv->regmap, TIM_BDTR, in stm32_pwm_config()
508 regmap_update_bits(priv->regmap, TIM_BDTR, mask, bdtr); in stm32_pwm_set_breakinput()
510 regmap_read(priv->regmap, TIM_BDTR, &bdtr); in stm32_pwm_set_breakinput()