Searched full:dig_ldo_act_dbias26 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 49 WR_DIS.DIG_LDO_ACT_DBIAS26, EFUSE_BLK0, 6, 1, [] wr_dis of DIG_LDO_ACT_DBI… 101 DIG_LDO_ACT_DBIAS26, EFUSE_BLK2, 125, 6, [] BLOCK2 DIG_LDO_ACT_DBIAS26
|
D | esp_efuse_table.c | 159 {EFUSE_BLK0, 6, 1}, // [] wr_dis of DIG_LDO_ACT_DBIAS26, 351 static const esp_efuse_desc_t DIG_LDO_ACT_DBIAS26[] = { variable 352 {EFUSE_BLK2, 125, 6}, // [] BLOCK2 DIG_LDO_ACT_DBIAS26, 579 &WR_DIS_DIG_LDO_ACT_DBIAS26[0], // [] wr_dis of DIG_LDO_ACT_DBIAS26 819 &DIG_LDO_ACT_DBIAS26[0], // [] BLOCK2 DIG_LDO_ACT_DBIAS26
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 111 …// DIG_LDO_ACT_DBIAS26, EFUSE_BLK2, 125, 6, BLOCK2 DIG_LDO_ACT_DBIAS… in efuse_ll_get_dig_ldo_act_dbias26() 112 … return (EFUSE.rd_blk2_data4.dig_ldo_act_dbias26_1 << 3) + EFUSE.rd_blk2_data3.dig_ldo_act_dbias26; in efuse_ll_get_dig_ldo_act_dbias26()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 412 /** dig_ldo_act_dbias26 : R; bitpos: [31:29]; default: 0; 413 * BLOCK2 DIG_LDO_ACT_DBIAS26 415 uint32_t dig_ldo_act_dbias26:3; member 426 * BLOCK2 DIG_LDO_ACT_DBIAS26
|
D | efuse_reg.h | 496 * BLOCK2 DIG_LDO_ACT_DBIAS26 508 * BLOCK2 DIG_LDO_ACT_DBIAS26
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 42 …DIG_LDO_ACT_DBIAS26 : {show: y, blk : 2, word: 3, pos: 29, len : 6, start: 125, type : 'u…
|