ets_get_detected_xtal_freq() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesCall Tree

Return value

uint32_t : if rtc store the value (RTC_STORE5 high 16 bits and low 16 bits with same value), read from rtc register. clock = (REG_READ(RTC_STORE5) & 0xffff) << 12; else if analog_8M in efuse clock = ets_get_xtal_scale() * 15625 * ets_efuse_get_8M_clock() / 40; else clock = 26M.

References