Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c45 static uint32_t ws2812_t1l_ticks = 0; variable
75 const rmt_item32_t bit1 = {{{ ws2812_t1h_ticks, 1, ws2812_t1l_ticks, 0 }}}; //Logical 1 in ws2812_rmt_adapter()
157 ws2812_t1l_ticks = (uint32_t)(ratio * WS2812_T1L_NS); in led_strip_new_rmt_ws2812()