Searched refs:s_rmt_source_clock_hz (Results 1 – 1 of 1) sorted by relevance
115 static uint32_t s_rmt_source_clock_hz[RMT_CHANNEL_MAX]; variable117 static uint32_t s_rmt_source_clock_hz; variable597 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()