Searched refs:chain_length (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/samples/drivers/led/led_strip/src/ |
D | main.c | 24 #if DT_NODE_HAS_PROP(DT_ALIAS(led_strip), chain_length) 25 #define STRIP_NUM_PIXELS DT_PROP(DT_ALIAS(led_strip), chain_length)
|
/Zephyr-latest/drivers/display/ |
D | display_led_strip_matrix.c | 18 const size_t chain_length; member 79 if (idx < config->strips[i].chain_length) { in pixel_address() 82 idx -= config->strips[i].chain_length; in pixel_address() 229 (DT_INST_PROP_BY_PHANDLE_IDX(inst, led_strips, idx, chain_length))) 234 .chain_length = CHAIN_LENGTH(idx, inst), \
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_spi.c | 178 (DT_INST_PROP(idx, chain_length)) 214 .length = DT_INST_PROP(idx, chain_length), \
|
D | ws2812_i2s.c | 219 #define WS2812_I2S_NUM_PIXELS(idx) (DT_INST_PROP(idx, chain_length)) 237 .length = DT_INST_PROP(idx, chain_length), \
|
D | apa102.c | 106 .length = DT_INST_PROP(idx, chain_length), \
|
D | tlc5971.c | 331 (DT_INST_PROP(inst, chain_length) / TLC5971_PIXELS_PER_DEVICE) * TLC5971_PACKET_LEN 337 .num_pixels = DT_INST_PROP(inst, chain_length), \
|
D | lpd880x.c | 150 .length = DT_INST_PROP(0, chain_length),
|
D | tlc59731.c | 184 .length = DT_INST_PROP(i, chain_length), \
|
D | ws2812_gpio.c | 233 .length = DT_INST_PROP(idx, chain_length), \
|
D | ws2812_rpi_pico_pio.c | 194 .length = DT_PROP(node, chain_length), \
|