Searched refs:rmt_set_tx_loop_count (Results 1 – 5 of 5) sorted by relevance
115 ESP_ERROR_CHECK(rmt_set_tx_loop_count(rmt_handle->rmt_ch, 1023)); in rmt_step_motor_step_impl()117 … ESP_ERROR_CHECK(rmt_set_tx_loop_count(rmt_handle->rmt_ch, rmt_handle->rmt_items_loop_count)); in rmt_step_motor_step_impl()136 ESP_ERROR_CHECK(rmt_set_tx_loop_count(rmt_handle->rmt_ch, 0)); in rmt_step_motor_step()245 rmt_set_tx_loop_count(rmt_step_motor->rmt_ch, 1023); in rmt_tx_loop_intr()247 rmt_set_tx_loop_count(rmt_step_motor->rmt_ch, rmt_step_motor->rmt_items_loop_count); in rmt_tx_loop_intr()
52 …rmt_set_tx_loop_count(rmt_buzzer->channel, notation->note_duration_ms * notation->note_freq_hz / 1… in update_notation_freq_duration()
869 esp_err_t rmt_set_tx_loop_count(rmt_channel_t channel, uint32_t count);
266 …y transmit items for N iterations, then trigger an ISR callback - :cpp:func:`rmt_set_tx_loop_count`
1374 esp_err_t rmt_set_tx_loop_count(rmt_channel_t channel, uint32_t count) in rmt_set_tx_loop_count() function