Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/
Dstate_machine.h32 #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/
DKconfig.projbuild34 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/
DREADME.md49 - 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/
DREADME.md21 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
/hal_espressif-3.6.0/examples/protocols/coap_client/
DREADME.md22 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
/hal_espressif-3.6.0/tools/catch/
DLICENSE.txt14 works are solely in the form of machine-executable object code generated by
/hal_espressif-3.6.0/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst18 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/
DREADME.md49 …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/
Dbin_image.py1118 machine,
1138 if machine not in [0x5E, 0xF3]:
1141 "e_machine=%04x" % (self.name, machine)
/hal_espressif-3.6.0/docs/en/api-guides/
Dlinux-host-testing.rst27 1. Unit tests which test program logic on a Linux machine, isolated through mocks.
Dulp-risc-v.rst16 …O, and SARADC peripherals. The RISC-V processor is a 32-bit, fixed point machine. Its instruction …
Dapp_trace.rst42 … 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/
DREADME.md115 These error messages are intended to be human readable, not machine parseable.
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst217 - 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…
Dtouch_pad.rst20 …sing process is under the control of a hardware-implemented finite-state machine (FSM) which is in…
Duart.rst138 Serial communication is controlled by each UART controller's finite state machine (FSM).
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/
DREADME.md131 …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/
DLICENSE138 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/
DLICENSE138 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/
DREADME.md64 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/
Desp_eth.rst347 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/
DREADME.md69 …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/
DREADME.md130 ## Running unit tests on local machine by `unit_test.py`
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dbasic-commands.rst89 …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/
Dtips-and-quirks.rst256 d. Is OS running natively on a PC or on a virtual machine?

12