Searched full:rtc_ldo_act_dbias13 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 55 WR_DIS.RTC_LDO_ACT_DBIAS13, EFUSE_BLK0, 6, 1, [] wr_dis of RTC_LDO_ACT_DBI… 107 RTC_LDO_ACT_DBIAS13, EFUSE_BLK2, 163, 8, [] BLOCK2 DIG_LDO_ACT_DBIAS13
|
D | esp_efuse_table.c | 183 {EFUSE_BLK0, 6, 1}, // [] wr_dis of RTC_LDO_ACT_DBIAS13, 375 static const esp_efuse_desc_t RTC_LDO_ACT_DBIAS13[] = { variable 609 &WR_DIS_RTC_LDO_ACT_DBIAS13[0], // [] wr_dis of RTC_LDO_ACT_DBIAS13 849 &RTC_LDO_ACT_DBIAS13[0], // [] BLOCK2 DIG_LDO_ACT_DBIAS13
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 147 …// RTC_LDO_ACT_DBIAS13, EFUSE_BLK2, 163, 8, BLOCK2 DIG_LDO_ACT_DBIAS… in efuse_ll_get_rtc_ldo_act_dbias13() 148 return EFUSE.rd_blk2_data5.rtc_ldo_act_dbias13; in efuse_ll_get_rtc_ldo_act_dbias13()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 462 /** rtc_ldo_act_dbias13 : R; bitpos: [10:3]; default: 0; 465 uint32_t rtc_ldo_act_dbias13:8; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 48 …RTC_LDO_ACT_DBIAS13 : {show: y, blk : 2, word: 5, pos : 3, len : 8, start: 163, type : 'u…
|