Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c49 rmt_channel_t rmt_channel; member
117 …STRIP_CHECK(rmt_write_sample(ws2812->rmt_channel, ws2812->buffer, ws2812->strip_len * 3, true) == … in ws2812_refresh()
119 return rmt_wait_tx_done(ws2812->rmt_channel, pdMS_TO_TICKS(timeout_ms)); in ws2812_refresh()
162 ws2812->rmt_channel = (rmt_channel_t)config->dev; in led_strip_new_rmt_ws2812()
205 ESP_ERROR_CHECK(rmt_driver_uninstall(ws2812->rmt_channel)); in led_strip_denit()