Searched refs:RTC_CNTL_CK8M_WAIT_SLP_CYCLES (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | rtc.h | 98 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | rtc.h | 102 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_sleep.c | 201 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 540 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 94 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_sleep.c | 252 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_sleep.c | 264 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_sleep.c | 256 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc.h | 96 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_sleep.c | 243 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, RTC_CNTL_CK8M_WAIT_SLP_CYCLES); in rtc_sleep_low_init()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc.h | 99 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 102 #define RTC_CNTL_CK8M_WAIT_SLP_CYCLES (4) macro
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modes.c | 1248 …+ rtc_time_slowclk_to_us(rtc_cntl_xtl_buf_wait_slp_cycles + RTC_CNTL_CK8M_WAIT_SLP_CYCLES + RTC_CN…
|