Home
last modified time | relevance | path

Searched full:custom_mac_used (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv30 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 …
Desp_efuse_table.c83 {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/
Dburn-custom-mac-cmd.rst62 2. ``CUSTOM_MAC_USED`` = 1
90CUSTOM_MAC_USED (BLOCK0) Enable CUSTOM_MAC programming …
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst38CUSTOM_MAC_USED (BLOCK0) True if MAC_CUSTOM is burned …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py137 efuses["CUSTOM_MAC_USED"].save(1)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_struct.h244 /** 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/
Desp32c2.yaml20CUSTOM_MAC_USED : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type …
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py700 self.espefuse_py("burn_efuse CUSTOM_MAC_USED 1")