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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
volt.h 24 u32 pwm_freq; member in struct:nvbios_volt
therm.h 49 u32 pwm_freq; member in struct:nvbios_therm_fan
  /src/sys/dev/i2c/
pca9685.c 360 * ( 4096 * pwm_freq )
362 * pwm_freq == 1000000000 / period.
368 const u_int pwm_freq = 1000000000 / conf->period; local in function:pcapwm_pwm_set_config
370 (PCA9685_PWM_TICKS * pwm_freq);

Completed in 34 milliseconds