Searched full:psram_cap (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 82 WR_DIS.PSRAM_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of PSRAM_CAP 206 PSRAM_CAP, EFUSE_BLK1, 131, 2, [] PSRAM capacity {0: "None"…
|
D | esp_efuse_table.c | 291 {EFUSE_BLK0, 20, 1}, // [] wr_dis of PSRAM_CAP, 771 static const esp_efuse_desc_t PSRAM_CAP[] = { variable 1272 &WR_DIS_PSRAM_CAP[0], // [] wr_dis of PSRAM_CAP 1872 &PSRAM_CAP[0], // [] PSRAM capacity {0: "None"; 1: "8M"; 2: "2M"}
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 60 …PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
|
D | esp32c5.yaml | 76 …PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
|
D | esp32c5beta3.yaml | 76 …PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
|
D | esp32p4.yaml | 82 …PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
|
D | esp32s3.yaml | 90 …PSRAM_CAP : {show: y, blk : 1, word: 4, pos : 3, len : 2, start: 131, type…
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 626 /** psram_cap : R; bitpos: [4:3]; default: 0; 629 uint32_t psram_cap:2; member
|