Searched full:dig_ldo_slp_dbias26 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 48 WR_DIS.DIG_LDO_SLP_DBIAS26, EFUSE_BLK0, 6, 1, [] wr_dis of DIG_LDO_SLP_DBI… 100 DIG_LDO_SLP_DBIAS26, EFUSE_BLK2, 117, 8, [] BLOCK2 DIG_LDO_DBG0_DBIAS…
|
D | esp_efuse_table.c | 155 {EFUSE_BLK0, 6, 1}, // [] wr_dis of DIG_LDO_SLP_DBIAS26, 347 static const esp_efuse_desc_t DIG_LDO_SLP_DBIAS26[] = { variable 574 &WR_DIS_DIG_LDO_SLP_DBIAS26[0], // [] wr_dis of DIG_LDO_SLP_DBIAS26 814 &DIG_LDO_SLP_DBIAS26[0], // [] BLOCK2 DIG_LDO_DBG0_DBIAS26
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 105 …// DIG_LDO_SLP_DBIAS26, EFUSE_BLK2, 117, 8, BLOCK2 DIG_LDO_DBG0_DBIA… in efuse_ll_get_dig_ldo_slp_dbias26() 106 return EFUSE.rd_blk2_data3.dig_ldo_slp_dbias26; in efuse_ll_get_dig_ldo_slp_dbias26()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 408 /** dig_ldo_slp_dbias26 : R; bitpos: [28:21]; default: 0; 411 uint32_t dig_ldo_slp_dbias26:8; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 41 …DIG_LDO_SLP_DBIAS26 : {show: y, blk : 2, word: 3, pos: 21, len : 8, start: 117, type : 'u…
|