Home
last modified time | relevance | path

Searched full:force_send_resume (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv24 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 3, 1, [] wr_dis of FORCE_SEND_RESU…
69 FORCE_SEND_RESUME, EFUSE_BLK0, 45, 1, [] Set this bit to force ROM…
Desp_efuse_table.c59 {EFUSE_BLK0, 3, 1}, // [] wr_dis of FORCE_SEND_RESUME,
238 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
454 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
679 …&FORCE_SEND_RESUME[0], // [] Set this bit to force ROM code to send a resume command during S…
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv45 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 18, 1, [] wr_dis of FORCE_SEND_RESU…
139 FORCE_SEND_RESUME, EFUSE_BLK0, 141, 1, [] Set this bit to force ROM…
Desp_efuse_table.c143 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FORCE_SEND_RESUME,
518 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
879 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
1349 …&FORCE_SEND_RESUME[0], // [] Set this bit to force ROM code to send a resume command during S…
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv49 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 18, 1, [] wr_dis of FORCE_SEND_RESU…
147 FORCE_SEND_RESUME, EFUSE_BLK0, 141, 1, [] Represents whether ROM co…
Desp_efuse_table.c159 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FORCE_SEND_RESUME,
550 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
932 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
1422 …&FORCE_SEND_RESUME[0], // [] Represents whether ROM code is forced to send a resume command d…
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv52 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 18, 1, [] wr_dis of FORCE_SEND_RESU…
156 FORCE_SEND_RESUME, EFUSE_BLK0, 138, 1, [] If set; forces ROM code t…
Desp_efuse_table.c171 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FORCE_SEND_RESUME,
586 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
994 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
1514 …&FORCE_SEND_RESUME[0], // [] If set; forces ROM code to send an SPI flash resume command duri…
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv51 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 18, 1, [] wr_dis of FORCE_SEND_RESU…
150 FORCE_SEND_RESUME, EFUSE_BLK0, 136, 1, [] Represents whether ROM co…
Desp_efuse_table.c167 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FORCE_SEND_RESUME,
562 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
950 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
1445 …&FORCE_SEND_RESUME[0], // [] Represents whether ROM code is forced to send a resume command d…
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv58 WR_DIS.FORCE_SEND_RESUME, EFUSE_BLK0, 18, 1, [] wr_dis of FORCE_SEND_RESU…
178 FORCE_SEND_RESUME, EFUSE_BLK0, 141, 1, [] Set this bit to force ROM…
Desp_efuse_table.c195 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FORCE_SEND_RESUME,
674 static const esp_efuse_desc_t FORCE_SEND_RESUME[] = { variable
1152 &WR_DIS_FORCE_SEND_RESUME[0], // [] wr_dis of FORCE_SEND_RESUME
1752 …&FORCE_SEND_RESUME[0], // [] Set this bit to force ROM code to send a resume command during S…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst18FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
Dsummary_ESP32-C6.rst33FORCE_SEND_RESUME (BLOCK0) Represents whether ROM code is forced to send a…
Dsummary_ESP32-H2.rst35FORCE_SEND_RESUME (BLOCK0) Represents whether ROM code is forced to send a…
Dsummary_ESP32-C3.rst47FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
Dsummary_ESP32-S2.rst56FORCE_SEND_RESUME (BLOCK0) If set; forces ROM code to send an SPI flash re…
Dsummary_ESP32-S3.rst36FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
Dsummary_ESP32-P4.rst61FORCE_SEND_RESUME (BLOCK0) Represents whether ROM code is forced to send a…
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dmem_definition_base.py86 elif includes(name, ["FLASH", "FORCE_SEND_RESUME"]):
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_struct.h214 /** force_send_resume : RO; bitpos: [13]; default: 0;
217 uint32_t force_send_resume:1; member
650 * If any bit in FORCE_SEND_RESUME is 1, then it indicates a programming error.
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c2.yaml13FORCE_SEND_RESUME : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type …
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h430 /** force_send_resume : RO; bitpos: [13]; default: 0;
434 uint32_t force_send_resume:1; member
1856 * Indicates a programming error of FORCE_SEND_RESUME.
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h417 /** force_send_resume : RO; bitpos: [8]; default: 0;
421 uint32_t force_send_resume:1; member
1837 * Indicates a programming error of FORCE_SEND_RESUME.
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h407 /** force_send_resume : RO; bitpos: [13]; default: 0;
410 uint32_t force_send_resume:1; member
1842 * If FORCE_SEND_RESUME is 1, then it indicates a programming error.

12