You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_hw_support/include/esp_private/esp_pmu.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ typedef enum {
49
49
#defineRTC_SLEEP_DIG_USE_8M BIT(16)
50
50
#defineRTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17)
51
51
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
Copy file name to clipboardExpand all lines: components/esp_hw_support/port/esp32c2/include/soc/rtc.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -562,6 +562,7 @@ typedef struct {
562
562
#defineRTC_SLEEP_DIG_USE_8M BIT(16)
563
563
#defineRTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17)
564
564
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
Copy file name to clipboardExpand all lines: components/esp_hw_support/port/esp32c3/include/soc/rtc.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -608,6 +608,7 @@ typedef struct {
608
608
#defineRTC_SLEEP_DIG_USE_8M BIT(16)
609
609
#defineRTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17)
610
610
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
Copy file name to clipboardExpand all lines: components/esp_hw_support/port/esp32s3/include/soc/rtc.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -619,6 +619,7 @@ typedef struct {
619
619
#defineRTC_SLEEP_DIG_USE_8M BIT(16)
620
620
#defineRTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17)
621
621
#defineRTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
0 commit comments