Home
last modified time | relevance | path

Searched full:xpd_sdio_reg (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv27 WR_DIS.XPD_SDIO_REG, EFUSE_BLK0, 5, 1, [] wr_dis of XPD_SDIO_REG
93 XPD_SDIO_REG, EFUSE_BLK0, 142, 1, [] read for XPD_SDIO_REG
94 … EFUSE_BLK0, 143, 1, [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG {1: "3.3V"; 0: …
Desp_efuse_table.c82 {EFUSE_BLK0, 5, 1}, // [] wr_dis of XPD_SDIO_REG,
330 static const esp_efuse_desc_t XPD_SDIO_REG[] = { variable
331 {EFUSE_BLK0, 142, 1}, // [] read for XPD_SDIO_REG,
335 {EFUSE_BLK0, 143, 1}, // [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG {1: "3.3V"; 0: "1.8V"},
524 &WR_DIS_XPD_SDIO_REG[0], // [] wr_dis of XPD_SDIO_REG
834 &XPD_SDIO_REG[0], // [] read for XPD_SDIO_REG
839 &XPD_SDIO_TIEH[0], // [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG {1: "3.3V"; 0: "1.8V"}
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst86XPD_SDIO_REG (BLOCK0): read for XPD_SDIO_REG
87 …XPD_SDIO_TIEH (BLOCK0): If XPD_SDIO_FORCE & XPD_SDIO_REG
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py146 sdio_reg = efuses["XPD_SDIO_REG"]
151 "Can't set flash regulator to OFF as XPD_SDIO_REG efuse is already burned"
169 "The following efuses are burned: XPD_SDIO_FORCE, XPD_SDIO_REG.\n"
174 "The following efuses are burned: XPD_SDIO_FORCE, XPD_SDIO_REG, XPD_SDIO_TIEH."
Dfields.py248 elif self["XPD_SDIO_REG"].get() == 0:
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_struct.h138 * read for XPD_SDIO_REG
142 * If XPD_SDIO_FORCE & XPD_SDIO_REG
360 /** xpd_sdio_reg : R; bitpos: [14]; default: 0;
361 * program for XPD_SDIO_REG
363 uint32_t xpd_sdio_reg:1; member
365 * If XPD_SDIO_FORCE & XPD_SDIO_REG
Defuse_reg.h192 * read for XPD_SDIO_REG
199 * If XPD_SDIO_FORCE & XPD_SDIO_REG
517 * program for XPD_SDIO_REG
524 * If XPD_SDIO_FORCE & XPD_SDIO_REG
Drtc_cntl_struct.h317 …uint32_t xpd_sdio: 1; /*SW option for XPD_SDIO_REG. Only active when reg_sd…
Drtc_cntl_reg.h977 /*description: SW option for XPD_SDIO_REG. Only active when reg_sdio_force = 1*/
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml25XPD_SDIO_REG : {show: y, blk : 0, word: 4, pos: 14, len : 1, start: 142, type : bool…
26 … SDIO_TIEH, dict: '{1: "3.3V", 0: "1.8V"}', desc: If XPD_SDIO_FORCE & XPD_SDIO_REG, rloc: 'EFUSE_B…
/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/esptool/targets/
Desp32.py54 VDD_SPI_XPD = 1 << 14 # XPD_SDIO_REG
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py388 XPD_SDIO_FORCE XPD_SDIO_REG XPD_SDIO_TIEH SPI_PAD_CONFIG_CLK
512 "Can't set flash regulator to OFF as XPD_SDIO_REG efuse is already burned"
538 "Can't set flash regulator to OFF as XPD_SDIO_REG efuse is already burned"