Searched full:xpd_sdio_reg (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 27 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: …
|
D | esp_efuse_table.c | 82 {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/ |
D | summary_ESP32.rst | 86 …XPD_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/ |
D | operations.py | 146 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."
|
D | fields.py | 248 elif self["XPD_SDIO_REG"].get() == 0:
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 138 * 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
|
D | efuse_reg.h | 192 * 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
|
D | rtc_cntl_struct.h | 317 …uint32_t xpd_sdio: 1; /*SW option for XPD_SDIO_REG. Only active when reg_sd…
|
D | rtc_cntl_reg.h | 977 /*description: SW option for XPD_SDIO_REG. Only active when reg_sdio_force = 1*/
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 25 …XPD_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/ |
D | set-flash-voltage-cmd.rst | 9 {IDF_TARGET_VDD_REG:default="VDD_SPI_XPD",esp32="XPD_SDIO_REG"}
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 54 VDD_SPI_XPD = 1 << 14 # XPD_SDIO_REG
|
/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 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"
|