Home
last modified time | relevance | path

Searched full:vdd_spi_xpd (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py194 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."
Dfields.py298 elif self["VDD_SPI_XPD"].get() == 0:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py194 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."
Dfields.py337 elif self["VDD_SPI_XPD"].get() == 0:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py194 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."
Dfields.py298 elif self["VDD_SPI_XPD"].get() == 0:
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py54 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):
Desp32s2.py107 VDD_SPI_XPD = 1 << 4 variable in ESP32S2ROM
Desp32s3.py123 VDD_SPI_XPD = 1 << 4 variable in ESP32S3ROM
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv27 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…
Desp_efuse_table.c71 {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/
Desp_efuse_table.csv30 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…
Desp_efuse_table.c83 {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/
Defuse_ll.h97 return EFUSE.rd_repeat_data1.vdd_spi_xpd; in efuse_ll_get_sdio_xpd()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dset-flash-voltage-cmd.rst9 {IDF_TARGET_VDD_REG:default="VDD_SPI_XPD",esp32="XPD_SDIO_REG"}
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S2.rst160VDD_SPI_XPD (BLOCK0) If VDD_SPI_FORCE is 1; this value determines if…
Dsummary_ESP32-S3.rst152VDD_SPI_XPD (BLOCK0) SPI regulator power up signal …
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py515 "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/
Defuse_struct.h285 /** vdd_spi_xpd : RO; bitpos: [4]; default: 0;
288 uint32_t vdd_spi_xpd:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h279 /** 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/
Desp32s2.yaml28VDD_SPI_XPD : {show: y, blk : 0, word: 2, pos : 4, len : 1, start : 68, type …
Desp32s3.yaml26VDD_SPI_XPD : {show: y, blk : 0, word: 2, pos : 4, len : 1, start : 68, type…