Searched full:v_dig_dbias20 (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 69 WR_DIS.V_DIG_DBIAS20, EFUSE_BLK0, 20, 1, [] wr_dis of V_DIG_DBIAS20 167 V_DIG_DBIAS20, EFUSE_BLK1, 157, 8, [] BLOCK1 voltage of digital…
|
D | esp_efuse_table.c | 239 {EFUSE_BLK0, 20, 1}, // [] wr_dis of V_DIG_DBIAS20, 615 static const esp_efuse_desc_t V_DIG_DBIAS20[] = { variable 999 &WR_DIS_V_DIG_DBIAS20[0], // [] wr_dis of V_DIG_DBIAS20 1469 &V_DIG_DBIAS20[0], // [] BLOCK1 voltage of digital dbias20
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 88 WR_DIS.V_DIG_DBIAS20, EFUSE_BLK0, 20, 1, [] wr_dis of V_DIG_DBIAS20 212 V_DIG_DBIAS20, EFUSE_BLK1, 163, 8, [] BLOCK1 voltage of digital…
|
D | esp_efuse_table.c | 315 {EFUSE_BLK0, 20, 1}, // [] wr_dis of V_DIG_DBIAS20, 795 static const esp_efuse_desc_t V_DIG_DBIAS20[] = { variable 1302 &WR_DIS_V_DIG_DBIAS20[0], // [] wr_dis of V_DIG_DBIAS20 1902 &V_DIG_DBIAS20[0], // [] BLOCK1 voltage of digital dbias20
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 117 return EFUSE.rd_mac_spi_sys_5.v_dig_dbias20; in efuse_ll_get_v_dig_dbias20()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 117 return (EFUSE.rd_mac_spi_sys_5.v_dig_dbias20_1 << 3) + EFUSE.rd_mac_spi_sys_4.v_dig_dbias20; in efuse_ll_get_v_dig_dbias20()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 15 …V_DIG_DBIAS20 (BLOCK1) BLOCK1 voltage of digital dbias20 …
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 578 /** v_dig_dbias20 : R; bitpos: [31:29]; default: 0; 581 uint32_t v_dig_dbias20:3; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 667 /** v_dig_dbias20 : R; bitpos: [10:3]; default: 0; 670 uint32_t v_dig_dbias20:8; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 81 …V_DIG_DBIAS20 : {show: y, blk : 1, word: 4, pos: 29, len : 8, start: 157, type…
|
D | esp32s3.yaml | 97 …V_DIG_DBIAS20 : {show: y, blk : 1, word: 5, pos : 3, len : 8, start: 163, type…
|