Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h258 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h356 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h388 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h377 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h362 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h374 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() function
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c504 rmt_ll_tx_set_limit(rmt_contex.hal.regs, channel, evt_thresh); in rmt_set_tx_thr_intr_en()