Searched full:mac_version (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | fields.py | 124 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()
|
D | mem_definition.py | 94 # if MAC_VERSION is set "1", these efuse fields are in BLOCK3: 123 elif efuse.name == "MAC_VERSION":
|
D | operations.py | 121 # - MAC_VERSION = 1 132 version = efuses["MAC_VERSION"].get()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | read-write-protections-cmd.rst | 43 > 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
|
D | burn-custom-mac-cmd.rst | 23 2. ``MAC_VERSION`` = 1 31 - 'MAC_VERSION' (Version of the MAC field) 0x00 -> 0x1 49 …MAC_VERSION (BLOCK3): Version of the MAC field …
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 44 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 …
|
D | esp_efuse_table.c | 150 {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/ |
D | summary_ESP32.rst | 60 …MAC_VERSION (BLOCK3): Version of the MAC field …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 62 …MAC_VERSION : {show: y, blk : 3, word: 5, pos: 24, len : 8, start: 184, type : 'uint:8'…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 252 MAC_VERSION \ 697 self.espefuse_py("burn_efuse MAC_VERSION 1")
|