Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c75 const rmt_item32_t bit1 = {{{ ws2812_t1h_ticks, 1, ws2812_t1l_ticks, 0 }}}; //Logical 1 in ws2812_rmt_adapter() local
84 pdest->val = bit1.val; in ws2812_rmt_adapter()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rmt.c231 const rmt_item32_t bit1 = {{{ 20, 1, 10, 0 }}}; //Logical 1 in test_rmt_translator() local
240 pdest->val = bit1.val; in test_rmt_translator()