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; variable587 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()