Home
last modified time | relevance | path

Searched refs:s_wl_handle (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/storage/wear_levelling/main/
Dwear_levelling_example_main.c23 static wl_handle_t s_wl_handle = WL_INVALID_HANDLE; variable
38 esp_err_t err = esp_vfs_fat_spiflash_mount(base_path, "storage", &mount_config, &s_wl_handle); in app_main()
72 ESP_ERROR_CHECK( esp_vfs_fat_spiflash_unmount(base_path, s_wl_handle)); in app_main()
/hal_espressif-3.6.0/examples/build_system/cmake/import_lib/main/
Dmain.cpp17 static wl_handle_t s_wl_handle = WL_INVALID_HANDLE; variable
31 esp_err_t err = esp_vfs_fat_spiflash_mount(base_path, "storage", &mount_config, &s_wl_handle); in app_main()
/hal_espressif-3.6.0/examples/storage/ext_flash_fatfs/main/
Dext_flash_fatfs_example_main.c26 static wl_handle_t s_wl_handle = WL_INVALID_HANDLE; variable
168 …sp_err_t err = esp_vfs_fat_spiflash_mount(base_path, partition_label, &mount_config, &s_wl_handle); in example_mount_fatfs()