/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_event.c | 83 esp_sleep_event_cb_config_t *current = g_sleep_event_cbs_config.sleep_event_cb_config[event_id]; in esp_sleep_execute_event_callbacks() local 84 while (current != NULL) { in esp_sleep_execute_event_callbacks() 85 if (current->cb != NULL) { in esp_sleep_execute_event_callbacks() 86 if (ESP_OK != (*current->cb)(current->user_arg, ext_arg)) { in esp_sleep_execute_event_callbacks() 87 …ESP_EARLY_LOGW(TAG, "esp_sleep_execute_event_callbacks has an err, current->cb = %p", current->cb); in esp_sleep_execute_event_callbacks() 90 current = current->next; in esp_sleep_execute_event_callbacks()
|
D | Kconfig | 87 … low level(selected state) in the floating state, there will be a large current leakage, and the 90 increase the sleep current about 10 uA. 103 … low level(selected state) in the floating state, there will be a large current leakage, and the 106 increase the sleep current about 10 uA. 117 … To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin
|
/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | expression_with_stack.c | 28 StaticTask_t *current = (StaticTask_t *)xTaskGetCurrentTaskHandle(); in esp_switch_stack_setup() local 30 current_task_stack = current->pxDummy6; in esp_switch_stack_setup() 31 current->pxDummy6 = (void *)stack; in esp_switch_stack_setup() 66 StaticTask_t *current = (StaticTask_t *)xTaskGetCurrentTaskHandle(); in esp_execute_shared_stack_function() local 69 current->pxDummy6 = (StackType_t *)current_task_stack; in esp_execute_shared_stack_function() 71 vPortSetStackWatchpoint(current->pxDummy6); in esp_execute_shared_stack_function()
|
/hal_espressif-latest/components/esp_system/port/arch/riscv/ |
D | expression_with_stack.c | 24 StaticTask_t *current = (StaticTask_t *)xTaskGetCurrentTaskHandle(); in esp_switch_stack_setup() local 26 current_task_stack = current->pxDummy6; in esp_switch_stack_setup() 27 current->pxDummy6 = (void *)stack; in esp_switch_stack_setup() 57 StaticTask_t *current = (StaticTask_t *)xTaskGetCurrentTaskHandle(); in esp_execute_shared_stack_function() local 60 current->pxDummy6 = (StackType_t *)current_task_stack; in esp_execute_shared_stack_function() 62 vPortSetStackWatchpoint(current->pxDummy6); in esp_execute_shared_stack_function()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.rtc | 7 - "Internal 150kHz oscillator" option provides lowest deep sleep current 12 expense of slightly higher (1uA) deep sleep current consumption. 21 deep sleep current (by 5uA) but has better frequency stability than 37 prompt "Additional current for external 32kHz crystal" 44 additional current from touchpad 9 to the external 32kHz crystal. Note that 45 the deep sleep current is slightly high (4-5uA) and the touchpad and the 52 - "None" option will not provide additional current to external crystal
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.rtc | 7 - "Internal 90kHz oscillator" option provides lowest deep sleep current 12 expense of slightly higher (1uA) deep sleep current consumption. 19 deep sleep current (by 5uA) but has better frequency stability than
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 73 …f enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA current. 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. 118 … current consumption by about 100 uA. Chip will save/restore register context at sleep/wake 124 … Note1: Please use this option with caution, the current IDF does not support the retention of
|
/hal_espressif-latest/components/esp_app_format/ |
D | CMakeLists.txt | 11 # Ignore current PROJECT_VER (which was set in __project_get_revision()).
|
D | Kconfig.projbuild | 7 …If set, then the app will be built with the current time/date stamp. It is stored in the app descr…
|
/hal_espressif-latest/components/wpa_supplicant/ |
D | COPYING | 8 See the README file for the current license terms.
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_srv.c | 56 bool current) in health_get_fault_value() argument 62 array_size = current ? ARRAY_SIZE(srv->test.curr_faults) : ARRAY_SIZE(srv->test.reg_faults); in health_get_fault_value() 69 uint8_t fault = current ? srv->test.curr_faults[i] : srv->test.reg_faults[i]; in health_get_fault_value()
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 46 The 3.3V power supply for the ESP chip has to supply large amounts of current (up to 70mA continuou… 61 It is possible to have a power supply that supplies enough current for the serial bootloader stage … 63 Try swapping in a 3.3V supply with a higher current rating, add capacitors to the power line, and/o… 65 … FTDI FT232R chips/adapters or Arduino boards *do not* supply sufficient current to power an ESP c…
|
D | installation.rst | 76 or run them in your current terminal session for one-time activation.
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 59 If the command doesn't return the current working directory, set it with:
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 36 In Linux, the current user may not have access to serial ports and a "Permission Denied" or "Port d…
|
D | configuration-file.rst | 23 If a configuration file is not found here, the current user's OS configuration directory is inspect…
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_hal_common.inc | 109 * - On current chips, addr phase can support 32 bits at most.
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 157 * The current implementation does not support other key-lengths (such as 256 189 from them. As an extra precaution, the current implementation allows to at
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | index.rst | 163 For the current example, you can reference the custom fields with the following names: MODULE_VERSI…
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 258 then it will yield CPUs after finishing a current command.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 210 …t words: new baud rate, ``0`` if we are talking to the ROM loader or the current/old baud rate if … 248 …t words: new baud rate, ``0`` if we are talking to the ROM loader or the current/old baud rate if …
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 477 Using the external 32.768 kHz XTAL will have lower current consumption
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 602 current system date and time. The time is retrieved using the 604 valid for the current system time then verification will fail with
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 511 Using the external 32.768 kHz XTAL will have lower current consumption
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 502 Using the external 32.768 kHz XTAL will have lower current consumption
|