Home
last modified time | relevance | path

Searched refs:spi_flash_get_chip_size (Results 1 – 25 of 37) sorted by relevance

12

/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/stubs/esp32/
Dflash_ops.c3 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/
Desp_spi_flash.h5 int spi_flash_get_chip_size(void);
/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/
Dmain.c29 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/
Dhello_world_main.c31 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/
Dhello_world_main.c31 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/
Dsecure_boot_main.c44 printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024), in example_print_chip_info()
Dsecure_boot_main_esp32.c46 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/
DSPI_Flash.cpp26 return spi_flash_get_chip_size(); in chip_size()
/hal_espressif-3.5.0/examples/security/flash_encryption/main/
Dflash_encrypt_main.c65 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/
Desp_spi_flash.h72 size_t spi_flash_get_chip_size(void);
/hal_espressif-3.5.0/components/spi_flash/test/
Dtest_partitions.c132 size_t size_flash_chip = spi_flash_get_chip_size();
Dtest_mmap.c336 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/
Dcmd_system.c66 spi_flash_get_chip_size() / (1024 * 1024), " MB"); in get_version()
/hal_espressif-3.5.0/examples/system/console/advanced/components/cmd_system/
Dcmd_system.c80 spi_flash_get_chip_size() / (1024 * 1024), " MB"); in get_version()
/hal_espressif-3.5.0/components/spi_flash/
Dflash_ops.c237 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()
DREADME_legacy.rst23 - :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/
Drom_32h2.ld167 spi_flash_get_chip_size = 0x400001d8; symbol
Drom_32c6.ld171 spi_flash_get_chip_size = 0x400001e0; symbol
Drom_32h2_beta_1.ld146 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
Drom_32h2_beta_2.ld150 PROVIDE( spi_flash_get_chip_size = 0x4000018c ); symbol
Drom_32c6_beta.ld138 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
Drom_32c3.ld139 PROVIDE( spi_flash_get_chip_size = 0x40000168 ); symbol
/hal_espressif-3.5.0/components/esp_rom/esp32h2/ld/
Desp32h2.rom.ld131 PROVIDE( spi_flash_get_chip_size = 0x40000164 ); symbol
/hal_espressif-3.5.0/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ld124 PROVIDE( spi_flash_get_chip_size = 0x40000168 ); symbol
/hal_espressif-3.5.0/components/esp_rom/esp32s3/ld/
Desp32s3.rom.ld176 PROVIDE( spi_flash_get_chip_size = 0x40000af8 ); symbol

12