Home
last modified time | relevance | path

Searched full:v_dig_dbias20 (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv69 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…
Desp_efuse_table.c239 {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/
Desp_efuse_table.csv88 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…
Desp_efuse_table.c315 {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/
Defuse_ll.h117 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/
Defuse_ll.h117 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/
Dsummary_ESP32-C3.rst15V_DIG_DBIAS20 (BLOCK1) BLOCK1 voltage of digital dbias20 …
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h578 /** 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/
Defuse_struct.h667 /** 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/
Desp32c3.yaml81V_DIG_DBIAS20 : {show: y, blk : 1, word: 4, pos: 29, len : 8, start: 157, type…
Desp32s3.yaml97V_DIG_DBIAS20 : {show: y, blk : 1, word: 5, pos : 3, len : 8, start: 163, type…