/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-efuse-cmd.rst | 25 > espefuse.py --port /dev/ttyUSB0 burn_efuse DIS_USB_JTAG 1 VDD_SPI_AS_GPIO 1 31 - VDD_SPI_AS_GPIO 36 - 'VDD_SPI_AS_GPIO' (Set this bit to vdd spi pin function as gpio) 0b0 -> 0b1
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 97 WR_DIS.VDD_SPI_AS_GPIO, EFUSE_BLK0, 30, 1, [] wr_dis of VDD_SPI_AS_GPIO 118 VDD_SPI_AS_GPIO, EFUSE_BLK0, 58, 1, [] Set this bit to vdd spi p…
|
D | esp_efuse_table.c | 351 {EFUSE_BLK0, 30, 1}, // [] wr_dis of VDD_SPI_AS_GPIO, 434 static const esp_efuse_desc_t VDD_SPI_AS_GPIO[] = { variable 1139 &WR_DIS_VDD_SPI_AS_GPIO[0], // [] wr_dis of VDD_SPI_AS_GPIO 1244 &VDD_SPI_AS_GPIO[0], // [] Set this bit to vdd spi pin function as gpio
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 101 WR_DIS.VDD_SPI_AS_GPIO, EFUSE_BLK0, 30, 1, [] wr_dis of VDD_SPI_AS_GPIO 124 VDD_SPI_AS_GPIO, EFUSE_BLK0, 58, 1, [] Represents whether vdd sp…
|
D | esp_efuse_table.c | 367 {EFUSE_BLK0, 30, 1}, // [] wr_dis of VDD_SPI_AS_GPIO, 458 static const esp_efuse_desc_t VDD_SPI_AS_GPIO[] = { variable 1192 &WR_DIS_VDD_SPI_AS_GPIO[0], // [] wr_dis of VDD_SPI_AS_GPIO 1307 …&VDD_SPI_AS_GPIO[0], // [] Represents whether vdd spi pin is functioned as gpio. 1: functione…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 102 WR_DIS.VDD_SPI_AS_GPIO, EFUSE_BLK0, 30, 1, [] wr_dis of VDD_SPI_AS_GPIO 123 VDD_SPI_AS_GPIO, EFUSE_BLK0, 58, 1, [] Represents whether vdd sp…
|
D | esp_efuse_table.c | 371 {EFUSE_BLK0, 30, 1}, // [] wr_dis of VDD_SPI_AS_GPIO, 454 static const esp_efuse_desc_t VDD_SPI_AS_GPIO[] = { variable 1205 &WR_DIS_VDD_SPI_AS_GPIO[0], // [] wr_dis of VDD_SPI_AS_GPIO 1310 …&VDD_SPI_AS_GPIO[0], // [] Represents whether vdd spi pin is functioned as gpio. 1: functione…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 149 …VDD_SPI_AS_GPIO (BLOCK0) Represents whether vdd spi pin is functioned as…
|
D | summary_ESP32-H2.rst | 149 …VDD_SPI_AS_GPIO (BLOCK0) Represents whether vdd spi pin is functioned as…
|
D | summary_ESP32-C3.rst | 150 …VDD_SPI_AS_GPIO (BLOCK0) Set this bit to vdd spi pin function as gpio …
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 253 /** vdd_spi_as_gpio : RO; bitpos: [26]; default: 0; 257 uint32_t vdd_spi_as_gpio:1; member 1693 * Indicates a programming error of VDD_SPI_AS_GPIO.
|
D | efuse_reg.h | 1906 * Indicates a programming error of VDD_SPI_AS_GPIO.
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 250 /** vdd_spi_as_gpio : RO; bitpos: [26]; default: 0; 254 uint32_t vdd_spi_as_gpio:1; member 1690 * Indicates a programming error of VDD_SPI_AS_GPIO.
|
D | efuse_reg.h | 1894 * Indicates a programming error of VDD_SPI_AS_GPIO.
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 246 /** vdd_spi_as_gpio : RO; bitpos: [26]; default: 0; 249 uint32_t vdd_spi_as_gpio:1; member 1687 * If VDD_SPI_AS_GPIO is 1, then it indicates a programming error.
|
D | efuse_reg.h | 1899 * If VDD_SPI_AS_GPIO is 1, then it indicates a programming error.
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 16 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 20, len : 1, start : 52, type…
|
D | esp32c3.yaml | 20 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|
D | esp32c5.yaml | 20 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|
D | esp32c5beta3.yaml | 20 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|
D | esp32c6.yaml | 20 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|
D | esp32h2.yaml | 20 …VDD_SPI_AS_GPIO : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|