Lines Matching refs:sleep
68 bool "Power down flash in light sleep when there is no SPIRAM"
81 bool "Pull-up Flash CS pin in light sleep"
85 All IOs will be set to isolate(floating) state by default during sleep.
89 … Select this option will set the CS pin of Flash to PULL-UP state during sleep, but this will
90 increase the sleep current about 10 uA.
93 consumption caused by internal pull-up during sleep.
97 bool "Pull-up PSRAM CS pin in light sleep"
101 All IOs will be set to isolate(floating) state by default during sleep.
105 … Select this option will set the CS pin of PSRAM to PULL-UP state during sleep, but this will
106 increase the sleep current about 10 uA.
109 consumption caused by internal pull-up during sleep.
113 bool "Pull-up all SPI pins in light sleep"
118 … during light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up
126 bool "light sleep GPIO reset workaround"
132 a small electrostatic pulse during light sleep, with specific condition
143 GPIO pins in sleep state.
146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
151 … When the chip exits sleep, the CPU and the flash chip are powered on at the same time.
168 … If you are seeing "flash read err, 1000" message printed to the console after deep sleep reset
170 … (For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.
171 … For chips after esp32, the delay will be executed only in light sleep flow, the delay
175 bool "esp sleep debug"
178 Enable esp sleep debug.
188 bool "Enable registration of sleep event callbacks"
192 …If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal
198 … NOTE: Enabling these callbacks may change sleep duration calculations based on time spent in
202 bool "Check the cache safety of the sleep wakeup code in sleep process"
207 … light sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is
209 and exiting sleep. It is not recommended to enable it in the release version.