HomeSort by: relevance | last modified time | path
    Searched refs:PWM_ACTIVE_HIGH (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pwm/
pwmvar.h 33 PWM_ACTIVE_HIGH,
  /src/sys/arch/arm/imx/
imxpwm.c 100 conf->polarity = polarity ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
177 .polarity = PWM_ACTIVE_HIGH,
  /src/sys/arch/arm/rockchip/
rk_pwm.c 104 sc->sc_conf.polarity = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
157 conf->polarity = (ctrl & CTRL_DUTY_POL) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
181 if (conf->polarity == PWM_ACTIVE_HIGH)
  /src/sys/arch/arm/sunxi/
sunxi_pwm.c 99 sc->sc_conf.polarity = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
139 conf->polarity = (ctrl & PWM_CH0_ACT_STA) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
161 if (conf->polarity == PWM_ACTIVE_HIGH)
  /src/sys/arch/arm/samsung/
exynos_pwm.c 124 conf->polarity = (tcon & TCON_OUTINV(timer->timer_index)) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
139 if (conf->polarity == PWM_ACTIVE_HIGH)
188 conf.polarity = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
  /src/sys/arch/arm/nxp/
imx6_pwm.c 68 sc->sc_conf.period = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
  /src/sys/arch/arm/amlogic/
meson_pwm.c 160 conf->polarity = PWM_ACTIVE_HIGH;
292 const u_int polarity = (pwm[3] == 0) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
  /src/sys/dev/i2c/
pca9685.c 247 chan->ch_conf.polarity = PWM_ACTIVE_HIGH;
347 if (conf->polarity != PWM_ACTIVE_HIGH) {

Completed in 37 milliseconds