Searched refs:pwm_ops (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A 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, [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
H A 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/ |
H A 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()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | devices.c | 54 static const lws_pwm_ops_t pwm_ops = { variable 82 .pwm_ops = &pwm_ops, /* managed by pwm */ 173 // pwm_ops.init(&pwm_ops); in init_plat_devices()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-led.h | 92 /**< May be NULL. If GPIO-based LED, ignored. If pwm_ops provided, 97 const struct lws_pwm_ops *pwm_ops; member 98 /**< if NULL, gpio controls the led directly. If set to a pwm_ops,
|
Completed in 2 milliseconds