Searched refs:us_time_estimate (Results 1 – 7 of 7) sorted by relevance
66 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal() local74 if (us_time_estimate >= us_timer_max) { in rtc_clk_cal_internal()85 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal()87 int timeout_us = us_time_estimate; in rtc_clk_cal_internal()
92 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal() local98 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal()
96 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal() local102 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal()
94 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal() local100 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal()
142 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal() local148 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal()
66 uint32_t us_time_estimate = (uint32_t) (((uint64_t) slowclk_cycles) * MHZ / expected_freq); in rtc_clk_cal_internal_oneoff() local72 esp_rom_delay_us(us_time_estimate); in rtc_clk_cal_internal_oneoff()