Searched refs:TIM_CCER_CC1NE (Results 1 – 2 of 2) sorted by relevance
419 mask |= TIM_CCER_CC1NE << (ch * 4); in stm32_pwm_enable()439 mask |= TIM_CCER_CC1NE << (ch * 4); in stm32_pwm_disable()579 regmap_set_bits(priv->regmap, TIM_CCER, TIM_CCER_CC1NE); in stm32_pwm_detect_complementary()581 regmap_clear_bits(priv->regmap, TIM_CCER, TIM_CCER_CC1NE); in stm32_pwm_detect_complementary()
65 #define TIM_CCER_CC1NE BIT(2) /* Capt/Comp 1N out Ena */ macro