Searched full:dig_ldo_slp_dbias2 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 47 WR_DIS.DIG_LDO_SLP_DBIAS2, EFUSE_BLK0, 6, 1, [] wr_dis of DIG_LDO_SLP_DBI… 99 DIG_LDO_SLP_DBIAS2, EFUSE_BLK2, 110, 7, [] BLOCK2 DIG_LDO_DBG0_DBIAS2
|
D | esp_efuse_table.c | 151 {EFUSE_BLK0, 6, 1}, // [] wr_dis of DIG_LDO_SLP_DBIAS2, 343 static const esp_efuse_desc_t DIG_LDO_SLP_DBIAS2[] = { variable 569 &WR_DIS_DIG_LDO_SLP_DBIAS2[0], // [] wr_dis of DIG_LDO_SLP_DBIAS2 809 &DIG_LDO_SLP_DBIAS2[0], // [] BLOCK2 DIG_LDO_DBG0_DBIAS2
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 99 …// DIG_LDO_SLP_DBIAS2, EFUSE_BLK2, 110, 7, BLOCK2 DIG_LDO_DBG0_DBIA… in efuse_ll_get_dig_ldo_slp_dbias2() 100 return EFUSE.rd_blk2_data3.dig_ldo_slp_dbias2; in efuse_ll_get_dig_ldo_slp_dbias2()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 404 /** dig_ldo_slp_dbias2 : R; bitpos: [20:14]; default: 0; 407 uint32_t dig_ldo_slp_dbias2:7; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 40 …DIG_LDO_SLP_DBIAS2 : {show: y, blk : 2, word: 3, pos: 14, len : 7, start: 110, type : 'u…
|