Searched refs:rmt_tx_stop (Results 1 – 6 of 6) sorted by relevance
80 rmt_tx_stop(rmt_buzzer->channel); in buzzer_stop()96 rmt_tx_stop(rmt_buzzer->channel); in rmt_tx_loop_end()
133 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()
409 TEST_ESP_OK(rmt_tx_stop(tx_channel));544 rmt_tx_stop(channel); in rmt_tx_loop_end()
330 esp_err_t rmt_tx_stop(rmt_channel_t channel);
208 …l the transmission process use :cpp:func:`rmt_tx_start` and :cpp:func:`rmt_tx_stop`. The number of…
272 esp_err_t rmt_tx_stop(rmt_channel_t channel) in rmt_tx_stop() function