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/ |
D | rmt_ll.h | 191 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/ |
D | rmt_ll.h | 204 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/ |
D | rmt_ll.h | 203 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/ |
D | rmt_ll.h | 206 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/ |
D | rmt.c | 262 rmt_ll_tx_enable_loop_count(rmt_contex.hal.regs, channel, true); in rmt_tx_start()
|