Home
last modified time | relevance | path

Searched refs:lws_led_seq_phase_t (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-led.h30 typedef uint16_t lws_led_seq_phase_t; typedef
45 typedef lws_led_intensity_t (*lws_led_lookup_t)(lws_led_seq_phase_t ph);
49 lws_led_seq_phase_t ledphase_offset;
64 lws_led_seq_phase_t ph;
65 lws_led_seq_phase_t step;
Dlws-pwm.h55 lws_led_func_linear(lws_led_seq_phase_t n);
57 lws_led_func_sine(lws_led_seq_phase_t n);
/third_party/libwebsockets/lib/drivers/pwm/
Dpwm.c77 lws_led_func_sine(lws_led_seq_phase_t n) in lws_led_func_sine()
90 lws_led_func_linear(lws_led_seq_phase_t n) in lws_led_func_linear()
97 lws_led_func_static(lws_led_seq_phase_t n) in lws_led_func_static()
/third_party/libwebsockets/lib/drivers/led/
DREADME.md77 lws_led_func_linear(lws_led_seq_phase_t n)