Home
last modified time | relevance | path

Searched full:psram_cap (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv82 WR_DIS.PSRAM_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of PSRAM_CAP
206 PSRAM_CAP, EFUSE_BLK1, 131, 2, [] PSRAM capacity {0: "None"…
Desp_efuse_table.c291 {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/
Desp32c61.yaml60PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
Desp32c5.yaml76PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
Desp32c5beta3.yaml76PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 19, len : 3, start : 83, type…
Desp32p4.yaml82PSRAM_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
Desp32s3.yaml90PSRAM_CAP : {show: y, blk : 1, word: 4, pos : 3, len : 2, start: 131, type…
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h626 /** psram_cap : R; bitpos: [4:3]; default: 0;
629 uint32_t psram_cap:2; member