Searched refs:rmt_set_tx_loop_mode (Results 1 – 4 of 4) sorted by relevance
109 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()
415 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en);
357 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en) in rmt_set_tx_loop_mode() function1135 rmt_set_tx_loop_mode(channel, false); in rmt_write_items()
260 * Enable or disable the loop back mode for the transmitter - :cpp:func:`rmt_set_tx_loop_mode`