Home
last modified time | relevance | path

Searched full:dbias_vol_gap (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv65 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…
Desp_efuse_table.c223 {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/
Desp_efuse_table.csv63 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…
Desp_efuse_table.c215 {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/
Defuse_ll.h106 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/
Desp32h2.yaml65DBIAS_VOL_GAP : {show: y, blk : 1, word: 2, pos: 31, len : 5, start : 95, type…
Desp32c6.yaml70DBIAS_VOL_GAP : {show: y, blk : 1, word: 2, pos: 23, len : 5, start : 87, type…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h520 * 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.
Defuse_reg.h667 * 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/
Defuse_struct.h536 /** dbias_vol_gap : RO; bitpos: [27:23]; default: 0;
539 uint32_t dbias_vol_gap:5; member