/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 194 sdio_reg = efuses["VDD_SPI_XPD"] 199 "Can't set flash regulator to OFF as VDD_SPI_XPD efuse is already burned" 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 | 298 elif self["VDD_SPI_XPD"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 194 sdio_reg = efuses["VDD_SPI_XPD"] 199 "Can't set flash regulator to OFF as VDD_SPI_XPD efuse is already burned" 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 | 337 elif self["VDD_SPI_XPD"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 194 sdio_reg = efuses["VDD_SPI_XPD"] 199 "Can't set flash regulator to OFF as VDD_SPI_XPD efuse is already burned" 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 | 298 elif self["VDD_SPI_XPD"].get() == 0:
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 54 VDD_SPI_XPD = 1 << 14 # XPD_SDIO_REG 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):
|
D | esp32s2.py | 107 VDD_SPI_XPD = 1 << 4 variable in ESP32S2ROM
|
D | esp32s3.py | 123 VDD_SPI_XPD = 1 << 4 variable in ESP32S3ROM
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 27 WR_DIS.VDD_SPI_XPD, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_XPD 131 VDD_SPI_XPD, EFUSE_BLK0, 68, 1, [] If VDD_SPI_FORCE is 1; th…
|
D | esp_efuse_table.c | 71 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_XPD, 486 static const esp_efuse_desc_t VDD_SPI_XPD[] = { variable 869 &WR_DIS_VDD_SPI_XPD[0], // [] wr_dis of VDD_SPI_XPD 1389 …&VDD_SPI_XPD[0], // [] If VDD_SPI_FORCE is 1; this value determines if the VDD_SPI regulator …
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 30 WR_DIS.VDD_SPI_XPD, EFUSE_BLK0, 3, 1, [] wr_dis of VDD_SPI_XPD 146 VDD_SPI_XPD, EFUSE_BLK0, 68, 1, [] SPI regulator power up si…
|
D | esp_efuse_table.c | 83 {EFUSE_BLK0, 3, 1}, // [] wr_dis of VDD_SPI_XPD, 546 static const esp_efuse_desc_t VDD_SPI_XPD[] = { variable 1012 &WR_DIS_VDD_SPI_XPD[0], // [] wr_dis of VDD_SPI_XPD 1592 &VDD_SPI_XPD[0], // [] SPI regulator power up signal
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 97 return EFUSE.rd_repeat_data1.vdd_spi_xpd; in efuse_ll_get_sdio_xpd()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | set-flash-voltage-cmd.rst | 9 {IDF_TARGET_VDD_REG:default="VDD_SPI_XPD",esp32="XPD_SDIO_REG"}
|
/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…
|
D | summary_ESP32-S3.rst | 152 …VDD_SPI_XPD (BLOCK0) SPI regulator power up signal …
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 515 "Can't set flash regulator to OFF as VDD_SPI_XPD efuse is already burned" 541 "Can't set flash regulator to OFF as VDD_SPI_XPD efuse is already burned"
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 285 /** vdd_spi_xpd : RO; bitpos: [4]; default: 0; 288 uint32_t vdd_spi_xpd:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 279 /** vdd_spi_xpd : RO; bitpos: [4]; default: 0; 282 uint32_t vdd_spi_xpd:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 28 …VDD_SPI_XPD : {show: y, blk : 0, word: 2, pos : 4, len : 1, start : 68, type …
|
D | esp32s3.yaml | 26 …VDD_SPI_XPD : {show: y, blk : 0, word: 2, pos : 4, len : 1, start : 68, type…
|