Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-timers.h32 #define TIM_BDTR 0x44 /* Break and Dead-Time Reg */ macro
/linux/drivers/pwm/
H A Dpwm-stm32.c382 ret = regmap_set_bits(priv->regmap, TIM_BDTR, TIM_BDTR_MOE); in stm32_pwm_write_waveform()
721 regmap_update_bits(priv->regmap, TIM_BDTR, mask, bdtr); in stm32_pwm_set_breakinput()
723 regmap_read(priv->regmap, TIM_BDTR, &bdtr); in stm32_pwm_set_breakinput()