Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/led_strip/
Dws2812_spi.c42 uint8_t one_frame; member
61 const uint8_t one_frame, const uint8_t zero_frame) in ws2812_spi_ser() argument
66 buf[i] = color & BIT(7 - i) ? one_frame : zero_frame; in ws2812_spi_ser()
83 const uint8_t one = cfg->one_frame, zero = cfg->zero_frame; in ws2812_strip_update_rgb()
210 .one_frame = WS2812_SPI_ONE_FRAME(idx), \