Searched refs:sleep (Results 1 – 25 of 58) sorted by relevance
123
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | reset.py | 62 time.sleep(0.5) 100 time.sleep(0.1) 103 time.sleep(self.reset_delay) 117 time.sleep(0.1) 119 time.sleep(self.reset_delay) 133 time.sleep(0.1) 136 time.sleep(0.1) 140 time.sleep(0.1) 160 time.sleep(0.2) 162 time.sleep(0.2) [all …]
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 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 [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 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. [all …]
|
/hal_espressif-latest/zephyr/ |
D | Kconfig | 102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready" 107 When the chip exits sleep, the CPU and the flash chip are powered on at the same time. 124 If you are seeing "flash read err, 1000" message printed to the console after deep sleep reset 126 (For esp32, the delay will be executed in both deep sleep and light sleep wake up flow. 127 For chips after esp32, the delay will be executed only in light sleep flow, the delay
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.rtc | 7 - "Internal 90kHz oscillator" option provides lowest deep sleep current 10 drift in deep/light sleep modes. 12 expense of slightly higher (1uA) deep sleep current consumption. 19 deep sleep current (by 5uA) but has better frequency stability than 46 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 217 bool "Bluetooth modem sleep" 223 prompt "Bluetooth Modem sleep mode" 226 To select which strategy to use for modem sleep 229 bool "ORIG Mode(sleep with low power clock)" 231 … ORIG mode is a bluetooth sleep mode that can be used for dual mode controller. In this mode, 239 mode is not compatible with DFS nor light sleep 247 the clock source to maintain time in sleep mode. 250 to be used with Bluetooth modem sleep. Light sleep is not supported. 254 modem sleep to be used alongside Dynamic Frequency Scaling or light sleep. 259 … Main crystal can be used as low power clock for bluetooth modem sleep. If this option is [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.rtc | 7 - "Internal 150kHz oscillator" option provides lowest deep sleep current 10 drift in deep/light sleep modes. 12 expense of slightly higher (1uA) deep sleep current consumption. 21 deep sleep current (by 5uA) but has better frequency stability than 45 the deep sleep current is slightly high (4-5uA) and the touchpad and the 78 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | console_reader.py | 54 time.sleep(0.1) 62 time.sleep(0.1)
|
D | serial_reader.py | 58 time.sleep(MINIMAL_EN_LOW_DELAY) 75 time.sleep(RECONNECT_DELAY)
|
D | serial_handler.py | 168 time.sleep(reset_delay) 187 …time.sleep(enter_boot_set) # timeouts taken from esptool.py, includes esp32r0 workaround. default… 191 …time.sleep(enter_boot_unset) # timeouts taken from esptool.py, includes esp32r0 workaround. defau…
|
D | web_socket_client.py | 63 time.sleep(self.CONNECTION_RETRY_DELAY)
|
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 85 and RTC timers are used, timekeeping will continue in deep sleep. 90 Time will not be preserved when going into deep sleep mode. 92 deep sleep, but time will be measured at 6.(6) microsecond 98 used to keep time in deep sleep mode.
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 376 bool "Bluetooth modem sleep" 381 Modem sleep is not supported to be used with UART HCI. 384 bool "Bluetooth Modem sleep Mode 1" 388 Mode 1 is the currently supported sleep mode. In this mode, 401 … Main crystal can be used as low power clock for bluetooth modem sleep. If this option is 402 … selected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, and 403 … bluetooth can work under light sleep enabled. Main crystal has a relatively better performance 411 modem sleep to be used with both DFS and light sleep. 422 bool "power up main XTAL during light sleep" 426 …If this option is selected, the main crystal will power up during light sleep when the low power c…
|
/hal_espressif-latest/components/wpa_supplicant/port/ |
D | os_xtensa.c | 56 sleep(sec); in os_sleep()
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32c5beta3.py | 104 time.sleep(0.05) # get rid of garbage sent during baud rate change
|
D | esp32c2.py | 122 time.sleep(0.05) # get rid of garbage sent during baud rate change
|
D | esp32c5.py | 156 time.sleep(0.05) # get rid of garbage sent during baud rate change
|
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/ |
D | redirector.py | 30 time.sleep(1)
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.rtc | 29 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.rtc | 31 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.rtc | 27 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.rtc | 31 time in deep sleep. Lower numbers reduce startup time.
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 26 from time import sleep 95 sleep(2) 207 time.sleep(0.3) # Wait for the app to run and port to appear 489 time.sleep(0.1) 706 sleep(0.1) 752 time.sleep(10) # Wait if RTC WDT triggers 1260 time.sleep(0.25) # give ESP8266 time to enter deep sleep
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 85 /* RTC fast memory (executable). Persists over deep sleep. 89 /* RTC slow memory (data accessible). Persists over deep sleep.
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | configuration-file.rst | 146 time.sleep(0.1) 149 time.sleep(0.05)
|
123