/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/ |
D | state_machine.h | 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 46 #define SM_ENTRY(machine, state) \ argument 47 if (!global || sm->machine ## _state != machine ## _ ## state) { \ 49 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " #machine \ 52 sm->machine ## _state = machine ## _ ## state; 65 #define SM_ENTRY_M(machine, _state, data) \ argument 66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \ 69 #machine " entering state " #_state); \ 71 sm->data ## _ ## state = machine ## _ ## _state; [all …]
|
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/main/ |
D | Kconfig.projbuild | 34 prompt "Reset provisioned credentials and state machine after session failure" 36 Enable reseting provisioned credentials and state machine after session failure. 42 prompt "Max retries before reseting provisioning state machine" 46 are misconfigured. Provisioned credentials are erased and internal state machine
|
/hal_espressif-3.6.0/examples/protocols/asio/asio_chat/ |
D | README.md | 49 - build and run asio chat client on your host machine 57 - Start chat server either on host machine or as another ESP device running chat_server example.
|
/hal_espressif-3.6.0/examples/protocols/coap_server/ |
D | README.md | 21 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
|
/hal_espressif-3.6.0/examples/protocols/coap_client/ |
D | README.md | 22 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
|
/hal_espressif-3.6.0/tools/catch/ |
D | LICENSE.txt | 14 works are solely in the form of machine-executable object code generated by
|
/hal_espressif-3.6.0/docs/en/api-guides/inc/ |
D | external-ram-esp32-notes.rst | 18 The bugs in this revision of silicon cause issues if certain sequences of machine instructions oper…
|
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/ |
D | README.md | 49 …ed in the master parameter description table or use command on your host machine to find modbus sl…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/ |
D | bin_image.py | 1118 machine, 1138 if machine not in [0x5E, 0xF3]: 1141 "e_machine=%04x" % (self.name, machine)
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | linux-host-testing.rst | 27 1. Unit tests which test program logic on a Linux machine, isolated through mocks.
|
D | ulp-risc-v.rst | 16 …O, and SARADC peripherals. The RISC-V processor is a 32-bit, fixed point machine. Its instruction …
|
D | app_trace.rst | 42 … is done over JTAG, so it needs OpenOCD to be set up and running on host machine. For instructions… 157 …nal ``telnet <oocd_host> 4444``. If telnet session is opened on the same machine which runs OpenOC…
|
/hal_espressif-3.6.0/tools/kconfig_new/ |
D | README.md | 115 These error messages are intended to be human readable, not machine parseable.
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 217 - Implementation of a simple state machine for the class driver. The class driver simply opens a de… 316 …y supported many more features, thus will have a much more complex state machine. A host class dri…
|
D | touch_pad.rst | 20 …sing process is under the control of a hardware-implemented finite-state machine (FSM) which is in…
|
D | uart.rst | 138 Serial communication is controlled by each UART controller's finite state machine (FSM).
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/ |
D | README.md | 131 …ypted private key data and the randomly generated `HMAC_KEY` on the host machine for testing purpo…
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | LICENSE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|
/hal_espressif-3.6.0/components/esptool_py/esptool/ |
D | LICENSE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|
/hal_espressif-3.6.0/examples/openthread/ot_br/ |
D | README.md | 64 You need to ot-commissioner on the host machine and another Thread end device running OpenThread cl…
|
/hal_espressif-3.6.0/docs/en/api-reference/network/ |
D | esp_eth.rst | 347 esp_eth_start(eth_handle); // start Ethernet driver state machine 390 esp_eth_start(eth_handle); // start Ethernet driver state machine
|
/hal_espressif-3.6.0/examples/system/ota/ |
D | README.md | 69 …Dev-Board" will connect to. When running this example from a development machine, this is probably…
|
/hal_espressif-3.6.0/tools/unit-test-app/ |
D | README.md | 130 ## Running unit tests on local machine by `unit_test.py`
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | basic-commands.rst | 89 …key is generated external to the device and you could perform the encryption on the host machine.**
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | tips-and-quirks.rst | 256 d. Is OS running natively on a PC or on a virtual machine?
|