HomeSort by: relevance | last modified time | path
    Searched defs:ch_conf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
pca9685.c 52 struct pwm_config ch_conf; member in struct:pcapwm_channel
246 chan->ch_conf.period = period;
247 chan->ch_conf.polarity = PWM_ACTIVE_HIGH;
267 error = pwm_set_config(pwm, &chan->ch_conf);
310 duty_cycle = chan->ch_conf.period;
324 duty_cycle = (u_int)((nticks * chan->ch_conf.period) /
328 *conf = chan->ch_conf;
496 chan->ch_conf = *conf;

Completed in 13 milliseconds