Searched refs:zero_frame (Results 1 – 1 of 1) sorted by relevance
43 uint8_t zero_frame; member61 const uint8_t one_frame, const uint8_t zero_frame) in ws2812_spi_ser() argument66 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()211 .zero_frame = WS2812_SPI_ZERO_FRAME(idx), \