Searched full:psram_vendor (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 84 WR_DIS.PSRAM_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of PSRAM_VENDOR 208 PSRAM_VENDOR, EFUSE_BLK1, 135, 2, [] PSRAM vendor {0: "None"; …
|
D | esp_efuse_table.c | 299 {EFUSE_BLK0, 20, 1}, // [] wr_dis of PSRAM_VENDOR, 779 static const esp_efuse_desc_t PSRAM_VENDOR[] = { variable 1282 &WR_DIS_PSRAM_VENDOR[0], // [] wr_dis of PSRAM_VENDOR 1882 &PSRAM_VENDOR[0], // [] PSRAM vendor {0: "None"; 1: "AP_3v3"; 2: "AP_1v8"}
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 61 …PSRAM_VENDOR : {show: y, blk : 1, word: 2, pos: 22, len : 2, start : 86, type…
|
D | esp32c5.yaml | 77 …PSRAM_VENDOR : {show: y, blk : 1, word: 2, pos: 22, len : 2, start : 86, type…
|
D | esp32c5beta3.yaml | 77 …PSRAM_VENDOR : {show: y, blk : 1, word: 2, pos: 22, len : 2, start : 86, type…
|
D | esp32p4.yaml | 84 …PSRAM_VENDOR : {show: y, blk : 1, word: 2, pos: 18, len : 2, start : 82, type…
|
D | esp32s3.yaml | 92 …PSRAM_VENDOR : {show: y, blk : 1, word: 4, pos : 7, len : 2, start: 135, type…
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 634 /** psram_vendor : R; bitpos: [8:7]; default: 0; 637 uint32_t psram_vendor:2; member
|