/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | mem_definition.py | 162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
|
D | fields.py | 379 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/ |
D | mem_definition.py | 162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
|
D | fields.py | 379 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/ |
D | mem_definition.py | 162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
|
D | fields.py | 379 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/ |
D | mem_definition.py | 162 … f.description = "calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0]:MAC_EXT[1]:MAC[3]:MAC[4]:MAC[5]"
|
D | fields.py | 380 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/ |
D | fields.py | 357 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read) 358 mac.insert(mac_ext, 24)
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 56 WR_DIS.MAC_EXT, EFUSE_BLK0, 20, 1, [] wr_dis of MAC_EXT 158 MAC_EXT, EFUSE_BLK1, 56, 8, [] Stores the extended bits …
|
D | esp_efuse_table.c | 187 {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/ |
D | fields.py | 379 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/ |
D | fields.py | 379 mac_ext = self.parent["MAC_EXT"].get_bitstring(from_read) 380 mac.insert(mac_ext, 24)
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 58 WR_DIS.MAC_EXT, EFUSE_BLK0, 20, 1, [] wr_dis of MAC_EXT 161 MAC_EXT, EFUSE_BLK1, 56, 8, [] Stores the extended bits …
|
D | esp_efuse_table.c | 195 {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/ |
D | summary_ESP32-P4.rst | 79 …MAC_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
|
D | summary_ESP32-C6.rst | 65 …MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
|
D | summary_ESP32-H2.rst | 66 …MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | mem_definition_base.py | 94 if name in ["MAC", "CUSTOM_MAC", "MAC_EXT"]:
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32c6.py | 150 "MAC_EXT": tuple(ext_mac),
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_mac.h | 30 …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/ |
D | mac_addr.c | 179 ESP_LOGE(TAG, "Reading MAC_EXT failed, error=%d", err); in get_efuse_mac_ext()
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 1130 print_mac("MAC_EXT", esp.read_mac("MAC_EXT"))
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 499 /** mac_ext : RO; bitpos: [31:16]; default: 0; 502 uint32_t mac_ext:16; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 482 /** mac_ext : RO; bitpos: [31:16]; default: 0; 485 uint32_t mac_ext:16; member
|