Home
last modified time | relevance | path

Searched refs:CONFIG_WL_SECTOR_SIZE (Results 1 – 25 of 79) sorted by relevance

1234

/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/
Dtest_spiffs.cpp37 cfg.log_block_size = CONFIG_WL_SECTOR_SIZE; in init_spiffs()
40 cfg.phys_erase_block = CONFIG_WL_SECTOR_SIZE; in init_spiffs()
164 …_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CONFIG_…
216 …_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CONFIG_…
/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/
Dtest_wl.cpp22 …_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CONFIG_…
36 REQUIRE(sector_size == CONFIG_WL_SECTOR_SIZE);
95 …_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CONFIG_…
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/
Dtest_fatfs.cpp16 …_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CONFIG_…
/hal_espressif-3.6.0/components/wear_levelling/
Dwear_levelling.cpp90 cfg.fat_sector_size = CONFIG_WL_SECTOR_SIZE; in wl_mount()
110 #if CONFIG_WL_SECTOR_SIZE == 512 in wl_mount()
131 #if CONFIG_WL_SECTOR_SIZE == 4096 in wl_mount()
/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/sdkconfig/
Dsdkconfig.h3 #define CONFIG_WL_SECTOR_SIZE 4096 macro
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/sdkconfig/
Dsdkconfig.h3 #define CONFIG_WL_SECTOR_SIZE 4096 macro
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/sdkconfig/
Dsdkconfig.h15 #define CONFIG_WL_SECTOR_SIZE 4096 macro
/hal_espressif-3.6.0/examples/storage/wear_levelling/main/
Dwear_levelling_example_main.c36 .allocation_unit_size = CONFIG_WL_SECTOR_SIZE in app_main()
/hal_espressif-3.6.0/components/fatfs/src/
Dffconf.h213 #define FF_SS_WL CONFIG_WL_SECTOR_SIZE
/hal_espressif-3.6.0/examples/build_system/cmake/import_lib/main/
Dmain.cpp29 mount_config.allocation_unit_size = CONFIG_WL_SECTOR_SIZE; in app_main()
/hal_espressif-3.6.0/examples/storage/ext_flash_fatfs/main/
Dext_flash_fatfs_example_main.c166 .allocation_unit_size = CONFIG_WL_SECTOR_SIZE in example_mount_fatfs()
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_spiflash.c90 CONFIG_WL_SECTOR_SIZE, in esp_vfs_fat_spiflash_mount()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h344 #define CONFIG_WL_SECTOR_SIZE 4096 macro
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsdkconfig542 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp32c3990 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/
Dsdkconfig.defaults.esp32c31004 CONFIG_WL_SECTOR_SIZE=4096

1234