Searched refs:rmt_ll_tx_reset_pointer (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.4.0/components/driver/ |
D | rmt.c | 253 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_tx_start() 277 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_tx_stop() 323 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_tx_memory_reset() 614 rmt_ll_tx_reset_pointer(dev, channel); in rmt_internal_config() 758 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_driver_isr_default() 900 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_driver_isr_default() 935 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_driver_isr_default() 1367 rmt_ll_tx_reset_pointer(rmt_contex.hal.regs, channel); in rmt_memory_rw_rst()
|
/hal_espressif-3.4.0/components/hal/ |
D | rmt_hal.c | 26 rmt_ll_tx_reset_pointer(hal->regs, channel); in rmt_hal_tx_channel_reset()
|
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/ |
D | ref_clock_impl_rmt_pcnt.c | 96 rmt_ll_tx_reset_pointer(s_rmt_hal.regs, REF_CLOCK_RMT_CHANNEL); in ref_clock_init()
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 71 static inline void rmt_ll_tx_reset_pointer(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_reset_pointer() function
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 76 static inline void rmt_ll_tx_reset_pointer(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_reset_pointer() function
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 84 static inline void rmt_ll_tx_reset_pointer(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_reset_pointer() function
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 83 static inline void rmt_ll_tx_reset_pointer(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_reset_pointer() function
|
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 81 static inline void rmt_ll_tx_reset_pointer(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_reset_pointer() function
|