Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_rmt.c109 ESP_ERROR_CHECK(rmt_set_tx_loop_mode(rmt_handle->rmt_ch, true)); in rmt_step_motor_step_impl()
138 ESP_ERROR_CHECK(rmt_set_tx_loop_mode(rmt_handle->rmt_ch, true)); in rmt_step_motor_step()
146 ESP_ERROR_CHECK(rmt_set_tx_loop_mode(rmt_handle->rmt_ch, false)); in rmt_step_motor_step()
234 rmt_set_tx_loop_mode(rmt_step_motor->rmt_ch, true); in rmt_tx_loop_intr()
258 rmt_set_tx_loop_mode(rmt_step_motor->rmt_ch, false); in rmt_tx_loop_intr()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h415 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en);
/hal_espressif-3.4.0/components/driver/
Drmt.c357 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en) in rmt_set_tx_loop_mode() function
1135 rmt_set_tx_loop_mode(channel, false); in rmt_write_items()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst260 * Enable or disable the loop back mode for the transmitter - :cpp:func:`rmt_set_tx_loop_mode`