Searched refs:rmt_hal_tx_set_channel_clock (Results 1 – 3 of 3) sorted by relevance
67 void rmt_hal_tx_set_channel_clock(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, u…
45 void rmt_hal_tx_set_channel_clock(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, u… in rmt_hal_tx_set_channel_clock() function
86 …rmt_hal_tx_set_channel_clock(&s_rmt_hal, REF_CLOCK_RMT_CHANNEL, 1000000, 1000000); // counter cloc… in ref_clock_init()