Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Ddevices.c64 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/
Ddevices.c75 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/
Dled-gpio.c67 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()
DREADME.md33 .pwm_ops = &pwm_ops,
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Ddevices.c54 static const lws_pwm_ops_t pwm_ops = { variable
82 .pwm_ops = &pwm_ops, /* managed by pwm */
/third_party/libwebsockets/include/libwebsockets/
Dlws-led.h97 const struct lws_pwm_ops *pwm_ops; member