Searched refs:rmt_source_clk_t (Results 1 – 3 of 3) sorted by relevance
84 typedef soc_periph_rmt_clk_src_legacy_t rmt_source_clk_t; typedef86 typedef int rmt_source_clk_t; typedef
317 esp_err_t rmt_set_source_clk(rmt_channel_t channel, rmt_source_clk_t base_clk);333 esp_err_t rmt_get_source_clk(rmt_channel_t channel, rmt_source_clk_t *src_clk);
413 esp_err_t rmt_set_source_clk(rmt_channel_t channel, rmt_source_clk_t base_clk) in rmt_set_source_clk()423 esp_err_t rmt_get_source_clk(rmt_channel_t channel, rmt_source_clk_t *src_clk) in rmt_get_source_clk()428 *src_clk = (rmt_source_clk_t)rmt_ll_get_group_clock_src(rmt_contex.hal.regs, channel); in rmt_get_source_clk()