/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 46 WR_DIS.DIG_DBIAS_HVT, EFUSE_BLK0, 6, 1, [] wr_dis of DIG_DBIAS_HVT 98 DIG_DBIAS_HVT, EFUSE_BLK2, 105, 5, [] BLOCK2 digital dbias when…
|
D | esp_efuse_table.c | 147 {EFUSE_BLK0, 6, 1}, // [] wr_dis of DIG_DBIAS_HVT, 339 static const esp_efuse_desc_t DIG_DBIAS_HVT[] = { variable 564 &WR_DIS_DIG_DBIAS_HVT[0], // [] wr_dis of DIG_DBIAS_HVT 804 &DIG_DBIAS_HVT[0], // [] BLOCK2 digital dbias when hvt
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 93 …// DIG_DBIAS_HVT, EFUSE_BLK2, 105, 5, BLOCK2 digital dbias whe… in efuse_ll_get_dig_dbias_hvt() 94 return EFUSE.rd_blk2_data3.dig_dbias_hvt; in efuse_ll_get_dig_dbias_hvt()
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 70 WR_DIS.DIG_DBIAS_HVT, EFUSE_BLK0, 20, 1, [] wr_dis of DIG_DBIAS_HVT 168 DIG_DBIAS_HVT, EFUSE_BLK1, 165, 5, [] BLOCK1 digital dbias when…
|
D | esp_efuse_table.c | 243 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DIG_DBIAS_HVT, 619 static const esp_efuse_desc_t DIG_DBIAS_HVT[] = { variable 1004 &WR_DIS_DIG_DBIAS_HVT[0], // [] wr_dis of DIG_DBIAS_HVT 1474 &DIG_DBIAS_HVT[0], // [] BLOCK1 digital dbias when hvt
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 89 WR_DIS.DIG_DBIAS_HVT, EFUSE_BLK0, 20, 1, [] wr_dis of DIG_DBIAS_HVT 213 DIG_DBIAS_HVT, EFUSE_BLK1, 171, 5, [] BLOCK1 digital dbias when…
|
D | esp_efuse_table.c | 319 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DIG_DBIAS_HVT, 799 static const esp_efuse_desc_t DIG_DBIAS_HVT[] = { variable 1307 &WR_DIS_DIG_DBIAS_HVT[0], // [] wr_dis of DIG_DBIAS_HVT 1907 &DIG_DBIAS_HVT[0], // [] BLOCK1 digital dbias when hvt
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 123 return EFUSE.rd_mac_spi_sys_5.dig_dbias_hvt; in efuse_ll_get_dig_dbias_hvt()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 123 return EFUSE.rd_mac_spi_sys_5.dig_dbias_hvt; in efuse_ll_get_dig_dbias_hvt()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 16 …DIG_DBIAS_HVT (BLOCK1) BLOCK1 digital dbias when hvt …
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 400 /** dig_dbias_hvt : R; bitpos: [13:9]; default: 0; 403 uint32_t dig_dbias_hvt:5; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 39 …DIG_DBIAS_HVT : {show: y, blk : 2, word: 3, pos : 9, len : 5, start: 105, type : 'u…
|
D | esp32c3.yaml | 82 …DIG_DBIAS_HVT : {show: y, blk : 1, word: 5, pos : 5, len : 5, start: 165, type…
|
D | esp32s3.yaml | 98 …DIG_DBIAS_HVT : {show: y, blk : 1, word: 5, pos: 11, len : 5, start: 171, type…
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 595 /** dig_dbias_hvt : R; bitpos: [9:5]; default: 0; 598 uint32_t dig_dbias_hvt:5; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 671 /** dig_dbias_hvt : R; bitpos: [15:11]; default: 0; 674 uint32_t dig_dbias_hvt:5; member
|