Searched full:pin_power_selection (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 50 WR_DIS.PIN_POWER_SELECTION, EFUSE_BLK0, 18, 1, [] wr_dis of PIN_POWER_SELEC… 154 PIN_POWER_SELECTION, EFUSE_BLK0, 136, 1, [] Set default power supply …
|
D | esp_efuse_table.c | 163 {EFUSE_BLK0, 18, 1}, // [] wr_dis of PIN_POWER_SELECTION, 578 static const esp_efuse_desc_t PIN_POWER_SELECTION[] = { variable 984 &WR_DIS_PIN_POWER_SELECTION[0], // [] wr_dis of PIN_POWER_SELECTION 1504 …&PIN_POWER_SELECTION[0], // [] Set default power supply for GPIO33-GPIO37; set when SPI flash…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 54 WR_DIS.PIN_POWER_SELECTION, EFUSE_BLK0, 18, 1, [] wr_dis of PIN_POWER_SELEC… 174 PIN_POWER_SELECTION, EFUSE_BLK0, 136, 1, [] Set default power supply …
|
D | esp_efuse_table.c | 179 {EFUSE_BLK0, 18, 1}, // [] wr_dis of PIN_POWER_SELECTION, 658 static const esp_efuse_desc_t PIN_POWER_SELECTION[] = { variable 1132 &WR_DIS_PIN_POWER_SELECTION[0], // [] wr_dis of PIN_POWER_SELECTION 1732 …&PIN_POWER_SELECTION[0], // [] Set default power supply for GPIO33-GPIO37; set when SPI flash…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 44 …PIN_POWER_SELECTION (BLOCK0) Set default power supply for GPIO33-GPIO37; set…
|
D | summary_ESP32-S3.rst | 20 …PIN_POWER_SELECTION (BLOCK0) Set default power supply for GPIO33-GPIO37; set…
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 391 /** pin_power_selection : RO; bitpos: [8]; default: 0; 394 uint32_t pin_power_selection:1; member 1826 * If PIN_POWER_SELECTION is 1, then it indicates a programming error.
|
D | efuse_reg.h | 2110 * If PIN_POWER_SELECTION is 1, then it indicates a programming error.
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 433 /** pin_power_selection : RO; bitpos: [8]; default: 0; 437 uint32_t pin_power_selection:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 447 /** pin_power_selection : RO; bitpos: [8]; default: 0; 450 uint32_t pin_power_selection:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 48 …PIN_POWER_SELECTION : {show: n, blk : 0, word: 4, pos : 8, len : 1, start: 136, type…
|
D | esp32s2.yaml | 59 …PIN_POWER_SELECTION : {show: y, blk : 0, word: 4, pos : 8, len : 1, start: 136, type …
|
D | esp32s3.yaml | 61 …PIN_POWER_SELECTION : {show: y, blk : 0, word: 4, pos : 8, len : 1, start: 136, type…
|