Searched defs:pixels (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/samples/drivers/led_ws2812/src/ |
D | main.c | 34 struct led_rgb pixels[STRIP_NUM_PIXELS]; variable
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | led_strip.h | 100 struct led_rgb *pixels, in led_strip_update_rgb()
|
/Zephyr-Core-3.5.0/drivers/led_strip/ |
D | apa102.c | 52 static int apa102_update_rgb(const struct device *dev, struct led_rgb *pixels, in apa102_update_rgb()
|
D | lpd880x.c | 87 struct led_rgb *pixels, in lpd880x_strip_update_rgb()
|
D | tlc5971.c | 183 static void tlc5971_fill_data_buffer(const struct device *dev, struct led_rgb *pixels, in tlc5971_fill_data_buffer() 249 static int tlc5971_update_rgb(const struct device *dev, struct led_rgb *pixels, size_t num_pixels) in tlc5971_update_rgb()
|
D | ws2812_gpio.c | 147 struct led_rgb *pixels, in ws2812_gpio_update_rgb()
|
D | ws2812_i2s.c | 69 static int ws2812_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, in ws2812_strip_update_rgb()
|
D | ws2812_spi.c | 95 struct led_rgb *pixels, in ws2812_strip_update_rgb()
|