Searched refs:machine (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/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-latest/tools/esptool_py/esptool/ |
D | bin_image.py | 1261 machine, 1281 if machine not in [0x5E, 0xF3]: 1284 "e_machine=%04x" % (self.name, machine)
|
/hal_espressif-latest/tools/esptool_py/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.** 314 … (or "drag-and-dropping") the file to the exposed disk accessed by a file explorer in your machine.
|
/hal_espressif-latest/tools/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
|