Home
last modified time | relevance | path

Searched full:mac_ext (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Dmem_definition.py162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
Dfields.py379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
380 mac.insert(mac_ext, 24)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Dmem_definition.py162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
Dfields.py379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
380 mac.insert(mac_ext, 24)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Dmem_definition.py162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
Dfields.py379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
380 mac.insert(mac_ext, 24)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Dmem_definition.py162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
Dfields.py380 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
381 mac.insert(mac_ext, 24)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Dfields.py357 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
358 mac.insert(mac_ext, 24)
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv56 WR_DIS.MAC_EXT, EFUSE_BLK0, 20, 1, [] wr_dis of MAC_EXT
158 MAC_EXT, EFUSE_BLK1, 56, 8, [] Stores the extended bits …
Desp_efuse_table.c187 {EFUSE_BLK0, 20, 1}, // [] wr_dis of MAC_EXT,
579 static const esp_efuse_desc_t MAC_EXT[] = { variable
967 &WR_DIS_MAC_EXT[0], // [] wr_dis of MAC_EXT
1457 &MAC_EXT[0], // [] Stores the extended bits of MAC address
1458 &MAC_EXT[1], // [] Stores the extended bits of MAC address
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Dfields.py379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
380 mac.insert(mac_ext, 24)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Dfields.py379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read)
380 mac.insert(mac_ext, 24)
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv58 WR_DIS.MAC_EXT, EFUSE_BLK0, 20, 1, [] wr_dis of MAC_EXT
161 MAC_EXT, EFUSE_BLK1, 56, 8, [] Stores the extended bits …
Desp_efuse_table.c195 {EFUSE_BLK0, 20, 1}, // [] wr_dis of MAC_EXT,
591 static const esp_efuse_desc_t MAC_EXT[] = { variable
985 &WR_DIS_MAC_EXT[0], // [] wr_dis of MAC_EXT
1480 &MAC_EXT[0], // [] Stores the extended bits of MAC address
1481 &MAC_EXT[1], // [] Stores the extended bits of MAC address
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst79MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
80 …C_EUI64 (BLOCK1) calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:M
Dsummary_ESP32-C6.rst65MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
Dsummary_ESP32-H2.rst66MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dmem_definition_base.py94 if name in ["MAC", "CUSTOM_MAC", "MAC_EXT"]:
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c6.py150 "MAC_EXT": tuple(ext_mac),
/hal_espressif-latest/components/esp_hw_support/include/
Desp_mac.h30 …ESP_MAC_EFUSE_EXT, /**< if CONFIG_SOC_IEEE802154_SUPPORTED=y, MAC_EXT eFuse which is used as a…
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c179 ESP_LOGE(TAG, "Reading MAC_EXT failed, error=%d", err); in get_efuse_mac_ext()
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py1130 print_mac("MAC_EXT", esp.read_mac("MAC_EXT"))
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h499 /** mac_ext : RO; bitpos: [31:16]; default: 0;
502 uint32_t mac_ext:16; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h482 /** mac_ext : RO; bitpos: [31:16]; default: 0;
485 uint32_t mac_ext:16; member

12