Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c115 static uint32_t s_rmt_source_clock_hz[RMT_CHANNEL_MAX]; variable
117 static uint32_t s_rmt_source_clock_hz; variable
587 s_rmt_source_clock_hz[channel] = rmt_source_clk_hz; in rmt_internal_config()
589 if (s_rmt_source_clock_hz && rmt_source_clk_hz != s_rmt_source_clock_hz) { in rmt_internal_config()
590 …ed to %"PRIu32" by other channel, now reconfigure it to %"PRIu32, s_rmt_source_clock_hz, rmt_sourc… in rmt_internal_config()
592 s_rmt_source_clock_hz = rmt_source_clk_hz; in rmt_internal_config()
1305 rmt_source_clk_hz = s_rmt_source_clock_hz[channel]; in rmt_get_counter_clock()
1307 rmt_source_clk_hz = s_rmt_source_clock_hz; in rmt_get_counter_clock()