Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_time.c73 const uint32_t us_timer_max = TIMG_RTC_CALI_VALUE / (uint32_t) xtal_freq; in rtc_clk_cal_internal() local
74 if (us_time_estimate >= us_timer_max) { in rtc_clk_cal_internal()