Searched refs:rmt_ll_tx_set_channel_clock_div (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 162 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 165 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 167 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rmt_ll.h | 169 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 167 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 166 static inline void rmt_ll_tx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_tx_set_channel_clock_div() function
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 153 rmt_ll_tx_set_channel_clock_div(rmt_contex.hal.regs, channel, div_cnt); in rmt_set_clk_div() 602 rmt_ll_tx_set_channel_clock_div(dev, channel, clk_div); in rmt_internal_config()
|