Home
last modified time | relevance | path

Searched full:flash_page_size (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/
Dstub_flasher.h19 #define FLASH_PAGE_SIZE 256 macro
/hal_espressif-3.7.0/components/efuse/esp32s3/
Desp_efuse_table.csv56 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
Desp_efuse_table.c187 {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/
Dapb_ctrl_struct.h253 …uint32_t flash_page_size : 2; /*Set the page size of the used MSPI flash. 0: 256… member
Dsyscon_struct.h253 …uint32_t flash_page_size : 2; /*Set the page size of the used MSPI flash. 0: 256… member
Defuse_struct.h455 /** 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/
Dsummary_ESP32-S3.rst34FLASH_PAGE_SIZE (BLOCK0) Set Flash page size …
Dsummary_ESP32-P4.rst55FLASH_PAGE_SIZE (BLOCK0) Set flash page size …
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
Dstub_flasher.c528 FLASH_PAGE_SIZE, FLASH_STATUS_MASK); in stub_main()
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Defuse_struct.h399 /** 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.
Defuse_reg.h2124 * 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/
Desp32c3.yaml50FLASH_PAGE_SIZE : {show: n, blk : 0, word: 4, pos: 10, len : 2, start: 138, type…
Desp32p4.yaml45FLASH_PAGE_SIZE : {show: y, blk : 0, word: 3, pos: 24, len : 2, start: 120, type…
Desp32s3.yaml63FLASH_PAGE_SIZE : {show: y, blk : 0, word: 4, pos: 10, len : 2, start: 138, type…