Searched full:xpd_sdio_tieh (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 145 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."
|
D | fields.py | 250 elif self["XPD_SDIO_TIEH"].get() == 0:
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 28 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…
|
D | esp_efuse_table.c | 86 {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/ |
D | summary_ESP32.rst | 87 …XPD_SDIO_TIEH (BLOCK0): If XPD_SDIO_FORCE & XPD_SDIO_REG …
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | set-flash-voltage-cmd.rst | 8 {IDF_TARGET_VDD_TIEH:default="VDD_SPI_TIEH",esp32="XPD_SDIO_TIEH"}
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 55 VDD_SPI_TIEH = 1 << 15 # XPD_SDIO_TIEH
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 364 /** 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/ |
D | esp32.yaml | 26 …XPD_SDIO_TIEH : {show: y, blk : 0, word: 4, pos: 15, len : 1, start: 143, type : bool…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 388 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"
|