Searched refs:rmt_enable_tx_loop_autostop (Results 1 – 4 of 4) sorted by relevance
110 ESP_ERROR_CHECK(rmt_enable_tx_loop_autostop(rmt_handle->rmt_ch, true)); in rmt_step_motor_step_impl()137 ESP_ERROR_CHECK(rmt_enable_tx_loop_autostop(rmt_handle->rmt_ch, false)); in rmt_step_motor_step()235 rmt_enable_tx_loop_autostop(rmt_step_motor->rmt_ch, true); in rmt_tx_loop_intr()259 rmt_enable_tx_loop_autostop(rmt_step_motor->rmt_ch, false); in rmt_tx_loop_intr()
886 esp_err_t rmt_enable_tx_loop_autostop(rmt_channel_t channel, bool en);
267 … that doesn't support `SOC_RMT_SUPPORT_TX_LOOP_AUTOSTOP`. - :cpp:func:`rmt_enable_tx_loop_autostop`
1384 esp_err_t rmt_enable_tx_loop_autostop(rmt_channel_t channel, bool en) in rmt_enable_tx_loop_autostop() function