Home
last modified time | relevance | path

Searched full:mac_version (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Dfields.py124 if self["MAC_VERSION"].get() == 1:
273 (if MAC_VERSION == 1 then the CUSTOM_MAC is used)
348 # - MAC_VERSION = 1
351 mac_version = self.parent["MAC_VERSION"]
352 if mac_version.get() == 0:
354 print_field(mac_version, hex(mac_version_value))
355 mac_version.save(mac_version_value)
357 if mac_version.get() != 1:
360 "MAC_VERSION = {}, should be 0 or 1.".format(
361 mac_version.get()
Dmem_definition.py94 # if MAC_VERSION is set "1", these efuse fields are in BLOCK3:
123 elif efuse.name == "MAC_VERSION":
Doperations.py121 # - MAC_VERSION = 1
132 version = efuses["MAC_VERSION"].get()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dread-write-protections-cmd.rst43 > espefuse.py read_protect_efuse BLOCK2 BLOCK3 MAC_VERSION
48 Permanently read-disabling efuses MAC_VERSION, BLOCK3
49 Permanently read-disabling efuses MAC_VERSION, BLOCK3
Dburn-custom-mac-cmd.rst23 2. ``MAC_VERSION`` = 1
31 - 'MAC_VERSION' (Version of the MAC field) 0x00 -> 0x1
49MAC_VERSION (BLOCK3): Version of the MAC field …
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv44 WR_DIS.MAC_VERSION, EFUSE_BLK0, 9, 1, [WR_DIS.MAC_CUSTOM_VER] wr_d…
67 RD_DIS.MAC_VERSION, EFUSE_BLK0, 18, 1, [RD_DIS.MAC_CUSTOM_VER] rd_d…
123 MAC_VERSION, EFUSE_BLK3, 184, 8, [MAC_CUSTOM_VER] Version of …
Desp_efuse_table.c150 {EFUSE_BLK0, 9, 1}, // [WR_DIS.MAC_CUSTOM_VER] wr_dis of MAC_VERSION,
242 {EFUSE_BLK0, 18, 1}, // [RD_DIS.MAC_CUSTOM_VER] rd_dis of MAC_VERSION,
450 static const esp_efuse_desc_t MAC_VERSION[] = { variable
609 &WR_DIS_MAC_VERSION[0], // [WR_DIS.MAC_CUSTOM_VER] wr_dis of MAC_VERSION
724 &RD_DIS_MAC_VERSION[0], // [RD_DIS.MAC_CUSTOM_VER] rd_dis of MAC_VERSION
984 &MAC_VERSION[0], // [MAC_CUSTOM_VER] Version of the MAC field {1: "Custom MAC in BLOCK3"}
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst60MAC_VERSION (BLOCK3): Version of the MAC field …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml62MAC_VERSION : {show: y, blk : 3, word: 5, pos: 24, len : 8, start: 184, type : 'uint:8'…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py252 MAC_VERSION \
697 self.espefuse_py("burn_efuse MAC_VERSION 1")