Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h48 bool loop_en; /*!< Enable sending RMT items in a loop */ member
101 .loop_en = false, \
415 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en);
427 esp_err_t rmt_get_tx_loop_mode(rmt_channel_t channel, bool *loop_en);
/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/main/
Dmusical_buzzer_example_main.c48 dev_config.tx_config.loop_en = true; // Enable loop mode in app_main()
/hal_espressif-3.4.0/components/driver/
Drmt.c357 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en) in rmt_set_tx_loop_mode() argument
361 rmt_ll_tx_enable_loop(rmt_contex.hal.regs, channel, loop_en); in rmt_set_tx_loop_mode()
366 esp_err_t rmt_get_tx_loop_mode(rmt_channel_t channel, bool *loop_en) in rmt_get_tx_loop_mode() argument
370 *loop_en = rmt_ll_is_tx_loop_enabled(rmt_contex.hal.regs, channel); in rmt_get_tx_loop_mode()
615 rmt_ll_tx_enable_loop(dev, channel, rmt_param->tx_config.loop_en); in rmt_internal_config()
617 if (rmt_param->tx_config.loop_en) { in rmt_internal_config()
/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c48 tx_config.tx_config.loop_en = true; in rmt_setup_testbench()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst144 * Transmit the currently configured data items in a loop - **loop_en**