Home
last modified time | relevance | path

Searched full:flash_temp (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv70 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP
173 FLASH_TEMP, EFUSE_BLK1, 131, 2, []
Desp_efuse_table.c243 {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/
Desp_efuse_table.csv70 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP
174 FLASH_TEMP, EFUSE_BLK1, 123, 2, [] Stores the flash temp
Desp_efuse_table.c243 {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/
Desp_efuse_table.csv80 WR_DIS.FLASH_TEMP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_TEMP
204 FLASH_TEMP, EFUSE_BLK1, 126, 2, [] Flash temperature {0: "No…
Desp_efuse_table.c283 {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/
Dsummary_ESP32-C6.rst37FLASH_TEMP (BLOCK1) …
Dsummary_ESP32-H2.rst39FLASH_TEMP (BLOCK1) …
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h584 /** flash_temp : R; bitpos: [4:3]; default: 0; */
585 uint32_t flash_temp:2; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h560 /** flash_temp : RO; bitpos: [28:27]; default: 0;
563 uint32_t flash_temp:2; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h609 /** flash_temp : R; bitpos: [31:30]; default: 0;
612 uint32_t flash_temp:2; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml75FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 30, len : 2, start: 126, type…
Desp32c6.yaml79FLASH_TEMP : {show: y, blk : 1, word: 4, pos : 3, len : 2, start: 131, type…
Desp32h2.yaml71FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 27, len : 2, start: 123, type…
Desp32s3.yaml88FLASH_TEMP : {show: y, blk : 1, word: 3, pos: 30, len : 2, start: 126, type…