Lines Matching refs:sleep
54 … If enabled, about 1.8KB of lightsleep related source code would be in IRAM and chip would sleep
63 … If enabled, about 260B of RTOS_IDLE related source code would be in IRAM and chip would sleep
69 bool "Disable all GPIO when chip at sleep"
72 … This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.
73 …If enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA curren…
77 to have a different GPIO configuration at sleep.
91 enabling it in the application will increase the sleep and wake-up time overhead
94 bool "Power down CPU in light sleep"
99 If enabled, the CPU will be powered down in light sleep. On esp32c3 soc, enabling this
100 option will consume 1.68 KB of internal RAM and will reduce sleep current consumption
102 RAM and will reduce sleep current consumption by about 650 uA.
105 bool "Power down I/D-cache tag memory in light sleep"
109 … If enabled, the I/D-cache tag memory will be retained in light sleep. Depending on the the
113 bool "Power down Digital Peripheral in light sleep (EXPERIMENTAL)"
117 … If enabled, digital peripherals will be powered down in light sleep, it will reduce sleep
118 … current consumption by about 100 uA. Chip will save/restore register context at sleep/wake
122 at sleep time. Otherwise sleep will not power down the peripherals.
125 …all peripherals. When the digital peripherals are powered off and a sleep and wake-up is completed,
127 …!!! Please confirm the peripherals used in your application and their sleep retention support stat…
128 … before enabling this option, peripherals sleep retention driver support status is tracked in
132 …be powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has …
133 …potential to block the sleep process and cause the wakeup time to be skipped, which will cause the…
134 …of freertos to not be compensated correctly when returning from sleep and cause the system to cras…