Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dgdbhelper.py51 process = subprocess.Popen(cmd, cwd='.')
57 process.wait()
69 process.terminate()
Dserial_reader.py101 def __init__(self, process, event_queue): argument
104 self.proc = process
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt5 "in by the parent build process.")
10 "in by the parent build process.")
15 "in by the parent build process.")
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_i.h36 void (*process)(struct eap_sm *sm, void *priv, member
Deap_server_identity.c172 eap->process = eap_identity_process; in eap_server_identity_register()
Deap_server_wsc.c451 eap->process = eap_wsc_process; in eap_server_wsc_register()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.system55 During the application initialization process, all the peripherals except UARTs and timers
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dcache.h1074 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
1091 void Cache_Travel_Tag_Memory2(struct cache_mode * mode, uint32_t filter_addr, void (* process)(stru…
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_i.h117 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
Deap_tls.c225 eap->process = eap_tls_process; in eap_peer_tls_register()
Deap_peap.c773 *resp = data->phase2_method->process(sm, data->phase2_priv, in eap_peap_phase2_request()
1377 eap->process = eap_peap_process; in eap_peer_peap_register()
Deap_mschapv2.c853 eap->process = eap_mschapv2_process; in eap_peer_mschapv2_register()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c388 if (sm->m && sm->m->process && sm->eap_method_priv && in eap_sm_process_request()
391 resp = sm->m->process(sm, sm->eap_method_priv, in eap_sm_process_request()
418 if (sm->m->process) { in eap_sm_process_request()
419 resp = sm->m->process(sm, sm->eap_method_priv, &m_res, reqData); in eap_sm_process_request()
/hal_espressif-latest/tools/esptool_py/docs/en/
Dresources.rst28 …ers an in-depth look at the inner mechanisms of esptool.py, including the :ref:`boot-mode` process.
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dcache.h440 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h556 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h559 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst21 … own python script and control issues during the burn process if so it will abort the burn process
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h600 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h880 void Cache_Travel_Tag_Memory(struct cache_mode * mode, uint32_t filter_addr, void (* process)(struc…
/hal_espressif-latest/components/esp_wifi/
DKconfig39process them. In these cases we may run out of memory if RX buffer number is unlimited (0).
231 …oot nodes conflict involving more than five root nodes, the conflict resolution process will detect
232 …ve of the root nodes, resolve the conflict, and re-detect more root nodes. This process will repeat
233 …until all root node conflicts are resolved. However this process can generally take a very long ti…
320 …Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.
353 … before entering the sleep process. If a broadcast packet is received with more data bits, the time
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst110 …oot from reset. Software may then configure the flash mode differently as part of the boot process.
113 …checks the flash chip model and enables the correct Quad SPI mode for the rest of the boot process.
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst116 …github.com/codespell-project/codespell>`_ integrated into the pre-commit process. If any spelling …
182 If this process passes, it will be merged onto the public github repository, hooray!
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst107 It is now possible to unplug the flashed device and repeat the process by connecting another one an…
/hal_espressif-latest/components/esp_pm/
DKconfig133 …potential to block the sleep process and cause the wakeup time to be skipped, which will cause the…

12