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/ |
D | rtc_sleep.c | 143 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/ |
D | rtc_sleep.c | 142 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/ |
D | rtc_sleep.c | 153 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/ |
D | rtc.h | 555 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | rtc_sleep.c | 211 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/ |
D | rtc_sleep.c | 223 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/ |
D | rtc.h | 112 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 102 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 107 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 129 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-3.4.0/zephyr/esp_shared/components/esp_hw_support/ |
D | sleep_modes.c | 681 …+ 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/ |
D | sleep_modes.c | 651 …+ 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()
|