Home
last modified time | relevance | path

Searched refs:Address (Results 1 – 25 of 83) sorted by relevance

1234

/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/espefuse/
Dget-custom-mac-cmd.rst6 The ``espefuse.py burn_custom_mac`` command prints the Custom MAC Address (``CUSTOM_MAC``).
17 Custom MAC Address version 1: 48:63:92:15:72:16 (CRC 0x75 OK)
19 …If the custom MAC address is not burned, then you will see the message "Custom MAC Address is not …
28 Custom MAC Address: 48:63:92:15:72:16 (OK)
30 …If the custom MAC address is not burned, then you will see the message "Custom MAC Address: 00:00:…
Dburn-custom-mac-cmd.rst6 The ``espefuse.py burn_custom_mac`` command burns a 48-bit Custom MAC Address.
10 * ``MAC``. Custom MAC Address (``CUSTOM_MAC``) to burn given in hexadecimal format with bytes separ…
44 Custom MAC Address version 1: 48:63:92:15:72:16 (CRC 0x75 OK)
85 Custom MAC Address: 48:63:92:15:72:16 (OK)
103 - 'CUSTOM_MAC' (Custom MAC Address) 0x000000000000 -> 0x167215926348
114 Custom MAC Address: 48:63:92:15:72:16 (OK)
119 …CUSTOM_MAC (BLOCK3) Custom MAC Address
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_self_test/main/
DKconfig.projbuild54 hex "ESP Slave Address"
57 Hardware Address of I2C Slave Port.
62 prompt "BH1750 I2C Address"
68 bool "BH1750 I2C Address(ADDR=0)"
70 I2C Address of BH1750 Sensor according to your schemetic configuration.
73 bool "BH1750 I2C Address(ADDR=1)"
75 I2C Address of BH1750 Sensor according to your schemetic configuration.
/hal_espressif-3.4.0/examples/system/base_mac_address/
DREADME.md1 # Base MAC Address
13 This example utilizes the [MAC Address API](https://docs.espressif.com/projects/esp-idf/en/latest/a…
53 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK0
55 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK3
57 I (288) BASE_MAC: Base MAC Address read from external storage
92 I (308) BASE_MAC: Base MAC Address read from EFUSE BLK0
/hal_espressif-3.4.0/docs/_static/diagrams/ethernet/
Ddata_frame_format.diag11 3: Destination Address (6 Bytes) [color = lightblue];
12 4: Source Address (6 Bytes) [color = lightblue];
/hal_espressif-3.4.0/examples/protocols/sockets/tcp_client/main/
DKconfig.projbuild18 string "IPV4 Address"
25 string "IPV6 Address"
/hal_espressif-3.4.0/examples/protocols/sockets/udp_client/main/
DKconfig.projbuild19 string "IPV4 Address"
26 string "IPV6 Address"
/hal_espressif-3.4.0/docs/_static/diagrams/
Di2c-command-link-master-write-blockdiag.diag47 …b1 [label=Master, shape=note, color=lightyellow]; c1 [label=START]; d1 [label="Slave Address"]; f1…
52 a7 [label="i2c_master_write_byte(cmd, Address, ACK)", numbered = 3];
58 # Slave Address
Di2c-command-link-master-read-blockdiag.diag48 …b1 [label=Master, shape=note, color=lightyellow]; c1 [label=START]; d1 [label="Slave Address"]; g1…
53 a7 [label="i2c_master_write_byte(cmd, Address, ACK)", numbered = 3];
60 # Slave Address
/hal_espressif-3.4.0/examples/protocols/coap_server/main/
DKconfig.projbuild42 string "CoAP Multicast IPV4 Address (receive)"
51 string "CoAP Multicast IPV6 Address (receive)"
/hal_espressif-3.4.0/tools/test_apps/peripherals/i2c_wifi/main/
DKconfig.projbuild44 hex "ESP Slave Address"
47 Hardware Address of I2C Slave Port.
/hal_espressif-3.4.0/examples/common_components/protocol_examples_common/
DKconfig.projbuild271 int "PHY Address"
298 bool "Local Link Address"
303 bool "Global Address"
308 bool "Site Local Address"
313 bool "Unique Local Link Address"
/hal_espressif-3.4.0/examples/protocols/sockets/udp_multicast/main/
DKconfig.projbuild30 string "Multicast IPV4 Address (send & receive)"
37 string "Multicast IPV6 Address (send & receive)"
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_master/
DREADME.md11 | Slave Address | Characteristic ID | Characteristic name | Description |
22 Note: The Slave Address is the same for all parameters for example test but it can be changed in th…
80 … "192.168.1.21", // Address corresponds to MB_DEVICE_ADDR1 and set to predefined value by user
81 …"192.168.1.22", // Address corresponds to MB_DEVICE_ADDR2 of slave device in the Modbus data d…
/hal_espressif-3.4.0/examples/bluetooth/nimble/blecent/main/
DKconfig.projbuild4 string "Peer Address"
/hal_espressif-3.4.0/examples/protocols/sockets/tcp_client/
DREADME.md46 * Set `IPV4 Address` in case your chose IP version IPV4 above.
48 * Set `IPV6 Address` in case your chose IP version IPV6 above.
/hal_espressif-3.4.0/examples/protocols/sockets/udp_client/
DREADME.md57 * Set `IPV4 Address` in case your chose IP version IPV4 above.
59 * Set `IPV6 Address` in case your chose IP version IPV6 above.
/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.md36 uint16_t top_address; /* Address of the device(e.g. phone) which triggers fast provisioning */
83 #### 2.1.2 Provisioner Address Management
116 | `top_address` | Address of the device(e.g. phone) which triggers fast provisioning |
125 * The Temporary Provisioner will send a message (Address information) to the Primary Provisioner.
286 |Parameter| Address array |NA |
294 |Parameter|NA |Address array |
/hal_espressif-3.4.0/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld2 Address table for SPI driver functions in ESP32 ROM.
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
DKconfig.projbuild22 string "Ping IP Address"
/hal_espressif-3.4.0/docs/en/api-reference/network/
Desp_eth.rst46 Destination Address
59 Source Address
65 …d the OUI. More information about MAC Address used in ESP-IDF, please see :ref:`MAC Address Alloca…
79 …pplications implementing protocols such as the Internet Protocol (IP) or Address Resolution Protoc…
376 ESP_LOGI(TAG, "Ethernet Got IP Address");
414 ESP_LOGI(TAG, "Ethernet MAC Address: %02x:%02x:%02x:%02x:%02x:%02x",
420 ESP_LOGI(TAG, "Ethernet PHY Address: %d", phy_addr);
/hal_espressif-3.4.0/examples/ethernet/basic/main/
DKconfig.projbuild95 int "PHY Address"
237 int "PHY Address of SPI Ethernet Module #1"
245 int "PHY Address of SPI Ethernet Module #2"
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c484 void vMBMasterSetDestAddress( UCHAR Address ) in vMBMasterSetDestAddress() argument
486 ucMBMasterDestAddress = Address; in vMBMasterSetDestAddress()
/hal_espressif-3.4.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
DKconfig.projbuild4 string "Peer Address"
/hal_espressif-3.4.0/components/bt/controller/esp32c3/
DKconfig.in239 … Scan duplicate have three ways. one is "Scan Duplicate By Device Address", This way is to use
241 …Another way is "Scan Duplicate By Device Address And Advertising Data". This way is to use adverti…
248 bool "Scan Duplicate By Device Address"
260 bool "Scan Duplicate By Device Address And Advertising Data"

1234