/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 339 signed int k_dig_ldo = efuse_ll_get_k_dig_ldo(); in get_rtc_dbias_by_efuse() local 343 k_dig_ldo = ((k_dig_ldo & BIT(6)) != 0)? -(k_dig_ldo & 0x3f): (uint8_t)k_dig_ldo; in get_rtc_dbias_by_efuse() 350 signed int k_dig_ldo_real_mul10000 = K_DIG_MID_MUL10000 + k_dig_ldo; in get_rtc_dbias_by_efuse() 365 signed int k_dig_ldo = efuse_ll_get_k_dig_ldo(); in get_dig1v3_dbias_by_efuse() local 367 k_dig_ldo = ((k_dig_ldo & BIT(6)) != 0)? -(k_dig_ldo & 0x3f): (uint8_t)k_dig_ldo; in get_dig1v3_dbias_by_efuse() 371 signed int k_dig_ldo_real_mul10000 = K_DIG_MID_MUL10000 + k_dig_ldo; in get_dig1v3_dbias_by_efuse() 389 k_dig_ldo (slope of digital voltage & digital_dbias); in rtc_set_stored_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 242 signed int k_dig_ldo = efuse_ll_get_k_dig_ldo(); in get_rtc_dbias_by_efuse() local 246 k_dig_ldo = ((k_dig_ldo & BIT(6)) != 0)? -(k_dig_ldo & 0x3f): (uint8_t)k_dig_ldo; in get_rtc_dbias_by_efuse() 253 signed int k_dig_ldo_real_mul10000 = K_DIG_MID_MUL10000 + k_dig_ldo; in get_rtc_dbias_by_efuse() 270 k_dig_ldo (slope of digital voltage & digital_dbias); in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 104 // EFUSE_BLK1, 148, 7, BLOCK1 K_DIG_LDO in efuse_ll_get_k_dig_ldo() 105 return EFUSE.rd_mac_spi_sys_4.k_dig_ldo; in efuse_ll_get_k_dig_ldo()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 104 // EFUSE_BLK1, 142, 7, BLOCK1 K_DIG_LDO in efuse_ll_get_k_dig_ldo() 105 return EFUSE.rd_mac_spi_sys_4.k_dig_ldo; in efuse_ll_get_k_dig_ldo()
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 67 WR_DIS.K_DIG_LDO, EFUSE_BLK0, 20, 1, [] wr_dis of K_DIG_LDO 165 K_DIG_LDO, EFUSE_BLK1, 142, 7, [] BLOCK1 K_DIG_LDO
|
D | esp_efuse_table.c | 231 {EFUSE_BLK0, 20, 1}, // [] wr_dis of K_DIG_LDO, 607 static const esp_efuse_desc_t K_DIG_LDO[] = { variable 608 {EFUSE_BLK1, 142, 7}, // [] BLOCK1 K_DIG_LDO, 989 &WR_DIS_K_DIG_LDO[0], // [] wr_dis of K_DIG_LDO 1459 &K_DIG_LDO[0], // [] BLOCK1 K_DIG_LDO
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 86 WR_DIS.K_DIG_LDO, EFUSE_BLK0, 20, 1, [] wr_dis of K_DIG_LDO 210 K_DIG_LDO, EFUSE_BLK1, 148, 7, [] BLOCK1 K_DIG_LDO
|
D | esp_efuse_table.c | 307 {EFUSE_BLK0, 20, 1}, // [] wr_dis of K_DIG_LDO, 787 static const esp_efuse_desc_t K_DIG_LDO[] = { variable 788 {EFUSE_BLK1, 148, 7}, // [] BLOCK1 K_DIG_LDO, 1292 &WR_DIS_K_DIG_LDO[0], // [] wr_dis of K_DIG_LDO 1892 &K_DIG_LDO[0], // [] BLOCK1 K_DIG_LDO
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 13 …K_DIG_LDO (BLOCK1) BLOCK1 K_DIG_LDO …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 79 …K_DIG_LDO : {show: y, blk : 1, word: 4, pos: 14, len : 7, start: 142, type…
|
D | esp32s3.yaml | 95 …K_DIG_LDO : {show: y, blk : 1, word: 4, pos: 20, len : 7, start: 148, type…
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 570 /** k_dig_ldo : R; bitpos: [20:14]; default: 0; 571 * BLOCK1 K_DIG_LDO 573 uint32_t k_dig_ldo:7; member
|
D | efuse_reg.h | 745 * BLOCK1 K_DIG_LDO
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 646 /** k_dig_ldo : R; bitpos: [26:20]; default: 0; 647 * BLOCK1 K_DIG_LDO 649 uint32_t k_dig_ldo:7; member
|
D | efuse_reg.h | 881 * BLOCK1 K_DIG_LDO
|