Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/drivers/pwm/
Dpwm.c46 sine_lu(int n, int next) in sine_lu() function
85 return (sine_lu(n >> 10, 0) * (0x3ff - (n & 0x3ff)) + in lws_led_func_sine()
86 sine_lu(n >> 10, 1) * (n & 0x3ff)) / 0x3ff; in lws_led_func_sine()