Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Drtc_cntl_ll.h79 uint32_t slow_clk_value = REG_READ(RTC_CNTL_STORE1_REG); in rtc_cntl_ll_time_to_count() local
80 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in rtc_cntl_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h62 uint32_t slow_clk_value = REG_READ(LP_AON_STORE1_REG); in lp_timer_ll_time_to_count() local
63 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in lp_timer_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drtc_cntl_ll.h85 uint32_t slow_clk_value = REG_READ(RTC_CNTL_STORE1_REG); in rtc_cntl_ll_time_to_count() local
86 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in rtc_cntl_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dlp_timer_ll.h78 uint32_t slow_clk_value = REG_READ(LP_AON_STORE1_REG); in lp_timer_ll_time_to_count() local
79 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in lp_timer_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_cntl_ll.h99 uint32_t slow_clk_value = REG_READ(RTC_CNTL_STORE1_REG); in rtc_cntl_ll_time_to_count() local
100 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in rtc_cntl_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_cntl_ll.h111 uint32_t slow_clk_value = REG_READ(RTC_CNTL_STORE1_REG); in rtc_cntl_ll_time_to_count() local
112 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in rtc_cntl_ll_time_to_count()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drtc_cntl_ll.h180 uint32_t slow_clk_value = REG_READ(RTC_CNTL_STORE1_REG); in rtc_cntl_ll_time_to_count() local
181 return ((time_in_us * (1 << RTC_CLK_CAL_FRACT)) / slow_clk_value); in rtc_cntl_ll_time_to_count()