Searched refs:one_frame (Results 1 – 1 of 1) sorted by relevance
45 uint8_t one_frame; member63 const uint8_t one_frame, const uint8_t zero_frame) in ws2812_spi_ser() argument68 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), \