Lines Matching +full:flash +full:- +full:specific
11 specific API or internal functions by introducing file system registration
17 :c:enumerator:`FS_TYPE_EXTERNAL_BASE` to avoid clashes with in-tree identifiers.
19 .. code-block:: c
31 .. code-block:: c
41 - ``FS_FATFS`` is the file system type like FATFS or LittleFS.
42 - ``FATFS_MNTP`` is the mount point where the file system will be mounted.
43 - ``fat_fs`` is the file system data which will be used by fs_mount() API.
54 - :zephyr:code-sample:`fs` is an example of FAT file system usage with SDHC media;
55 - :zephyr:code-sample:`shell-fs` is an example of Shell fs subsystem, using internal flash partition
57 - :zephyr:code-sample:`usb-mass` example of USB Mass Storage device that uses FAT FS driver with RAM
58 or SPI connected FLASH, or LittleFS in flash, depending on the sample configuration.