Searched refs:VDD_SPI_FORCE (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 56 VDD_SPI_FORCE = 1 << 16 # XPD_SDIO_FORCE variable in ESP32ROM 336 if efuse & (self.VDD_SPI_FORCE | self.VDD_SPI_XPD | self.VDD_SPI_TIEH): 338 elif efuse & (self.VDD_SPI_FORCE | self.VDD_SPI_XPD): 340 elif efuse & self.VDD_SPI_FORCE:
|
D | esp32s2.py | 109 VDD_SPI_FORCE = 1 << 6 variable in ESP32S2ROM
|
D | esp32s3.py | 125 VDD_SPI_FORCE = 1 << 6 variable in ESP32S3ROM
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 29 WR_DIS.VDD_SPI_FORCE, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_FORCE 131 VDD_SPI_XPD, EFUSE_BLK0, 68, 1, [] If VDD_SPI_FORCE is 1; th… 132 VDD_SPI_TIEH, EFUSE_BLK0, 69, 1, [] If VDD_SPI_FORCE is 1; de… 133 VDD_SPI_FORCE, EFUSE_BLK0, 70, 1, [] Set this bit to use XPD_V…
|
D | esp_efuse_table.c | 494 static const esp_efuse_desc_t VDD_SPI_FORCE[] = { variable 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/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 160 …VDD_SPI_XPD (BLOCK0) If VDD_SPI_FORCE is 1; this value determines if… 162 …VDD_SPI_TIEH (BLOCK0) If VDD_SPI_FORCE is 1; determines VDD_SPI volta… 164 …VDD_SPI_FORCE (BLOCK0) Set this bit to use XPD_VDD_PSI_REG and VDD_SPI…
|
D | summary_ESP32-S3.rst | 153 …VDD_SPI_TIEH (BLOCK0) If VDD_SPI_FORCE is 1; determines VDD_SPI volta… 155 …VDD_SPI_FORCE (BLOCK0) Set this bit and force to use the configuration…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 32 WR_DIS.VDD_SPI_FORCE, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_FORCE 147 VDD_SPI_TIEH, EFUSE_BLK0, 69, 1, [] If VDD_SPI_FORCE is 1; de… 148 VDD_SPI_FORCE, EFUSE_BLK0, 70, 1, [] Set this bit and force to…
|
D | esp_efuse_table.c | 554 static const esp_efuse_desc_t VDD_SPI_FORCE[] = { variable 1602 …&VDD_SPI_FORCE[0], // [] Set this bit and force to use the configuration of eFuse to configur…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | set-flash-voltage-cmd.rst | 7 {IDF_TARGET_VDD_FORCE:default="VDD_SPI_FORCE",esp32="XPD_SDIO_FORCE"}
|