Home
last modified time | relevance | path

Searched full:xpd_sdio_tieh (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py145 sdio_tieh = efuses["XPD_SDIO_TIEH"]
156 "Can't set regulator to 1.8V is XPD_SDIO_TIEH efuse is already burned"
171 "by burning additional efuse XPD_SDIO_TIEH"
174 "The following efuses are burned: XPD_SDIO_FORCE, XPD_SDIO_REG, XPD_SDIO_TIEH."
Dfields.py250 elif self["XPD_SDIO_TIEH"].get() == 0:
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv28 WR_DIS.XPD_SDIO_TIEH, EFUSE_BLK0, 5, 1, [WR_DIS.SDIO_TIEH] wr_dis of…
94 XPD_SDIO_TIEH, EFUSE_BLK0, 143, 1, [SDIO_TIEH] If XPD_SDIO_FORC…
Desp_efuse_table.c86 {EFUSE_BLK0, 5, 1}, // [WR_DIS.SDIO_TIEH] wr_dis of XPD_SDIO_TIEH,
334 static const esp_efuse_desc_t XPD_SDIO_TIEH[] = { variable
529 &WR_DIS_XPD_SDIO_TIEH[0], // [WR_DIS.SDIO_TIEH] wr_dis of XPD_SDIO_TIEH
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.rst87XPD_SDIO_TIEH (BLOCK0): If XPD_SDIO_FORCE & XPD_SDIO_REG …
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dset-flash-voltage-cmd.rst8 {IDF_TARGET_VDD_TIEH:default="VDD_SPI_TIEH",esp32="XPD_SDIO_TIEH"}
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py55 VDD_SPI_TIEH = 1 << 15 # XPD_SDIO_TIEH
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_struct.h364 /** xpd_sdio_tieh : R; bitpos: [15]; default: 0;
367 uint32_t xpd_sdio_tieh:1; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml26XPD_SDIO_TIEH : {show: y, blk : 0, word: 4, pos: 15, len : 1, start: 143, type : bool…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py388 XPD_SDIO_FORCE XPD_SDIO_REG XPD_SDIO_TIEH SPI_PAD_CONFIG_CLK
530 "Can't set regulator to 1.8V is XPD_SDIO_TIEH efuse is already burned"