Searched full:flash_page_size (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/ |
D | stub_flasher.h | 19 #define FLASH_PAGE_SIZE 256 macro
|
/hal_espressif-3.7.0/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 56 WR_DIS.FLASH_PAGE_SIZE, EFUSE_BLK0, 18, 1, [] wr_dis of FLASH_PAGE_SIZE 170 FLASH_PAGE_SIZE, EFUSE_BLK0, 138, 2, [] Set Flash page size
|
D | esp_efuse_table.c | 187 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FLASH_PAGE_SIZE, 642 static const esp_efuse_desc_t FLASH_PAGE_SIZE[] = { variable 1094 &WR_DIS_FLASH_PAGE_SIZE[0], // [] wr_dis of FLASH_PAGE_SIZE 1664 &FLASH_PAGE_SIZE[0], // [] Set Flash page size
|
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/ |
D | apb_ctrl_struct.h | 253 …uint32_t flash_page_size : 2; /*Set the page size of the used MSPI flash. 0: 256… member
|
D | syscon_struct.h | 253 …uint32_t flash_page_size : 2; /*Set the page size of the used MSPI flash. 0: 256… member
|
D | efuse_struct.h | 455 /** flash_page_size : RO; bitpos: [11:10]; default: 0; 458 uint32_t flash_page_size:2; member
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S3.rst | 34 …FLASH_PAGE_SIZE (BLOCK0) Set Flash page size …
|
D | summary_ESP32-P4.rst | 55 …FLASH_PAGE_SIZE (BLOCK0) Set flash page size …
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ |
D | stub_flasher.c | 528 FLASH_PAGE_SIZE, FLASH_STATUS_MASK); in stub_main()
|
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 399 /** flash_page_size : RO; bitpos: [11:10]; default: 0; 402 uint32_t flash_page_size:2; member 1834 * If any bits in FLASH_PAGE_SIZE is 1, then it indicates a programming error.
|
D | efuse_reg.h | 2124 * If any bits in FLASH_PAGE_SIZE is 1, then it indicates a programming error.
|
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 50 …FLASH_PAGE_SIZE : {show: n, blk : 0, word: 4, pos: 10, len : 2, start: 138, type…
|
D | esp32p4.yaml | 45 …FLASH_PAGE_SIZE : {show: y, blk : 0, word: 3, pos: 24, len : 2, start: 120, type…
|
D | esp32s3.yaml | 63 …FLASH_PAGE_SIZE : {show: y, blk : 0, word: 4, pos: 10, len : 2, start: 138, type…
|