/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/stubs/esp32/ |
D | flash_ops.c | 3 int spi_flash_get_chip_size(void) in spi_flash_get_chip_size() function
|
/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/stubs/spi_flash/ |
D | esp_spi_flash.h | 5 int spi_flash_get_chip_size(void);
|
/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/ |
D | main.c | 29 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in app_main()
|
/hal_espressif-3.5.0/examples/get-started/hello_world/main/ |
D | hello_world_main.c | 31 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in app_main()
|
/hal_espressif-3.5.0/tools/test_apps/system/gdb_loadable_elf/main/ |
D | hello_world_main.c | 31 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in app_main()
|
/hal_espressif-3.5.0/tools/test_apps/security/secure_boot/main/ |
D | secure_boot_main.c | 44 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in example_print_chip_info()
|
D | secure_boot_main_esp32.c | 46 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in example_print_chip_info()
|
/hal_espressif-3.5.0/components/wear_levelling/ |
D | SPI_Flash.cpp | 26 return spi_flash_get_chip_size(); in chip_size()
|
/hal_espressif-3.5.0/examples/security/flash_encryption/main/ |
D | flash_encrypt_main.c | 65 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in example_print_chip_info()
|
/hal_espressif-3.5.0/components/spi_flash/include/ |
D | esp_spi_flash.h | 72 size_t spi_flash_get_chip_size(void);
|
/hal_espressif-3.5.0/components/spi_flash/test/ |
D | test_partitions.c | 132 size_t size_flash_chip = spi_flash_get_chip_size();
|
D | test_mmap.c | 336 uint32_t flash_pages = spi_flash_get_chip_size() / SPI_FLASH_MMU_PAGE_SIZE;
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/components/cmd_system/ |
D | cmd_system.c | 66 spi_flash_get_chip_size() / (1024 * 1024), " MB"); in get_version()
|
/hal_espressif-3.5.0/examples/system/console/advanced/components/cmd_system/ |
D | cmd_system.c | 80 spi_flash_get_chip_size() / (1024 * 1024), " MB"); in get_version()
|
/hal_espressif-3.5.0/components/spi_flash/ |
D | flash_ops.c | 237 size_t IRAM_ATTR spi_flash_get_chip_size(void) in spi_flash_get_chip_size() function 321 if (size + start_addr > spi_flash_get_chip_size()) { in spi_flash_erase_range()
|
D | README_legacy.rst | 23 - :cpp:func:`spi_flash_get_chip_size` returns flash chip size, in bytes, as configured in menuconfig
|
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32h2.ld | 167 spi_flash_get_chip_size = 0x400001d8; symbol
|
D | rom_32c6.ld | 171 spi_flash_get_chip_size = 0x400001e0; symbol
|
D | rom_32h2_beta_1.ld | 146 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
|
D | rom_32h2_beta_2.ld | 150 PROVIDE( spi_flash_get_chip_size = 0x4000018c ); symbol
|
D | rom_32c6_beta.ld | 138 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
|
D | rom_32c3.ld | 139 PROVIDE( spi_flash_get_chip_size = 0x40000168 ); symbol
|
/hal_espressif-3.5.0/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 131 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
|
/hal_espressif-3.5.0/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 124 PROVIDE( spi_flash_get_chip_size = 0x40000168 ); symbol
|
/hal_espressif-3.5.0/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 176 PROVIDE( spi_flash_get_chip_size = 0x40000af8 ); symbol
|