Searched refs:rmt_clock_source_t (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | rmt_types.h | 22 typedef soc_periph_rmt_clk_src_t rmt_clock_source_t; typedef 24 typedef int rmt_clock_source_t;
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 110 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 812 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src() 814 rmt_clock_source_t clk_src = RMT_CLK_SRC_APB; in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rmt_ll.h | 111 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 789 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src() 791 rmt_clock_source_t clk_src = RMT_CLK_SRC_PLL_F80M; in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 110 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 774 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src() 776 rmt_clock_source_t clk_src = RMT_CLK_SRC_APB; in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 111 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 786 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src() 788 rmt_clock_source_t clk_src = RMT_CLK_SRC_XTAL; in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 105 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 597 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 111 static inline void rmt_ll_set_group_clock_src(rmt_dev_t *dev, uint32_t channel, rmt_clock_source_t … in rmt_ll_set_group_clock_src() 743 static inline rmt_clock_source_t rmt_ll_get_group_clock_src(rmt_dev_t *dev, uint32_t channel) in rmt_ll_get_group_clock_src()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 418 rmt_ll_set_group_clock_src(rmt_contex.hal.regs, channel, (rmt_clock_source_t)base_clk, 1, 0, 0); in rmt_set_source_clk() 571 rmt_ll_set_group_clock_src(dev, channel, (rmt_clock_source_t)RMT_BASECLK_XTAL, 1, 0, 0); in rmt_internal_config() 575 rmt_ll_set_group_clock_src(dev, channel, (rmt_clock_source_t)RMT_BASECLK_REF, 1, 0, 0); in rmt_internal_config() 582 rmt_ll_set_group_clock_src(dev, channel, (rmt_clock_source_t)RMT_BASECLK_DEFAULT, 1, 0, 0); in rmt_internal_config()
|