Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c44 static uint32_t ws2812_t0l_ticks = 0; variable
74 const rmt_item32_t bit0 = {{{ ws2812_t0h_ticks, 1, ws2812_t0l_ticks, 0 }}}; //Logical 0 in ws2812_rmt_adapter()
155 ws2812_t0l_ticks = (uint32_t)(ratio * WS2812_T0L_NS); in led_strip_new_rmt_ws2812()