Home
last modified time | relevance | path

Searched refs:format_if_mount_failed (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-3.4.0/components/fatfs/test/
Dtest_fatfs_sdmmc.c61 .format_if_mount_failed = true, in test_setup()
82 .format_if_mount_failed = false,
233 .format_if_mount_failed = write, in sdmmc_speed_test()
247 .format_if_mount_failed = true,
378 .format_if_mount_failed = write, in sdspi_speed_test()
Dtest_fatfs_spiflash.c38 .format_if_mount_failed = true, in test_setup()
92 .format_if_mount_failed = true,
/hal_espressif-3.4.0/examples/protocols/http_server/file_serving/main/
Dmain.c90 .format_if_mount_failed = true in init_spiffs()
126 .format_if_mount_failed = true, in sdcard_mount()
128 .format_if_mount_failed = false, in sdcard_mount()
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/main/
Desp_rest_main.c72 .format_if_mount_failed = true, in init_fs()
100 .format_if_mount_failed = false in init_fs()
/hal_espressif-3.4.0/examples/storage/sd_card/sdmmc/main/
Dsd_card_example_main.c32 .format_if_mount_failed = true, in app_main()
34 .format_if_mount_failed = false, in app_main()
DKconfig.projbuild7 …If this config item is set, format_if_mount_failed will be set to true and the card will be format…
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c39 .format_if_mount_failed = false,
308 mount_config.format_if_mount_failed = true; in check_formatting()
312 mount_config.format_if_mount_failed = false; in check_formatting()
/hal_espressif-3.4.0/examples/storage/sd_card/sdspi/main/
Dsd_card_example_main.c63 .format_if_mount_failed = true, in app_main()
65 .format_if_mount_failed = false, in app_main()
DKconfig.projbuild7 …If this config item is set, format_if_mount_failed will be set to true and the card will be format…
/hal_espressif-3.4.0/components/vfs/test/
Dtest_vfs_append.c93 .format_if_mount_failed = true,
109 .format_if_mount_failed = true
Dtest_vfs_access.c74 .format_if_mount_failed = true, in test_spi_flash_setup()
/hal_espressif-3.4.0/components/spiffs/include/
Desp_spiffs.h32 …bool format_if_mount_failed; /*!< If true, it will format the file system if it fails to mount.… member
/hal_espressif-3.4.0/examples/ethernet/iperf/main/
Dethernet_example_main.c31 .format_if_mount_failed = true in initialize_filesystem()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_console_main.c37 .format_if_mount_failed = true in initialize_filesystem()
/hal_espressif-3.4.0/components/fatfs/vfs/
Desp_vfs_fat.h80 bool format_if_mount_failed; member
/hal_espressif-3.4.0/examples/storage/wear_levelling/main/
Dwear_levelling_example_main.c35 .format_if_mount_failed = true, in app_main()
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_tools/main/
Di2ctools_example_main.c31 .format_if_mount_failed = true in initialize_filesystem()
/hal_espressif-3.4.0/examples/build_system/cmake/import_lib/main/
Dmain.cpp28 mount_config.format_if_mount_failed = true; in app_main()
/hal_espressif-3.4.0/examples/system/console/basic/main/
Dconsole_example_main.c45 .format_if_mount_failed = true in initialize_filesystem()
/hal_espressif-3.4.0/examples/storage/spiffs/main/
Dspiffs_example_main.c27 .format_if_mount_failed = true in app_main()
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c65 .format_if_mount_failed = true in initialize_filesystem()
250 .format_if_mount_failed = true, in mount()
/hal_espressif-3.4.0/examples/storage/spiffsgen/main/
Dspiffsgen_example_main.c92 .format_if_mount_failed = false in app_main()
/hal_espressif-3.4.0/examples/system/console/advanced/main/
Dconsole_example_main.c45 .format_if_mount_failed = true in initialize_filesystem()
/hal_espressif-3.4.0/components/spiffs/test/
Dtest_spiffs.c458 .format_if_mount_failed = true in test_setup()
512 .format_if_mount_failed = false
541 .format_if_mount_failed = true,
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host_vfs.c90 if (mount_config->format_if_mount_failed && in msc_host_vfs_register()

12