Home
last modified time | relevance | path

Searched refs:FATFS (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_mount.c17 static FATFS fat_fs;
18 static FATFS fat_fs1;
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_fat_mount.c17 static FATFS fat_fs;
/Zephyr-latest/tests/posix/fs/src/
Dtest_fat_mount.c12 static FATFS fat_fs;
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat.h39 extern FATFS fat_fs;
Dcommon.c16 FATFS fat_fs;
/Zephyr-latest/tests/lib/c_lib/stdio/src/
Dmain.c19 static FATFS fat_fs;
/Zephyr-latest/subsys/fs/
Dfat_fs.c419 FATFS *fs; in fatfs_statvfs()
451 res = f_mount((FATFS *)mountp->fs_data, translate_path(mountp->mnt_point), 1); in fatfs_mount()
472 res = f_mount((FATFS *)mountp->fs_data, in fatfs_mount()
499 disk_res = disk_ioctl(((FATFS *)mountp->fs_data)->pdrv, CTRL_POWER, &param); in fatfs_unmount()
DKconfig.fatfs211 how much RAM each FATFS object, used with FAT mount point,
238 int "Memory alignment for the member \"win\" in FATFS"
246 buffer is internal element of FATFS structure, which means
247 that, in worst scenario, value provided here may cause FATFS
Dshell.c29 FATFS fat_fs;
/Zephyr-latest/samples/subsys/fs/fs_sample/src/
Dmain.c33 static FATFS fat_fs;
/Zephyr-latest/samples/subsys/usb/mass/src/
Dmain.c114 static FATFS fat_fs; in mount_app_fs()
/Zephyr-latest/doc/services/file_system/
Dindex.rst41 - ``FS_FATFS`` is the file system type like FATFS or LittleFS.
/Zephyr-latest/tests/drivers/disk/disk_access/src/
Dmain.c68 static FATFS fat_fs;
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst277 * ``ZEP-1338`` - Update external fs with new FATFS revision 0.12b
Drelease-notes-3.4.rst843 * NVME disks are now supported using FATFS, with a single I/O queue enabled
Drelease-notes-2.5.rst757 built with none or one of two supported file systems, LittleFS or FATFS.