Searched full:custom_mac_used (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 30 WR_DIS.CUSTOM_MAC_USED, EFUSE_BLK0, 4, 1, [WR_DIS.ENABLE_CUSTOM_MAC] w… 76 CUSTOM_MAC_USED, EFUSE_BLK0, 58, 1, [ENABLE_CUSTOM_MAC] True if …
|
D | esp_efuse_table.c | 83 {EFUSE_BLK0, 4, 1}, // [WR_DIS.ENABLE_CUSTOM_MAC] wr_dis of CUSTOM_MAC_USED, 266 static const esp_efuse_desc_t CUSTOM_MAC_USED[] = { variable 484 &WR_DIS_CUSTOM_MAC_USED[0], // [WR_DIS.ENABLE_CUSTOM_MAC] wr_dis of CUSTOM_MAC_USED 714 &CUSTOM_MAC_USED[0], // [ENABLE_CUSTOM_MAC] True if MAC_CUSTOM is burned
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-custom-mac-cmd.rst | 62 2. ``CUSTOM_MAC_USED`` = 1 90 …CUSTOM_MAC_USED (BLOCK0) Enable CUSTOM_MAC programming …
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 38 …CUSTOM_MAC_USED (BLOCK0) True if MAC_CUSTOM is burned …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 137 efuses["CUSTOM_MAC_USED"].save(1)
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 244 /** custom_mac_used : R; bitpos: [26]; default: 0; 247 uint32_t custom_mac_used:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 20 …CUSTOM_MAC_USED : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type …
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 700 self.espefuse_py("burn_efuse CUSTOM_MAC_USED 1")
|