Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/led_strip/
Dws2812_spi.c186 (WS2812_NUM_COLORS(idx) * 8 * WS2812_SPI_NUM_PIXELS(idx))
196 #define WS2812_NUM_COLORS(idx) (DT_INST_PROP_LEN(idx, color_mapping)) macro
212 .num_colors = WS2812_NUM_COLORS(idx), \
Dws2812_i2s.c217 #define WS2812_NUM_COLORS(idx) (DT_INST_PROP_LEN(idx, color_mapping)) macro
222 (((WS2812_NUM_COLORS(idx) * WS2812_I2S_NUM_PIXELS(idx)) + \
236 .num_colors = WS2812_NUM_COLORS(idx), \
Dws2812_gpio.c188 #define WS2812_NUM_COLORS(idx) (DT_INST_PROP_LEN(idx, color_mapping)) macro
231 .num_colors = WS2812_NUM_COLORS(idx), \