Home
last modified time | relevance | path

Searched refs:rmt_hal_tx_set_channel_clock (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/hal/include/hal/
Drmt_hal.h67 void rmt_hal_tx_set_channel_clock(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, u…
/hal_espressif-3.4.0/components/hal/
Drmt_hal.c45 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
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/
Dref_clock_impl_rmt_pcnt.c86rmt_hal_tx_set_channel_clock(&s_rmt_hal, REF_CLOCK_RMT_CHANNEL, 1000000, 1000000); // counter cloc… in ref_clock_init()