Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pwm/
Dpwm-stm32.c35 bool have_complementary_output; member
391 if (priv->have_complementary_output) in stm32_pwm_set_polarity()
411 if (priv->have_complementary_output) in stm32_pwm_enable()
431 if (priv->have_complementary_output) in stm32_pwm_disable()
576 priv->have_complementary_output = (ccer != 0); in stm32_pwm_detect_complementary()