Home
last modified time | relevance | path

Searched refs:rmt_set_tx_loop_count (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_rmt.c115 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()
/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c52rmt_set_tx_loop_count(rmt_buzzer->channel, notation->note_duration_ms * notation->note_freq_hz / 1… in update_notation_freq_duration()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h869 esp_err_t rmt_set_tx_loop_count(rmt_channel_t channel, uint32_t count);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst266 …y transmit items for N iterations, then trigger an ISR callback - :cpp:func:`rmt_set_tx_loop_count`
/hal_espressif-3.4.0/components/driver/
Drmt.c1374 esp_err_t rmt_set_tx_loop_count(rmt_channel_t channel, uint32_t count) in rmt_set_tx_loop_count() function