Searched full:dbias_vol_gap (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 65 WR_DIS.DBIAS_VOL_GAP, EFUSE_BLK0, 20, 1, [] wr_dis of DBIAS_VOL_GAP 169 DBIAS_VOL_GAP, EFUSE_BLK1, 95, 5, [] Stores the low 1 bit of d…
|
D | esp_efuse_table.c | 223 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DBIAS_VOL_GAP, 620 static const esp_efuse_desc_t DBIAS_VOL_GAP[] = { variable 621 {EFUSE_BLK1, 95, 5}, // [] Stores the low 1 bit of dbias_vol_gap, 1020 &WR_DIS_DBIAS_VOL_GAP[0], // [] wr_dis of DBIAS_VOL_GAP 1516 &DBIAS_VOL_GAP[0], // [] Stores the low 1 bit of dbias_vol_gap
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 63 WR_DIS.DBIAS_VOL_GAP, EFUSE_BLK0, 20, 1, [] wr_dis of DBIAS_VOL_GAP 166 DBIAS_VOL_GAP, EFUSE_BLK1, 87, 5, [] Stores the hp and lp dbia…
|
D | esp_efuse_table.c | 215 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DBIAS_VOL_GAP, 608 static const esp_efuse_desc_t DBIAS_VOL_GAP[] = { variable 1002 &WR_DIS_DBIAS_VOL_GAP[0], // [] wr_dis of DBIAS_VOL_GAP 1493 &DBIAS_VOL_GAP[0], // [] Stores the hp and lp dbias vol gap
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 106 return EFUSE.rd_mac_spi_sys_2.dbias_vol_gap; in efuse_ll_get_dbias_vol_gap()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32h2.yaml | 65 …DBIAS_VOL_GAP : {show: y, blk : 1, word: 2, pos: 31, len : 5, start : 95, type…
|
D | esp32c6.yaml | 70 …DBIAS_VOL_GAP : {show: y, blk : 1, word: 2, pos: 23, len : 5, start : 87, type…
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 520 * Stores the low 1 bit of dbias_vol_gap. 533 * Stores the high 3 bits of dbias_vol_gap. 537 * Stores the sign bit of dbias_vol_gap.
|
D | efuse_reg.h | 667 * Stores the low 1 bit of dbias_vol_gap. 679 * Stores the high 3 bits of dbias_vol_gap. 686 * Stores the sign bit of dbias_vol_gap.
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 536 /** dbias_vol_gap : RO; bitpos: [27:23]; default: 0; 539 uint32_t dbias_vol_gap:5; member
|