/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_init.c | 42 uint8_t blk_version_minor = efuse_ll_get_blk_version_minor(); in rtc_init() local 51 if((blk_version_major > 0) || (blk_version_major == 0 && blk_version_minor >= 1)) { in rtc_init() 266 uint8_t blk_version_minor = efuse_ll_get_blk_version_minor(); in set_rtc_dig_dbias() local 275 if((blk_version_major > 0) || (blk_version_major == 0 && blk_version_minor >= 1)) { in set_rtc_dig_dbias() 285 …age in efuse or burn wrong voltage value. blk_ver: %d.%d\n", blk_version_major, blk_version_minor); in set_rtc_dig_dbias() 289 …GD(TAG, "core voltage not burnt in efuse. blk_ver: %d.%d\n", blk_version_major, blk_version_minor); in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 38 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 6, 1, [] wr_dis of BLK_VERSION_MIN… 90 BLK_VERSION_MINOR, EFUSE_BLK2, 57, 3, [] Minor version of BLOCK2 {…
|
D | esp_efuse_table.c | 115 {EFUSE_BLK0, 6, 1}, // [] wr_dis of BLK_VERSION_MINOR, 307 static const esp_efuse_desc_t BLK_VERSION_MINOR[] = { variable 524 &WR_DIS_BLK_VERSION_MINOR[0], // [] wr_dis of BLK_VERSION_MINOR 764 &BLK_VERSION_MINOR[0], // [] Minor version of BLOCK2 {0: "No calib"; 1: "With calib"}
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 155 if efuses["BLK_VERSION_MINOR"].get() == 1: 164 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get_meaning()))
|
D | mem_definition.py | 103 # if BLK_VERSION_MINOR is 1, these efuse fields are in BLOCK2
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 65 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 20, 1, [] wr_dis of BLK_VERSION_MIN… 163 BLK_VERSION_MINOR, EFUSE_BLK1, 120, 3, [] BLK_VERSION_MINOR
|
D | esp_efuse_table.c | 223 {EFUSE_BLK0, 20, 1}, // [] wr_dis of BLK_VERSION_MINOR, 599 static const esp_efuse_desc_t BLK_VERSION_MINOR[] = { variable 600 {EFUSE_BLK1, 120, 3}, // [] BLK_VERSION_MINOR, 979 &WR_DIS_BLK_VERSION_MINOR[0], // [] wr_dis of BLK_VERSION_MINOR 1449 &BLK_VERSION_MINOR[0], // [] BLK_VERSION_MINOR
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 67 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 20, 1, [] wr_dis of BLK_VERSION_MIN… 170 BLK_VERSION_MINOR, EFUSE_BLK1, 123, 3, [] BLK_VERSION_MINOR of BLOC…
|
D | esp_efuse_table.c | 231 {EFUSE_BLK0, 20, 1}, // [] wr_dis of BLK_VERSION_MINOR, 624 static const esp_efuse_desc_t BLK_VERSION_MINOR[] = { variable 625 {EFUSE_BLK1, 123, 3}, // [] BLK_VERSION_MINOR of BLOCK2, 1022 &WR_DIS_BLK_VERSION_MINOR[0], // [] wr_dis of BLK_VERSION_MINOR 1513 &BLK_VERSION_MINOR[0], // [] BLK_VERSION_MINOR of BLOCK2
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 77 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 21, 1, [] wr_dis of BLK_VERSION_MIN… 186 BLK_VERSION_MINOR, EFUSE_BLK2, 132, 3, [] BLK_VERSION_MINOR of BLOC…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | operations.py | 196 if efuses["BLK_VERSION_MINOR"].get() == 2: 214 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get()))
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 75 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 21, 1, [] wr_dis of BLK_VERSION_MIN… 178 BLK_VERSION_MINOR, EFUSE_BLK2, 130, 3, [] BLK_VERSION_MINOR of BLOC…
|
D | esp_efuse_table.c | 263 {EFUSE_BLK0, 21, 1}, // [] wr_dis of BLK_VERSION_MINOR, 656 static const esp_efuse_desc_t BLK_VERSION_MINOR[] = { variable 657 {EFUSE_BLK2, 130, 3}, // [] BLK_VERSION_MINOR of BLOCK2. 1: RF Calibration data in BLOCK1, 1070 &WR_DIS_BLK_VERSION_MINOR[0], // [] wr_dis of BLK_VERSION_MINOR 1561 &BLK_VERSION_MINOR[0], // [] BLK_VERSION_MINOR of BLOCK2. 1: RF Calibration data in BLOCK1
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 197 if efuses["BLK_VERSION_MINOR"].get() == 1: 217 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get_meaning()))
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | operations.py | 196 if efuses["BLK_VERSION_MINOR"].get() == 2: 214 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get()))
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 78 WR_DIS.BLK_VERSION_MINOR, EFUSE_BLK0, 20, 1, [] wr_dis of BLK_VERSION_MIN… 202 BLK_VERSION_MINOR, EFUSE_BLK1, 120, 3, [] BLK_VERSION_MINOR
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 240 if efuses["BLK_VERSION_MINOR"].get() == 1: 260 print("BLK_VERSION_MINOR = ", efuses["BLK_VERSION_MINOR"].get_meaning())
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 45 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR of BLOCK2 …
|
D | summary_ESP32-H2.rst | 49 …BLK_VERSION_MINOR (BLOCK2) BLK_VERSION_MINOR of BLOCK2 …
|
D | summary_ESP32-C3.rst | 55 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR …
|
D | summary_ESP32-S2.rst | 72 …BLK_VERSION_MINOR (BLOCK2) BLK_VERSION_MINOR of BLOCK2 …
|
D | summary_ESP32-S3.rst | 44 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR …
|
D | summary_ESP32-C2.rst | 31 …BLK_VERSION_MINOR (BLOCK2) Minor version of BLOCK2 …
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 72 return EFUSE.rd_sys_part1_data4.blk_version_minor; in efuse_ll_get_blk_version_minor()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 92 return EFUSE.rd_sys_part1_data4.blk_version_minor; in efuse_ll_get_blk_version_minor()
|