Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/led_strip/
Dws2812_spi.c45 uint8_t one_frame; member
63 const uint8_t one_frame, const uint8_t zero_frame) in ws2812_spi_ser() argument
68 buf[i] = color & BIT(7 - i) ? one_frame : zero_frame; in ws2812_spi_ser()
99 const uint8_t one = cfg->one_frame, zero = cfg->zero_frame; in ws2812_strip_update_rgb()
232 .one_frame = WS2812_SPI_ONE_FRAME(idx), \