Home
last modified time | relevance | path

Searched refs:chain_length (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/drivers/led/led_strip/src/
Dmain.c24 #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/
Ddisplay_led_strip_matrix.c18 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/
Dws2812_spi.c178 (DT_INST_PROP(idx, chain_length))
214 .length = DT_INST_PROP(idx, chain_length), \
Dws2812_i2s.c219 #define WS2812_I2S_NUM_PIXELS(idx) (DT_INST_PROP(idx, chain_length))
237 .length = DT_INST_PROP(idx, chain_length), \
Dapa102.c106 .length = DT_INST_PROP(idx, chain_length), \
Dtlc5971.c331 (DT_INST_PROP(inst, chain_length) / TLC5971_PIXELS_PER_DEVICE) * TLC5971_PACKET_LEN
337 .num_pixels = DT_INST_PROP(inst, chain_length), \
Dlpd880x.c150 .length = DT_INST_PROP(0, chain_length),
Dtlc59731.c184 .length = DT_INST_PROP(i, chain_length), \
Dws2812_gpio.c233 .length = DT_INST_PROP(idx, chain_length), \
Dws2812_rpi_pico_pio.c194 .length = DT_PROP(node, chain_length), \