Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c100 TEST_ESP_OK(rmt_driver_uninstall(tx_channel)); in rmt_clean_testbench()
106 TEST_ESP_OK(rmt_driver_uninstall(rx_channel)); in rmt_clean_testbench()
196 TEST_ESP_OK(rmt_driver_uninstall(i));
207 TEST_ESP_OK(rmt_driver_uninstall(i));
217 TEST_ESP_OK(rmt_driver_uninstall(tx_cfg.channel));
223 TEST_ESP_OK(rmt_driver_uninstall(rx_cfg.channel));
270 TEST_ESP_OK(rmt_driver_uninstall(tx_cfg.channel));
535 TEST_ESP_OK(rmt_driver_uninstall(channel0));
536 TEST_ESP_OK(rmt_driver_uninstall(channel1));
/hal_espressif-3.4.0/examples/peripherals/rmt/ir_protocols/main/
Dir_protocols_main.c67 rmt_driver_uninstall(example_rx_channel); in example_ir_rx_task()
110 rmt_driver_uninstall(example_tx_channel); in example_ir_tx_task()
/hal_espressif-3.4.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c205 ESP_ERROR_CHECK(rmt_driver_uninstall(ws2812->rmt_channel)); in led_strip_denit()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h663 esp_err_t rmt_driver_uninstall(rmt_channel_t channel);
/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_rmt.c321 …ESP_RETURN_ON_ERROR(rmt_driver_uninstall(rmt_handle->rmt_ch), TAG, "Failed to uninstall RMT driver… in step_motor_delete_rmt()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst309 … the driver may be removed to free allocated resources by calling :cpp:func:`rmt_driver_uninstall`.
/hal_espressif-3.4.0/components/driver/
Drmt.c947 esp_err_t rmt_driver_uninstall(rmt_channel_t channel) in rmt_driver_uninstall() function