Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/examples/peripherals/rmt/led_strip/components/led_strip/src/
Dled_strip_rmt_ws2812.c72 const rmt_item32_t bit0 = {{{ ws2812_t0h_ticks, 1, ws2812_t0l_ticks, 0 }}}; //Logical 0 in ws2812_rmt_adapter() local
84 pdest->val = bit0.val; in ws2812_rmt_adapter()
/hal_espressif-2.7.6/components/driver/test/
Dtest_rmt.c225 const rmt_item32_t bit0 = {{{ 10, 1, 20, 0 }}}; //Logical 0 in test_rmt_translator() local
237 pdest->val = bit0.val; in test_rmt_translator()