Home
last modified time | relevance | path

Searched refs:VDD_SPI_FORCE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py56 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:
Desp32s2.py109 VDD_SPI_FORCE = 1 << 6 variable in ESP32S2ROM
Desp32s3.py125 VDD_SPI_FORCE = 1 << 6 variable in ESP32S3ROM
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv29 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…
Desp_efuse_table.c494 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/
Dsummary_ESP32-S2.rst160 …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…
164VDD_SPI_FORCE (BLOCK0) Set this bit to use XPD_VDD_PSI_REG and VDD_SPI…
Dsummary_ESP32-S3.rst153 …VDD_SPI_TIEH (BLOCK0) If VDD_SPI_FORCE is 1; determines VDD_SPI volta…
155VDD_SPI_FORCE (BLOCK0) Set this bit and force to use the configuration…
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv32 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…
Desp_efuse_table.c554 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/
Dset-flash-voltage-cmd.rst7 {IDF_TARGET_VDD_FORCE:default="VDD_SPI_FORCE",esp32="XPD_SDIO_FORCE"}