Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/
Drmt.c115 static uint32_t s_rmt_source_clock_hz[RMT_CHANNEL_MAX]; variable
117 static uint32_t s_rmt_source_clock_hz; variable
597 s_rmt_source_clock_hz[channel] = rmt_source_clk_hz; in rmt_internal_config()
599 if (s_rmt_source_clock_hz && rmt_source_clk_hz != s_rmt_source_clock_hz) { in rmt_internal_config()
600 …een configured to %d by other channel, now reconfigure it to %d", s_rmt_source_clock_hz, rmt_sourc… in rmt_internal_config()
602 s_rmt_source_clock_hz = rmt_source_clk_hz; in rmt_internal_config()
1320 rmt_source_clk_hz = s_rmt_source_clock_hz[channel]; in rmt_get_counter_clock()
1322 rmt_source_clk_hz = s_rmt_source_clock_hz; in rmt_get_counter_clock()