Home
last modified time | relevance | path

Searched refs:rmt_set_tx_intr_en (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.c236 rmt_set_tx_intr_en(rmt_step_motor->rmt_ch, 0); in rmt_tx_loop_intr()
260 rmt_set_tx_intr_en(rmt_step_motor->rmt_ch, 1); in rmt_tx_loop_intr()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h550 esp_err_t rmt_set_tx_intr_en(rmt_channel_t channel, bool en);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst290 * The RMT transmitter has finished transmitting the signal - :cpp:func:`rmt_set_tx_intr_en`
/hal_espressif-3.4.0/components/driver/
Drmt.c494 esp_err_t rmt_set_tx_intr_en(rmt_channel_t channel, bool en) in rmt_set_tx_intr_en() function