Searched full:rtc_ldo_slp_dbias13 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 51 WR_DIS.RTC_LDO_SLP_DBIAS13, EFUSE_BLK0, 6, 1, [] wr_dis of RTC_LDO_SLP_DBI… 103 RTC_LDO_SLP_DBIAS13, EFUSE_BLK2, 135, 7, [] BLOCK2 DIG_LDO_SLP_DBIAS13
|
D | esp_efuse_table.c | 167 {EFUSE_BLK0, 6, 1}, // [] wr_dis of RTC_LDO_SLP_DBIAS13, 359 static const esp_efuse_desc_t RTC_LDO_SLP_DBIAS13[] = { variable 589 &WR_DIS_RTC_LDO_SLP_DBIAS13[0], // [] wr_dis of RTC_LDO_SLP_DBIAS13 829 &RTC_LDO_SLP_DBIAS13[0], // [] BLOCK2 DIG_LDO_SLP_DBIAS13
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 123 …// RTC_LDO_SLP_DBIAS13, EFUSE_BLK2, 135, 7, BLOCK2 DIG_LDO_SLP_DBIAS… in efuse_ll_get_rtc_ldo_slp_dbias13() 124 return EFUSE.rd_blk2_data4.rtc_ldo_slp_dbias13; in efuse_ll_get_rtc_ldo_slp_dbias13()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 433 /** rtc_ldo_slp_dbias13 : R; bitpos: [13:7]; default: 0; 436 uint32_t rtc_ldo_slp_dbias13:7; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 44 …RTC_LDO_SLP_DBIAS13 : {show: y, blk : 2, word: 4, pos : 7, len : 7, start: 135, type : 'u…
|