/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 70 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP 173 FLASH_TEMP, EFUSE_BLK1, 131, 2, []
|
D | esp_efuse_table.c | 243 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_TEMP, 636 static const esp_efuse_desc_t FLASH_TEMP[] = { variable 1037 &WR_DIS_FLASH_TEMP[0], // [] wr_dis of FLASH_TEMP 1528 &FLASH_TEMP[0], // []
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 70 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP 174 FLASH_TEMP, EFUSE_BLK1, 123, 2, [] Stores the flash temp
|
D | esp_efuse_table.c | 243 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_TEMP, 640 static const esp_efuse_desc_t FLASH_TEMP[] = { variable 1045 &WR_DIS_FLASH_TEMP[0], // [] wr_dis of FLASH_TEMP 1541 &FLASH_TEMP[0], // [] Stores the flash temp
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 80 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP 204 FLASH_TEMP, EFUSE_BLK1, 126, 2, [] Flash temperature {0: "No…
|
D | esp_efuse_table.c | 283 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_TEMP, 763 static const esp_efuse_desc_t FLASH_TEMP[] = { variable 1262 &WR_DIS_FLASH_TEMP[0], // [] wr_dis of FLASH_TEMP 1862 &FLASH_TEMP[0], // [] Flash temperature {0: "None"; 1: "105C"; 2: "85C"}
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 37 …FLASH_TEMP (BLOCK1) …
|
D | summary_ESP32-H2.rst | 39 …FLASH_TEMP (BLOCK1) …
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 584 /** flash_temp : R; bitpos: [4:3]; default: 0; */ 585 uint32_t flash_temp:2; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 560 /** flash_temp : RO; bitpos: [28:27]; default: 0; 563 uint32_t flash_temp:2; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 609 /** flash_temp : R; bitpos: [31:30]; default: 0; 612 uint32_t flash_temp:2; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 75 …FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 30, len : 2, start: 126, type…
|
D | esp32c6.yaml | 79 …FLASH_TEMP : {show: y, blk : 1, word: 4, pos : 3, len : 2, start: 131, type…
|
D | esp32h2.yaml | 71 …FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 27, len : 2, start: 123, type…
|
D | esp32s3.yaml | 88 …FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 30, len : 2, start: 126, type…
|