Home
last modified time | relevance | path

Searched full:k_dig_ldo (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c339 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/
Drtc_init.c242 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/
Defuse_ll.h104 // 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/
Defuse_ll.h104 // 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/
Desp_efuse_table.csv67 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
Desp_efuse_table.c231 {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/
Desp_efuse_table.csv86 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
Desp_efuse_table.c307 {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/
Dsummary_ESP32-C3.rst13K_DIG_LDO (BLOCK1) BLOCK1 K_DIG_LDO
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml79K_DIG_LDO : {show: y, blk : 1, word: 4, pos: 14, len : 7, start: 142, type…
Desp32s3.yaml95K_DIG_LDO : {show: y, blk : 1, word: 4, pos: 20, len : 7, start: 148, type…
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h570 /** k_dig_ldo : R; bitpos: [20:14]; default: 0;
571 * BLOCK1 K_DIG_LDO
573 uint32_t k_dig_ldo:7; member
Defuse_reg.h745 * BLOCK1 K_DIG_LDO
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h646 /** k_dig_ldo : R; bitpos: [26:20]; default: 0;
647 * BLOCK1 K_DIG_LDO
649 uint32_t k_dig_ldo:7; member
Defuse_reg.h881 * BLOCK1 K_DIG_LDO