Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_coex/esp32c3/
Desp_coex_adapter.c133 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local
134 …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()
/hal_espressif-latest/zephyr/esp32c3/src/coex/
Desp_coex_adapter.c139 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local
140 return (((time_per_us << RTC_CLK_CAL_FRACT) / (MHZ(1))) >> in esp_coex_common_clk_slowclk_cal_get_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/coex/
Desp_coex_adapter.c137 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local
138 …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()
/hal_espressif-latest/components/esp_coex/esp32s3/
Desp_coex_adapter.c138 uint64_t time_per_us = 1000000ULL; in esp_coex_common_clk_slowclk_cal_get_wrapper() local
139 …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()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c681 uint64_t time_per_us = 1000000ULL; in sleep_low_power_clock_calibration() local
682 … 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()