Home
last modified time | relevance | path

Searched full:blk_version_minor (Results 1 – 25 of 70) sorted by relevance

123

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_init.c42 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/
Desp_efuse_table.csv38 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 {…
Desp_efuse_table.c115 {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/
Doperations.py155 if efuses["BLK_VERSION_MINOR"].get() == 1:
164 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get_meaning()))
Dmem_definition.py103 # if BLK_VERSION_MINOR is 1, these efuse fields are in BLOCK2
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv65 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
Desp_efuse_table.c223 {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/
Desp_efuse_table.csv67 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…
Desp_efuse_table.c231 {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/
Desp_efuse_table.csv77 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/
Doperations.py196 if efuses["BLK_VERSION_MINOR"].get() == 2:
214 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get()))
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv75 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…
Desp_efuse_table.c263 {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/
Doperations.py197 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/
Doperations.py196 if efuses["BLK_VERSION_MINOR"].get() == 2:
214 print("BLK_VERSION_MINOR = {}".format(efuses["BLK_VERSION_MINOR"].get()))
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv78 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/
Doperations.py240 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/
Dsummary_ESP32-C6.rst45BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR of BLOCK2 …
Dsummary_ESP32-H2.rst49BLK_VERSION_MINOR (BLOCK2) BLK_VERSION_MINOR of BLOCK2 …
Dsummary_ESP32-C3.rst55BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR
Dsummary_ESP32-S2.rst72BLK_VERSION_MINOR (BLOCK2) BLK_VERSION_MINOR of BLOCK2 …
Dsummary_ESP32-S3.rst44BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR
Dsummary_ESP32-C2.rst31BLK_VERSION_MINOR (BLOCK2) Minor version of BLOCK2 …
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Defuse_ll.h72 return EFUSE.rd_sys_part1_data4.blk_version_minor; in efuse_ll_get_blk_version_minor()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Defuse_ll.h92 return EFUSE.rd_sys_part1_data4.blk_version_minor; in efuse_ll_get_blk_version_minor()

123