Searched refs:time_per_us (Results 1 – 5 of 5) sorted by relevance
133 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local134 …return (((time_per_us << RTC_CLK_CAL_FRACT) / (MHZ)) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_… in esp_coex_common_clk_slowclk_cal_get_wrapper()
139 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local140 return (((time_per_us << RTC_CLK_CAL_FRACT) / (MHZ(1))) >> in esp_coex_common_clk_slowclk_cal_get_wrapper()
137 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local138 …return (((time_per_us << RTC_CLK_CAL_FRACT) / (MHZ(1))) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLE… in esp_coex_common_clk_slowclk_cal_get_wrapper()
138 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local139 …return (((time_per_us << RTC_CLK_CAL_FRACT) / (MHZ)) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_… in esp_coex_common_clk_slowclk_cal_get_wrapper()
681 uint64_t time_per_us = 1000000ULL; in sleep_low_power_clock_calibration() local682 … s_config.rtc_clk_cal_period = (time_per_us << RTC_CLK_CAL_FRACT) / rtc_clk_slow_freq_get_hz(); in sleep_low_power_clock_calibration()