Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c303 TEST_ESP_OK(rmt_wait_tx_done(tx_channel, portMAX_DELAY)); in do_nec_tx_rx()
526 TEST_ESP_OK(rmt_wait_tx_done(channel0, portMAX_DELAY));
527 TEST_ESP_OK(rmt_wait_tx_done(channel1, portMAX_DELAY));
/hal_espressif-3.4.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c119 return rmt_wait_tx_done(ws2812->rmt_channel, pdMS_TO_TICKS(timeout_ms)); in ws2812_refresh()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h730 esp_err_t rmt_wait_tx_done(rmt_channel_t channel, TickType_t wait_time);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst206 …ch case you can wait for the transmission end by calling :cpp:func:`rmt_wait_tx_done`. This functi…
/hal_espressif-3.4.0/components/driver/
Drmt.c1165 esp_err_t rmt_wait_tx_done(rmt_channel_t channel, TickType_t wait_time) in rmt_wait_tx_done() function