/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 193 sdio_tieh = efuses["VDD_SPI_TIEH"] 204 "Can't set regulator to 1.8V is VDD_SPI_TIEH efuse is already burned" 219 "by burning additional efuse VDD_SPI_TIEH" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 300 elif self["VDD_SPI_TIEH"].get() == 0:
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 28 WR_DIS.VDD_SPI_TIEH, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_TIEH 132 VDD_SPI_TIEH, EFUSE_BLK0, 69, 1, [] If VDD_SPI_FORCE is 1; de… 133 … EFUSE_BLK0, 70, 1, [] Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VD…
|
D | esp_efuse_table.c | 75 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_TIEH, 490 static const esp_efuse_desc_t VDD_SPI_TIEH[] = { variable 495 …{EFUSE_BLK0, 70, 1}, // [] Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VDD… 874 &WR_DIS_VDD_SPI_TIEH[0], // [] wr_dis of VDD_SPI_TIEH 1394 …&VDD_SPI_TIEH[0], // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec… 1399 …&VDD_SPI_FORCE[0], // [] Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VD…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 193 sdio_tieh = efuses["VDD_SPI_TIEH"] 204 "Can't set regulator to 1.8V is VDD_SPI_TIEH efuse is already burned" 219 "by burning additional efuse VDD_SPI_TIEH" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 339 elif self["VDD_SPI_TIEH"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 193 sdio_tieh = efuses["VDD_SPI_TIEH"] 204 "Can't set regulator to 1.8V is VDD_SPI_TIEH efuse is already burned" 219 "by burning additional efuse VDD_SPI_TIEH" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 300 elif self["VDD_SPI_TIEH"].get() == 0:
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 31 WR_DIS.VDD_SPI_TIEH, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_TIEH 147 VDD_SPI_TIEH, EFUSE_BLK0, 69, 1, [] If VDD_SPI_FORCE is 1; de…
|
D | esp_efuse_table.c | 87 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_TIEH, 550 static const esp_efuse_desc_t VDD_SPI_TIEH[] = { variable 1017 &WR_DIS_VDD_SPI_TIEH[0], // [] wr_dis of VDD_SPI_TIEH 1597 …&VDD_SPI_TIEH[0], // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 92 return EFUSE.rd_repeat_data1.vdd_spi_tieh; in efuse_ll_get_sdio_tieh()
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 55 VDD_SPI_TIEH = 1 << 15 # XPD_SDIO_TIEH variable in ESP32ROM 336 if efuse & (self.VDD_SPI_FORCE | self.VDD_SPI_XPD | self.VDD_SPI_TIEH):
|
D | esp32s2.py | 108 VDD_SPI_TIEH = 1 << 5 variable in ESP32S2ROM
|
D | esp32s3.py | 124 VDD_SPI_TIEH = 1 << 5 variable in ESP32S3ROM
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | set-flash-voltage-cmd.rst | 8 {IDF_TARGET_VDD_TIEH:default="VDD_SPI_TIEH",esp32="XPD_SDIO_TIEH"}
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 162 …VDD_SPI_TIEH (BLOCK0) If VDD_SPI_FORCE is 1; determines VDD_SPI volta…
|
D | summary_ESP32-S3.rst | 153 …VDD_SPI_TIEH (BLOCK0) If VDD_SPI_FORCE is 1; determines VDD_SPI volta…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 29 …VDD_SPI_TIEH : {show: y, blk : 0, word: 2, pos : 5, len : 1, start : 69, type … 30 … dict : '', desc: Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VD…
|
D | esp32s3.yaml | 27 …VDD_SPI_TIEH : {show: y, blk : 0, word: 2, pos : 5, len : 1, start : 69, type…
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 289 /** vdd_spi_tieh : RO; bitpos: [5]; default: 0; 293 uint32_t vdd_spi_tieh:1; member 295 * Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VDD_SPI LDO.
|
D | efuse_reg.h | 355 * Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VDD_SPI LDO.
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 283 /** vdd_spi_tieh : RO; bitpos: [5]; default: 0; 286 uint32_t vdd_spi_tieh:1; member
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 533 "Can't set regulator to 1.8V is VDD_SPI_TIEH efuse is already burned"
|