Searched refs:pwm_ops (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | devices.c | 64 static const lws_pwm_ops_t pwm_ops = { variable 78 .pwm_ops = &pwm_ops, /* managed by pwm */ 84 .pwm_ops = &pwm_ops, /* managed by pwm */ 90 .pwm_ops = &pwm_ops, /* managed by pwm */ 96 .pwm_ops = &pwm_ops, /* managed by pwm */ 141 .bl_pwm_ops = &pwm_ops, 241 pwm_ops.init(&pwm_ops); in init_plat_devices()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | devices.c | 75 static const lws_pwm_ops_t pwm_ops = { variable 101 .pwm_ops = &pwm_ops, /* managed by pwm */ 191 pwm_ops.init(&pwm_ops); in init_plat_devices()
|
/third_party/libwebsockets/lib/drivers/led/ |
D | led-gpio.c | 67 if (map->pwm_ops) { in lws_led_gpio_create() 115 if (map->pwm_ops) in lws_led_gpio_intensity() 116 map->pwm_ops->intensity(map->pwm_ops, map->gpio, inten); in lws_led_gpio_intensity()
|
D | README.md | 33 .pwm_ops = &pwm_ops,
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | devices.c | 54 static const lws_pwm_ops_t pwm_ops = { variable 82 .pwm_ops = &pwm_ops, /* managed by pwm */
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-led.h | 97 const struct lws_pwm_ops *pwm_ops; member
|