Searched refs:VDD_SPI_TIEH (Results 1 – 10 of 10) sorted by relevance
/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/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 | 490 static const esp_efuse_desc_t VDD_SPI_TIEH[] = { variable 1394 …&VDD_SPI_TIEH[0], // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec…
|
/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 | 550 static const esp_efuse_desc_t VDD_SPI_TIEH[] = { variable 1597 …&VDD_SPI_TIEH[0], // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec…
|
/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…
|