Home
last modified time | relevance | path

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

12

/hal_espressif-3.4.0/tools/ci/python_packages/
Dgitlab_api.py99 def download_artifacts(self, job_id: int, destination: str) -> None:
112 archive_file.extractall(destination)
115 …def download_artifact(self, job_id: int, artifact_path: str, destination: Optional[str] = None) ->…
135 if destination:
136 file_path = os.path.join(destination, a_path)
171 def download_archive(self, ref: str, destination: str, project_id: Optional[int] = None) -> str:
196 archive_file.extractall(destination)
198 return os.path.join(os.path.realpath(destination), root_name)
216 gitlab_inst.download_artifacts(args.job_id, args.destination)
218 gitlab_inst.download_artifact(args.job_id, args.artifact_path, args.destination)
[all …]
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/
DBLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md5 2. The user enters the address of the destination node and use it to forwarded packet.
10 4. The destination node reports its Onoff state with the `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_STATUS` m…
12 …OP_GEN_ONOFF_SET` message to the destination node that runs the `ble_mesh_node` project. The addre…
131 | `ctx.addr` | The address of the destination nodes |
177 … API to publish messages. Only the Models that have subscribed to this destination address receive…
186 Please connect your devices and enters the address of the destination node via the serial port.
188 Users can adjust the address of the destination node.
199 …e serial port, among which, the`remote_addr` represents the address of destination node that the m…
236 …sages to the other nodes every time the user enters the address of the destination node through th…
/hal_espressif-3.4.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp64 uint8_t *destination = reinterpret_cast<uint8_t*>(dst); in read() local
66 …tls_aes_crypt_xts(&mDctxt, MBEDTLS_AES_DECRYPT, size, data_unit, destination, destination) != 0) { in read()
/hal_espressif-3.4.0/tools/cmake/
Dutilities.cmake48 # If 'source' has different md5sum to 'destination' (or destination
51 # If 'source' has the same md5sum as 'destination', delete 'source'.
55 function(move_if_different source destination)
57 file(GLOB dest_exists ${destination})
60 file(MD5 ${destination} dest_md5)
67 message("Moving ${source} -> ${destination}")
68 file(RENAME ${source} ${destination})
70 message("Not moving ${source} -> ${destination}")
/hal_espressif-3.4.0/components/hal/
Dinterrupt_controller_hal.c35 const intptr_t destination = pc + riscv_decode_offset_from_jal_instruction(pc); in is_interrupt_number_reserved() local
37 return destination != (intptr_t)&_interrupt_handler; in is_interrupt_number_reserved()
/hal_espressif-3.4.0/docs/en/api-guides/
Dulps2_instruction_set.rst133 … another source register or to a 16-bit signed value and stores result to the destination register.
169 …ubtracts 16-bit signed value from a source register, and stores result to the destination register.
203 …r and another source register or 16-bit signed value and stores result to the destination register.
238 …r and another source register or 16-bit signed value and stores result to the destination register.
273 …s from another source register or 16-bit signed value and store result to the destination register.
308 …s from another source register or 16-bit signed value and store result to the destination register.
341 The instruction move to destination register value from source register or 16-bit signed value.
370 - *Rdst* – Register R[0..3], address of the destination, in 32-bit words
411 - *Rdst* – Register R[0..3], address of the destination, in 32-bit words
477 - *Rdst* – Register R[0..3], address of the destination, in 32-bit words
[all …]
Dulp_instruction_set.rst122 … another source register or to a 16-bit signed value and stores result to the destination register.
158 …ubtracts 16-bit signed value from a source register, and stores result to the destination register.
192 …r and another source register or 16-bit signed value and stores result to the destination register.
227 …r and another source register or 16-bit signed value and stores result to the destination register.
263 …s from another source register or 16-bit signed value and store result to the destination register.
298 …s from another source register or 16-bit signed value and store result to the destination register.
332 The instruction move to destination register value from source register or 16-bit signed value.
360 - *Rdst* – Register R[0..3], address of the destination, in 32-bit words
394 *Rdst* – Register R[0..3], destination
396 *Rsrc* – Register R[0..3], holds address of destination, in 32-bit words
[all …]
Dcore_dump.rst26 **Core dump data destination (Components -> Core dump -> Data destination)**
Desp-wifi-mesh.rst95 …- The portion of the path between source and destination nodes that corresponds to a single wirele…
194 …ute ESP-WIFI-MESH packets (see `ESP-WIFI-MESH Packet`_) to the correct destination node. The routi…
207 …t's destination MAC address is within the current node's routing table and is not the current node…
209 **2.** If the destination MAC address is not within the current node's routing table, forward the d…
470 **The header** of an ESP-WIFI-MESH packet contains the MAC addresses of the source and destination
475 …When sending an ESP-WIFI-MESH packet to the external IP network, the destination address field of …
482 … list of target nodes, users must first set the ESP-WIFI-MESH packet's destination address to the …
484 …:`esp_mesh_set_group_id`. Multicasting to a group involves setting the destination address of the …
/hal_espressif-3.4.0/tools/kconfig_new/
Dconfgen.py601 def update_if_changed(source, destination): argument
605 if os.path.exists(destination):
606 with open(destination, 'r') as f:
611 with open(destination, 'w') as f:
/hal_espressif-3.4.0/components/mdns/
Dmdns.c46 static bool _mdns_append_host_list_in_services(mdns_out_answer_t ** destination, mdns_srv_item_t * …
47 static bool _mdns_append_host_list(mdns_out_answer_t ** destination, bool flush, bool bye);
1333 static void _mdns_dealloc_answer(mdns_out_answer_t ** destination, uint16_t type, mdns_srv_item_t *… in _mdns_dealloc_answer() argument
1335 mdns_out_answer_t * d = *destination; in _mdns_dealloc_answer()
1344 *destination = d->next; in _mdns_dealloc_answer()
1362 static bool _mdns_alloc_answer(mdns_out_answer_t ** destination, uint16_t type, mdns_service_t * se… in _mdns_alloc_answer() argument
1365 mdns_out_answer_t * d = *destination; in _mdns_alloc_answer()
1385 queueToEnd(mdns_out_answer_t, *destination, a); in _mdns_alloc_answer()
1574 static bool _mdns_append_host(mdns_out_answer_t ** destination, mdns_host_item_t * host, bool flush… in _mdns_append_host() argument
1576 if (!_mdns_alloc_answer(destination, MDNS_TYPE_A, NULL, host, flush, bye)) { in _mdns_append_host()
[all …]
/hal_espressif-3.4.0/docs/en/api-reference/network/
Desp_eth.rst29 …8 bytes in length. They are made up of five or six different fields: a destination MAC address (DA…
49 The destination address field contains a 6-byte length MAC address of the device that the packet is…
50 …gnificant bit in the first byte of the MAC address is set, the address is a multi-cast destination.
52 Packets with multi-cast destination addresses are designed to arrive and be important to a selected…
53 If the destination address field is the reserved multi-cast address, i.e. FF-FF-FF-FF-FF-FF, the pa…
56 …used to discard or accept packets with multi-cast, broadcast and/or uni-cast destination addresses.
57 When transmitting packets, the host controller is responsible for writing the desired destination a…
Desp_now.rst47 …f FrameControl field are both 0. The first address field is set to the destination address. The se…
73 …veral reasons can lead to ESP-NOW fails to send data. For example, the destination device doesn't …
/hal_espressif-3.4.0/examples/network/simple_sniffer/
DREADME.md29 - Select where to save the pcap file in `Select destination to store pcap file` menu item.
32 … Tracing -> Data Destination -> JTAG should be enabled to choose `JTAG (App Trace)` as destination.
113 pcap command is not used when destination is JTAG. The pcap session is started automatically with t…
301 1. Select `JTAG (App Trace)` as the destination of pcap files in project configuration.
/hal_espressif-3.4.0/examples/storage/spiffs/
DREADME.md12 3. Rename the file. Before renaming, check if destination file already exists using `stat` function…
/hal_espressif-3.4.0/tools/cmake/scripts/
Ddata_file_embed_asm.cmake23 message(FATAL_ERROR "SOURCE_FILE destination must be specified")
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph_wifi_coex/
DREADME.md18 …asures the round-trip time for messages sent from the source host to a destination target that are…
/hal_espressif-3.4.0/tools/
Didf_tools.py298 def unpack(filename, destination): # type: (str, str) -> None argument
299 info('Extracting {0} to {1}'.format(filename, destination))
311 destination = str(destination)
312 archive_obj.extractall(destination)
/hal_espressif-3.4.0/components/espcoredump/
DKconfig4 prompt "Data destination"
/hal_espressif-3.4.0/examples/protocols/icmp_echo/
DREADME.md5 …asures the round-trip time for messages sent from the source host to a destination target that are…
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dasync_memcpy.rst26 …er has to give it a valid value (only 16, 32, 64 are supported) if the destination of memcpy is lo…
/hal_espressif-3.4.0/components/app_trace/
DKconfig7 Select destination for application trace: JTAG or none (to disable).
/hal_espressif-3.4.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst57 1.6 Can the address of Provisioner serve as destination address of the node-reporting-status messag…
60 …zation and can't be changed afterwards. In theory, it can serve as the destination address of the …
453 …ient can explicitly request to receive only mesh messages with certain destination addresses from …
495 …larm detects high smoke concentration, it will publish a message whose destination address is the …
497 …e send messages to the spray node with the spray node's unicast address as the destination address.
/hal_espressif-3.4.0/examples/storage/sd_card/sdspi/
DREADME.md17 4. Rename the file. Before renaming, check if destination file already exists using `stat` function…
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md372 | `ctx.addr` | The address of the destination nodes |
403 … API to publish messages. Only the Models that have subscribed to this destination address receive…

12