Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c241 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/
Drtc_init.c338 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/
Defuse_ll.h98 // 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/
Defuse_ll.h98 // 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/
Desp_efuse_table.csv66 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
Desp_efuse_table.c227 {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/
Desp_efuse_table.csv85 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
Desp_efuse_table.c303 {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/
Dsummary_ESP32-C3.rst12K_RTC_LDO (BLOCK1) BLOCK1 K_RTC_LDO
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml78K_RTC_LDO : {show: y, blk : 1, word: 4, pos : 7, len : 7, start: 135, type…
Desp32s3.yaml94K_RTC_LDO : {show: y, blk : 1, word: 4, pos: 13, len : 7, start: 141, type…
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h566 /** k_rtc_ldo : R; bitpos: [13:7]; default: 0;
567 * BLOCK1 K_RTC_LDO
569 uint32_t k_rtc_ldo:7; member
Defuse_reg.h738 * BLOCK1 K_RTC_LDO
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h642 /** k_rtc_ldo : R; bitpos: [19:13]; default: 0;
643 * BLOCK1 K_RTC_LDO
645 uint32_t k_rtc_ldo:7; member
Defuse_reg.h874 * BLOCK1 K_RTC_LDO