Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/samples/drivers/led/led_strip/src/
Dmain.c40 static struct led_rgb pixels[STRIP_NUM_PIXELS]; variable
/Zephyr-latest/drivers/led_strip/
Dapa102.c53 static int apa102_update_rgb(const struct device *dev, struct led_rgb *pixels, in apa102_update_rgb()
Dlpd880x.c88 struct led_rgb *pixels, in lpd880x_strip_update_rgb()
Dtlc5971.c183 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()
Dtlc59731.c119 static int tlc59731_gpio_update_rgb(const struct device *dev, struct led_rgb *pixels, in tlc59731_gpio_update_rgb()
Dws2812_gpio.c133 struct led_rgb *pixels, in ws2812_gpio_update_rgb()
Dws2812_rpi_pico_pio.c76 static int ws2812_led_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, in ws2812_led_strip_update_rgb()
Dws2812_spi.c79 struct led_rgb *pixels, in ws2812_strip_update_rgb()
Dws2812_i2s.c65 static int ws2812_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, in ws2812_strip_update_rgb()
/Zephyr-latest/include/zephyr/drivers/
Dled_strip.h108 struct led_rgb *pixels, in led_strip_update_rgb()
/Zephyr-latest/drivers/display/
Ddisplay_led_strip_matrix.c19 struct led_rgb *pixels; member