/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_init.c | 43 uint8_t blk_version_major = efuse_ll_get_blk_version_major(); in rtc_init() local 47 if(blk_version_major > 0 && !ignore_major) { in rtc_init() 48 ESP_HW_LOGE(TAG, "Invalid blk_version_major.\n"); in rtc_init() 51 if((blk_version_major > 0) || (blk_version_major == 0 && blk_version_minor >= 1)) { in rtc_init() 267 uint8_t blk_version_major = efuse_ll_get_blk_version_major(); in set_rtc_dig_dbias() local 271 if(blk_version_major > 0 && !ignore_major) { in set_rtc_dig_dbias() 272 ESP_HW_LOGE(TAG, "Invalid blk_version_major.\n"); in set_rtc_dig_dbias() 275 if((blk_version_major > 0) || (blk_version_major == 0 && blk_version_minor >= 1)) { in set_rtc_dig_dbias() 285 …re voltage in efuse or burn wrong voltage value. blk_ver: %d.%d\n", blk_version_major, blk_version… in set_rtc_dig_dbias() 289 …ESP_HW_LOGD(TAG, "core voltage not burnt in efuse. blk_ver: %d.%d\n", blk_version_major, blk_versi… in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 39 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 6, 1, [] wr_dis of BLK_VERSION_MAJ… 91 BLK_VERSION_MAJOR, EFUSE_BLK2, 60, 2, [] Major version of BLOCK2
|
D | esp_efuse_table.c | 119 {EFUSE_BLK0, 6, 1}, // [] wr_dis of BLK_VERSION_MAJOR, 311 static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = { variable 529 &WR_DIS_BLK_VERSION_MAJOR[0], // [] wr_dis of BLK_VERSION_MAJOR 769 &BLK_VERSION_MAJOR[0], // [] Major version of BLOCK2
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 76 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 21, 1, [] wr_dis of BLK_VERSION_MAJ… 173 BLK_VERSION_MAJOR, EFUSE_BLK2, 128, 2, [] BLK_VERSION_MAJOR of BLOC…
|
D | esp_efuse_table.c | 267 {EFUSE_BLK0, 21, 1}, // [] wr_dis of BLK_VERSION_MAJOR, 639 static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = { variable 640 …{EFUSE_BLK2, 128, 2}, // [] BLK_VERSION_MAJOR of BLOCK2 {0: "No calibration"; 1: "With calibrati… 1034 &WR_DIS_BLK_VERSION_MAJOR[0], // [] wr_dis of BLK_VERSION_MAJOR 1499 …&BLK_VERSION_MAJOR[0], // [] BLK_VERSION_MAJOR of BLOCK2 {0: "No calibration"; 1: "With calib…
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 68 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 20, 1, [] wr_dis of BLK_VERSION_MAJ… 171 BLK_VERSION_MAJOR, EFUSE_BLK1, 126, 2, [] BLK_VERSION_MAJOR of BLOC…
|
D | esp_efuse_table.c | 235 {EFUSE_BLK0, 20, 1}, // [] wr_dis of BLK_VERSION_MAJOR, 628 static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = { variable 629 {EFUSE_BLK1, 126, 2}, // [] BLK_VERSION_MAJOR of BLOCK2, 1027 &WR_DIS_BLK_VERSION_MAJOR[0], // [] wr_dis of BLK_VERSION_MAJOR 1518 &BLK_VERSION_MAJOR[0], // [] BLK_VERSION_MAJOR of BLOCK2
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 70 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 20, 1, [] wr_dis of BLK_VERSION_MAJ… 180 BLK_VERSION_MAJOR, EFUSE_BLK1, 121, 2, [] BLK_VERSION_MAJOR
|
D | esp_efuse_table.c | 243 {EFUSE_BLK0, 20, 1}, // [] wr_dis of BLK_VERSION_MAJOR, 667 static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = { variable 668 {EFUSE_BLK1, 121, 2}, // [] BLK_VERSION_MAJOR, 1084 &WR_DIS_BLK_VERSION_MAJOR[0], // [] wr_dis of BLK_VERSION_MAJOR 1614 &BLK_VERSION_MAJOR[0], // [] BLK_VERSION_MAJOR
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 197 if efuses["BLK_VERSION_MAJOR"].get() == 1: 210 print("BLK_VERSION_MAJOR = {}".format(efuses["BLK_VERSION_MAJOR"].get_meaning()))
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 76 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 21, 1, [] wr_dis of BLK_VERSION_MAJ… 179 BLK_VERSION_MAJOR, EFUSE_BLK2, 133, 2, [] BLK_VERSION_MAJOR of BLOC…
|
D | esp_efuse_table.c | 267 {EFUSE_BLK0, 21, 1}, // [] wr_dis of BLK_VERSION_MAJOR, 660 static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = { variable 661 {EFUSE_BLK2, 133, 2}, // [] BLK_VERSION_MAJOR of BLOCK2, 1075 &WR_DIS_BLK_VERSION_MAJOR[0], // [] wr_dis of BLK_VERSION_MAJOR 1566 &BLK_VERSION_MAJOR[0], // [] BLK_VERSION_MAJOR of BLOCK2
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 95 WR_DIS.BLK_VERSION_MAJOR, EFUSE_BLK0, 21, 1, [] wr_dis of BLK_VERSION_MAJ… 218 BLK_VERSION_MAJOR, EFUSE_BLK2, 128, 2, [] BLK_VERSION_MAJOR of BLOC…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 239 if efuses["BLK_VERSION_MAJOR"].get() == 1: 260 print("BLK_VERSION_MAJOR = ", efuses["BLK_VERSION_MAJOR"].get_meaning())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 239 if efuses["BLK_VERSION_MAJOR"].get() == 1: 260 print("BLK_VERSION_MAJOR = ", efuses["BLK_VERSION_MAJOR"].get_meaning())
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 46 …BLK_VERSION_MAJOR (BLOCK1) BLK_VERSION_MAJOR of BLOCK2 …
|
D | summary_ESP32-H2.rst | 50 …BLK_VERSION_MAJOR (BLOCK2) BLK_VERSION_MAJOR of BLOCK2 …
|
D | summary_ESP32-C3.rst | 60 …BLK_VERSION_MAJOR (BLOCK2) BLK_VERSION_MAJOR of BLOCK2 …
|
D | summary_ESP32-S2.rst | 66 …BLK_VERSION_MAJOR (BLOCK1) BLK_VERSION_MAJOR …
|
D | summary_ESP32-S3.rst | 49 …BLK_VERSION_MAJOR (BLOCK2) BLK_VERSION_MAJOR of BLOCK2 …
|
D | summary_ESP32-C2.rst | 32 …BLK_VERSION_MAJOR (BLOCK2) Major version of BLOCK2 …
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 67 return EFUSE.rd_mac_spi_sys_3.blk_version_major; in efuse_ll_get_blk_version_major()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 87 return EFUSE.rd_sys_part1_data4.blk_version_major; in efuse_ll_get_blk_version_major()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 72 return EFUSE.rd_sys_part1_data4.blk_version_major; in efuse_ll_get_blk_version_major()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 72 return EFUSE.rd_sys_part1_data4.blk_version_major; in efuse_ll_get_blk_version_major()
|