Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c80 rmt_tx_stop(rmt_buzzer->channel); in buzzer_stop()
96 rmt_tx_stop(rmt_buzzer->channel); in rmt_tx_loop_end()
/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_rmt.c133 ESP_ERROR_CHECK(rmt_tx_stop(rmt_handle->rmt_ch)); in rmt_step_motor_step()
145 ESP_ERROR_CHECK(rmt_tx_stop(rmt_handle->rmt_ch)); in rmt_step_motor_step()
171 …ESP_GOTO_ON_ERROR(rmt_tx_stop(rmt_handle->rmt_ch), err_free_speeddown, TAG, "failed to stop rmt tx… in rmt_step_motor_smoothstep()
/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c409 TEST_ESP_OK(rmt_tx_stop(tx_channel));
544 rmt_tx_stop(channel); in rmt_tx_loop_end()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h330 esp_err_t rmt_tx_stop(rmt_channel_t channel);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst208 …l the transmission process use :cpp:func:`rmt_tx_start` and :cpp:func:`rmt_tx_stop`. The number of…
/hal_espressif-3.4.0/components/driver/
Drmt.c272 esp_err_t rmt_tx_stop(rmt_channel_t channel) in rmt_tx_stop() function