Searched refs:TIM_CR1_ARPE (Results 1 – 4 of 4) sorted by relevance
39 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
37 #define TIM_CR1_ARPE BIT(7) macro
193 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
354 ret = regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE); in stm32_pwm_write_waveform()