Searched refs:rmt_set_tx_intr_en (Results 1 – 4 of 4) sorted by relevance
236 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()
550 esp_err_t rmt_set_tx_intr_en(rmt_channel_t channel, bool en);
290 * The RMT transmitter has finished transmitting the signal - :cpp:func:`rmt_set_tx_intr_en`
494 esp_err_t rmt_set_tx_intr_en(rmt_channel_t channel, bool en) in rmt_set_tx_intr_en() function