/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 | 79 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_FORCE, 487 …{EFUSE_BLK0, 68, 1}, // [] If VDD_SPI_FORCE is 1; this value determines if the VDD_SPI regulator… 491 …{EFUSE_BLK0, 69, 1}, // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec… 494 static const esp_efuse_desc_t VDD_SPI_FORCE[] = { variable 879 &WR_DIS_VDD_SPI_FORCE[0], // [] wr_dis of VDD_SPI_FORCE 1389 …&VDD_SPI_XPD[0], // [] If VDD_SPI_FORCE is 1; this value determines if the VDD_SPI regulator … 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/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/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/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 192 sdio_force = efuses["VDD_SPI_FORCE"] 210 "The following efuse is burned: VDD_SPI_FORCE.\n" 217 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD.\n" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 292 if self["VDD_SPI_FORCE"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 192 sdio_force = efuses["VDD_SPI_FORCE"] 210 "The following efuse is burned: VDD_SPI_FORCE.\n" 217 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD.\n" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 331 if self["VDD_SPI_FORCE"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 192 sdio_force = efuses["VDD_SPI_FORCE"] 210 "The following efuse is burned: VDD_SPI_FORCE.\n" 217 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD.\n" 222 "The following efuses are burned: VDD_SPI_FORCE, VDD_SPI_XPD, VDD_SPI_TIEH."
|
D | fields.py | 292 if self["VDD_SPI_FORCE"].get() == 0:
|
/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 | 91 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_FORCE, 551 …{EFUSE_BLK0, 69, 1}, // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec… 554 static const esp_efuse_desc_t VDD_SPI_FORCE[] = { variable 1022 &WR_DIS_VDD_SPI_FORCE[0], // [] wr_dis of VDD_SPI_FORCE 1597 …&VDD_SPI_TIEH[0], // [] If VDD_SPI_FORCE is 1; determines VDD_SPI voltage {0: "VDD_SPI connec… 1602 …&VDD_SPI_FORCE[0], // [] Set this bit and force to use the configuration of eFuse to configur…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 87 return EFUSE.rd_repeat_data1.vdd_spi_force; in efuse_ll_get_sdio_force()
|
/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"}
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 28 … alt : '', dict : '', desc: If VDD_SPI_FORCE is 1; this val… 29 …cts to 1.8 V LDO", 1: "VDD_SPI connects to VDD3P3_RTC_IO"}', desc: If VDD_SPI_FORCE is 1; determin… 30 …VDD_SPI_FORCE : {show: y, blk : 0, word: 2, pos : 6, len : 1, start : 70, type …
|
D | esp32s3.yaml | 27 …cts to 1.8 V LDO", 1: "VDD_SPI connects to VDD3P3_RTC_IO"}', desc: If VDD_SPI_FORCE is 1; determin… 28 …VDD_SPI_FORCE : {show: y, blk : 0, word: 2, pos : 6, len : 1, start : 70, type…
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 286 * If VDD_SPI_FORCE is 1, this value determines if the VDD_SPI regulator is powered on. 290 * If VDD_SPI_FORCE is 1, determines VDD_SPI voltage. 0: VDD_SPI connects to 1.8 V 294 /** vdd_spi_force : RO; bitpos: [6]; default: 0; 297 uint32_t vdd_spi_force:1; member
|
D | efuse_reg.h | 340 * If VDD_SPI_FORCE is 1, this value determines if the VDD_SPI regulator is powered on. 347 * If VDD_SPI_FORCE is 1, determines VDD_SPI voltage. 0: VDD_SPI connects to 1.8 V
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 287 /** vdd_spi_force : RO; bitpos: [6]; default: 0; 290 uint32_t vdd_spi_force:1; member
|