Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c74 const rmt_item32_t bit0 = {{{ ws2812_t0h_ticks, 1, ws2812_t0l_ticks, 0 }}}; //Logical 0 in ws2812_rmt_adapter() local
86 pdest->val = bit0.val; in ws2812_rmt_adapter()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rmt.c230 const rmt_item32_t bit0 = {{{ 10, 1, 20, 0 }}}; //Logical 0 in test_rmt_translator() local
242 pdest->val = bit0.val; in test_rmt_translator()