Searched refs:led_rgb (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/drivers/led/led_strip/src/ |
D | main.c | 34 static const struct led_rgb colors[] = { 40 static struct led_rgb pixels[STRIP_NUM_PIXELS]; 60 memcpy(&pixels[cursor], &colors[color], sizeof(struct led_rgb)); in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | led_strip.h | 40 struct led_rgb { struct 63 struct led_rgb *pixels, argument 108 struct led_rgb *pixels, in led_strip_update_rgb()
|
/Zephyr-latest/drivers/led_strip/ |
D | apa102.c | 53 static int apa102_update_rgb(const struct device *dev, struct led_rgb *pixels, in apa102_update_rgb() 73 BUILD_ASSERT(sizeof(struct led_rgb) == 4); in apa102_update_rgb() 74 return apa102_update(dev, pixels, sizeof(struct led_rgb) * count); in apa102_update_rgb()
|
D | tlc5971.c | 151 static uint8_t tlc5971_map_color(int color_id, const struct led_rgb *pixel_data) in tlc5971_map_color() 183 static void tlc5971_fill_data_buffer(const struct device *dev, struct led_rgb *pixels, in tlc5971_fill_data_buffer() 208 const struct led_rgb *pixel_data = 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() 263 int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel) in tlc5971_set_global_brightness()
|
D | tlc59731.c | 105 static int tlc59731_led_set_color(const struct device *dev, struct led_rgb *pixel) in tlc59731_led_set_color() 119 static int tlc59731_gpio_update_rgb(const struct device *dev, struct led_rgb *pixels, in tlc59731_gpio_update_rgb()
|
D | lpd880x.c | 88 struct led_rgb *pixels, in lpd880x_strip_update_rgb()
|
D | ws2812_gpio.c | 133 struct led_rgb *pixels, in ws2812_gpio_update_rgb()
|
D | ws2812_spi.c | 79 struct led_rgb *pixels, in ws2812_strip_update_rgb()
|
D | ws2812_i2s.c | 65 static int ws2812_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, in ws2812_strip_update_rgb()
|
D | ws2812_rpi_pico_pio.c | 76 static int ws2812_led_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, in ws2812_led_strip_update_rgb()
|
/Zephyr-latest/include/zephyr/drivers/led_strip/ |
D | tlc5971.h | 25 int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel);
|
/Zephyr-latest/drivers/display/ |
D | display_led_strip_matrix.c | 19 struct led_rgb *pixels; 73 static struct led_rgb *pixel_address(const struct led_strip_matrix_config *config, uint16_t x, in pixel_address() 122 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_write() 171 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_read() 239 static struct led_rgb pixels##inst##_##idx[CHAIN_LENGTH(idx, inst)];
|
/Zephyr-latest/tests/drivers/build_all/led/ |
D | app.overlay | 111 led_rgb { 112 label = "led_rgb";
|
/Zephyr-latest/boards/arduino/nicla_sense_me/ |
D | arduino_nicla_sense_me.dts | 80 led_rgb {
|