Searched full:xpd_sdio_force (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 29 WR_DIS.XPD_SDIO_FORCE, EFUSE_BLK0, 5, 1, [WR_DIS.SDIO_FORCE] wr_dis o… 94 … EFUSE_BLK0, 143, 1, [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG… 95 XPD_SDIO_FORCE, EFUSE_BLK0, 144, 1, [SDIO_FORCE] Ignore MTDI pin…
|
D | esp_efuse_table.c | 90 {EFUSE_BLK0, 5, 1}, // [WR_DIS.SDIO_FORCE] wr_dis of XPD_SDIO_FORCE, 335 {EFUSE_BLK0, 143, 1}, // [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG {1: "3.3V"; 0: "1.8V"}, 338 static const esp_efuse_desc_t XPD_SDIO_FORCE[] = { variable 534 &WR_DIS_XPD_SDIO_FORCE[0], // [WR_DIS.SDIO_FORCE] wr_dis of XPD_SDIO_FORCE 839 &XPD_SDIO_TIEH[0], // [SDIO_TIEH] If XPD_SDIO_FORCE & XPD_SDIO_REG {1: "3.3V"; 0: "1.8V"} 844 &XPD_SDIO_FORCE[0], // [SDIO_FORCE] Ignore MTDI pin (GPIO12) for VDD_SDIO on reset
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 144 sdio_force = efuses["XPD_SDIO_FORCE"] 162 "The following efuse is burned: XPD_SDIO_FORCE.\n" 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."
|
D | fields.py | 246 if self["XPD_SDIO_FORCE"].get() == 0:
|
/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 … 88 …XPD_SDIO_FORCE (BLOCK0): Ignore MTDI pin (GPIO12) for VDD_SDIO on reset …
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 142 * If XPD_SDIO_FORCE & XPD_SDIO_REG 365 * If XPD_SDIO_FORCE & XPD_SDIO_REG 368 /** xpd_sdio_force : R; bitpos: [16]; default: 0; 371 uint32_t xpd_sdio_force:1; member
|
D | efuse_reg.h | 199 * If XPD_SDIO_FORCE & XPD_SDIO_REG 524 * If XPD_SDIO_FORCE & XPD_SDIO_REG
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | set-flash-voltage-cmd.rst | 7 {IDF_TARGET_VDD_FORCE:default="VDD_SPI_FORCE",esp32="XPD_SDIO_FORCE"}
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 26 … : SDIO_TIEH, dict: '{1: "3.3V", 0: "1.8V"}', desc: If XPD_SDIO_FORCE & XPD_SDIO_REG… 27 …XPD_SDIO_FORCE : {show: y, blk : 0, word: 4, pos: 16, len : 1, start: 144, type : bool…
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 56 VDD_SPI_FORCE = 1 << 16 # XPD_SDIO_FORCE
|
/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
|