/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 241 signed int k_rtc_ldo = efuse_ll_get_k_rtc_ldo(); in get_rtc_dbias_by_efuse() local 245 k_rtc_ldo = ((k_rtc_ldo & BIT(6)) != 0)? -(k_rtc_ldo & 0x3f): k_rtc_ldo; in get_rtc_dbias_by_efuse() 252 signed int k_rtc_ldo_real_mul10000 = K_RTC_MID_MUL10000 + k_rtc_ldo; in get_rtc_dbias_by_efuse() 269 k_rtc_ldo (slope of rtc voltage & rtc_dbias); in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 338 signed int k_rtc_ldo = efuse_ll_get_k_rtc_ldo(); in get_rtc_dbias_by_efuse() local 342 k_rtc_ldo = ((k_rtc_ldo & BIT(6)) != 0)? -(k_rtc_ldo & 0x3f): (uint8_t)k_rtc_ldo; in get_rtc_dbias_by_efuse() 349 signed int k_rtc_ldo_real_mul10000 = K_RTC_MID_MUL10000 + k_rtc_ldo; in get_rtc_dbias_by_efuse() 388 k_rtc_ldo (slope of rtc voltage & rtc_dbias); in rtc_set_stored_dbias()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 98 // EFUSE_BLK1, 141, 7, BLOCK1 K_RTC_LDO in efuse_ll_get_k_rtc_ldo() 99 return EFUSE.rd_mac_spi_sys_4.k_rtc_ldo; in efuse_ll_get_k_rtc_ldo()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 98 // EFUSE_BLK1, 135, 7, BLOCK1 K_RTC_LDO in efuse_ll_get_k_rtc_ldo() 99 return EFUSE.rd_mac_spi_sys_4.k_rtc_ldo; in efuse_ll_get_k_rtc_ldo()
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 66 WR_DIS.K_RTC_LDO, EFUSE_BLK0, 20, 1, [] wr_dis of K_RTC_LDO 164 K_RTC_LDO, EFUSE_BLK1, 135, 7, [] BLOCK1 K_RTC_LDO
|
D | esp_efuse_table.c | 227 {EFUSE_BLK0, 20, 1}, // [] wr_dis of K_RTC_LDO, 603 static const esp_efuse_desc_t K_RTC_LDO[] = { variable 604 {EFUSE_BLK1, 135, 7}, // [] BLOCK1 K_RTC_LDO, 984 &WR_DIS_K_RTC_LDO[0], // [] wr_dis of K_RTC_LDO 1454 &K_RTC_LDO[0], // [] BLOCK1 K_RTC_LDO
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 85 WR_DIS.K_RTC_LDO, EFUSE_BLK0, 20, 1, [] wr_dis of K_RTC_LDO 209 K_RTC_LDO, EFUSE_BLK1, 141, 7, [] BLOCK1 K_RTC_LDO
|
D | esp_efuse_table.c | 303 {EFUSE_BLK0, 20, 1}, // [] wr_dis of K_RTC_LDO, 783 static const esp_efuse_desc_t K_RTC_LDO[] = { variable 784 {EFUSE_BLK1, 141, 7}, // [] BLOCK1 K_RTC_LDO, 1287 &WR_DIS_K_RTC_LDO[0], // [] wr_dis of K_RTC_LDO 1887 &K_RTC_LDO[0], // [] BLOCK1 K_RTC_LDO
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 12 …K_RTC_LDO (BLOCK1) BLOCK1 K_RTC_LDO …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 78 …K_RTC_LDO : {show: y, blk : 1, word: 4, pos : 7, len : 7, start: 135, type…
|
D | esp32s3.yaml | 94 …K_RTC_LDO : {show: y, blk : 1, word: 4, pos: 13, len : 7, start: 141, type…
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 566 /** k_rtc_ldo : R; bitpos: [13:7]; default: 0; 567 * BLOCK1 K_RTC_LDO 569 uint32_t k_rtc_ldo:7; member
|
D | efuse_reg.h | 738 * BLOCK1 K_RTC_LDO
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 642 /** k_rtc_ldo : R; bitpos: [19:13]; default: 0; 643 * BLOCK1 K_RTC_LDO 645 uint32_t k_rtc_ldo:7; member
|
D | efuse_reg.h | 874 * BLOCK1 K_RTC_LDO
|