Home
last modified time | relevance | path

Searched refs:RTC_CNTL_CK8M_WAIT_SLP_CYCLES (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c143 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c142 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c153 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h555 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_sleep.c211 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c223 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h112 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h102 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h107 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h129 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
/hal_espressif-3.4.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c681 …+ rtc_time_slowclk_to_us(rtc_cntl_xtl_buf_wait_slp_cycles + RTC_CNTL_CK8M_WAIT_SLP_CYCLES + RTC_CN… in esp_light_sleep_start()
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c651 …+ rtc_time_slowclk_to_us(rtc_cntl_xtl_buf_wait_slp_cycles + RTC_CNTL_CK8M_WAIT_SLP_CYCLES + RTC_CN… in esp_light_sleep_start()