Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h333 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h440 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h471 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h461 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h446 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h458 static inline void rmt_ll_rx_set_channel_clock_div(rmt_dev_t *dev, uint32_t channel, uint32_t div) in rmt_ll_rx_set_channel_clock_div() function
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c151rmt_ll_rx_set_channel_clock_div(rmt_contex.hal.regs, RMT_DECODE_RX_CHANNEL(channel), div_cnt); in rmt_set_clk_div()
636 rmt_ll_rx_set_channel_clock_div(dev, RMT_DECODE_RX_CHANNEL(channel), clk_div); in rmt_internal_config()