Home
last modified time | relevance | path

Searched refs:rmt_enable_tx_loop_autostop (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.c110 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()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h886 esp_err_t rmt_enable_tx_loop_autostop(rmt_channel_t channel, bool en);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst267 … that doesn't support `SOC_RMT_SUPPORT_TX_LOOP_AUTOSTOP`. - :cpp:func:`rmt_enable_tx_loop_autostop`
/hal_espressif-3.4.0/components/driver/
Drmt.c1384 esp_err_t rmt_enable_tx_loop_autostop(rmt_channel_t channel, bool en) in rmt_enable_tx_loop_autostop() function