Home
last modified time | relevance | path

Searched refs:t_wake (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Drtc_time.c162 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local
163 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()
166 return (t_wake - t_slp); in rtc_light_slp_time_get()
173 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local
174 return (t_wake - t_slp); in rtc_deep_slp_time_get()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Drtc_time.c154 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local
155 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()
158 return (t_wake - t_slp); in rtc_light_slp_time_get()
165 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local
166 return (t_wake - t_slp); in rtc_deep_slp_time_get()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_time.c168 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local
169 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()
172 return (t_wake - t_slp); in rtc_light_slp_time_get()
179 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local
180 return (t_wake - t_slp); in rtc_deep_slp_time_get()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Drtc_time.c235 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local
236 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()
239 return (t_wake - t_slp); in rtc_light_slp_time_get()
246 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local
247 return (t_wake - t_slp); in rtc_deep_slp_time_get()