Searched refs:fatfs (Results 1 – 25 of 32) sorted by relevance
12
6 ESP-IDF 使用 `FatFs <http://elm-chan.org/fsw/ff/00index_e.html>`_ 库来实现 FAT 文件系统。FatFs 库位于 ``fatfs`` 组…14 头文件 :component_file:`fatfs/vfs/esp_vfs_fat.h` 定义了连接 FatFs 和 VFS 的函数。53 头文件 :component_file:`fatfs/vfs/esp_vfs_fat.h` 定义了两个便捷函数 :cpp:func:`esp_vfs_fat_sdmmc_mount` 和 :cpp:…67 头文件 :component_file:`fatfs/vfs/esp_vfs_fat.h` 也定义了两个便捷函数 :cpp:func:`esp_vfs_fat_rawflash_mount` 和 :…
6 - :doc:`FAT 文件系统 <./fatfs>`20 * :component_file:`fatfs/vfs/esp_vfs_fat.h`
9 FAT 文件系统 <fatfs>
3 PRIV_REQUIRES cmock test_utils vfs fatfs4 EMBED_TXTFILES fatfs.img
2 COMPONENT_EMBED_TXTFILES := fatfs.img
6 - :doc:`FAT Filesystem <./fatfs>`20 * :component_file:`fatfs/vfs/esp_vfs_fat.h`
6 …ex_e.html>`_ library to work with FAT filesystems. FatFs resides in the ``fatfs`` component. Altho…14 The header file :component_file:`fatfs/vfs/esp_vfs_fat.h` defines the functions for connecting FatF…53 The header file :component_file:`fatfs/vfs/esp_vfs_fat.h` defines convenience functions :cpp:func:`…67 The header file :component_file:`fatfs/vfs/esp_vfs_fat.h` also defines the convenience functions :c…
9 FAT Filesystem <fatfs>
67 components/fatfs/vfs/vfs_fat_internal.h68 components/fatfs/src/ffconf.h143 components/fatfs/src/diskio.h144 components/fatfs/diskio/diskio_sdmmc.h
1 TEST_COMPONENTS=fatfs
3 REQUIRES usb msc fatfs)
3 PRIV_REQUIRES cmock test_utils vfs fatfs spiffs)
9 REQUIRES usb fatfs )
11 …、擦除和存储器映射相关的 API 函数。磨损均衡组件还具有软件上更高级别的 API 函数,与 :doc:`FAT 文件系统 </api-reference/storage/fatfs>` 协同工作。
10 …which work with the FAT filesystem defined in :doc:`FAT filesystem </api-reference/storage/fatfs>`.
170 $(PROJECT_PATH)/components/fatfs/vfs/esp_vfs_fat.h \171 $(PROJECT_PATH)/components/fatfs/diskio/diskio_impl.h \172 $(PROJECT_PATH)/components/fatfs/diskio/diskio_sdmmc.h \173 $(PROJECT_PATH)/components/fatfs/diskio/diskio_wl.h \174 $(PROJECT_PATH)/components/fatfs/diskio/diskio_rawflash.h \
2 COMPONENT := fatfs
304 FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters …
4637 FATFS** fatfs /* Pointer to return pointer to corresponding filesystem object */ argument4650 *fatfs = fs; /* Return ptr to the fs object */
125 …- ESP-IDF 还支持其它预定义的子类型用于数据存储,包括 :doc:`FAT 文件系统 </api-reference/storage/fatfs>` (:cpp:enumerator:`E…
157 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj)159 esp-idf/fatfs/libfatfs.a(diskio.c.obj)160 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_get_drive)161 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj)162 … esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_register_raw_partition)163 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj)164 … esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_register_wl_partition)165 esp-idf/fatfs/libfatfs.a(ff.c.obj)166 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (f_mount)167 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj)[all …]
151 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj)153 esp-idf/fatfs/libfatfs.a(diskio.c.obj)154 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_get_drive)155 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj)156 … esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_register_raw_partition)157 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj)158 … esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (ff_diskio_register_wl_partition)159 esp-idf/fatfs/libfatfs.a(ff.c.obj)160 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) (f_mount)161 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj)[all …]
5498 LOAD esp-idf/fatfs/libfatfs.a5519 LOAD esp-idf/fatfs/libfatfs.a
40 …ght (C) 2017 ChaN, is licensed under :component_file:`a BSD-style license <fatfs/src/ff.h#L1-L18>`.
125 …ed by ESP-IDF. These include :doc:`FAT filesystem </api-reference/storage/fatfs>` (:cpp:enumerator…