Home
last modified time | relevance | path

Searched refs:rmt_ll_tx_enable_loop (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h231 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h246 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h265 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h254 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h252 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h251 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() function
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c389 rmt_ll_tx_enable_loop(rmt_contex.hal.regs, channel, loop_en); in rmt_set_tx_loop_mode()
605 rmt_ll_tx_enable_loop(dev, channel, rmt_param->tx_config.loop_en); in rmt_internal_config()