Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_time.c152 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
153 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_time.c155 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
156 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_time.c154 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
155 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_time.c138 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
139 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_time.c230 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
231 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_time.c230 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_cal() local
231 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_time.c127 uint64_t period_64 = ((xtal_cycles << RTC_CLK_CAL_FRACT) + divider / 2 - 1) / divider; in rtc_clk_xtal_to_slowclk() local
128 uint32_t period = (uint32_t)(period_64 & UINT32_MAX); in rtc_clk_xtal_to_slowclk()