Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Drmt_ll.h191 static inline void rmt_ll_tx_enable_loop_count(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop_count() function
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Drmt_ll.h204 static inline void rmt_ll_tx_enable_loop_count(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop_count() function
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Drmt_ll.h203 static inline void rmt_ll_tx_enable_loop_count(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop_count() function
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Drmt_ll.h206 static inline void rmt_ll_tx_enable_loop_count(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop_count() function
/hal_espressif-3.5.0/components/driver/
Drmt.c262 rmt_ll_tx_enable_loop_count(rmt_contex.hal.regs, channel, true); in rmt_tx_start()