Searched refs:f_mkfs (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00history.txt | 47 Added f_mkfs(). 59 Fixed an endian sensitive code in f_mkfs(). 74 Changed arguments of f_read(), f_write() and f_mkfs(). 75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO. 102 Added auto cluster size selection to f_mkfs(). 152 Fixed f_mkfs() creates wrong FAT32 volume. 167 f_mkfs() supports multiple partition to complete the multiple partition feature. 194 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write(). 260 Added support for creating exFAT volume with some changes of f_mkfs(). 263 Fixed f_mkfs() creates wrong volume. (appeared at R0.12) [all …]
|
D | ff.h | 310 FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volum…
|
D | ff.c | 5531 FRESULT f_mkfs ( function
|
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/ |
D | test_fatfs.cpp | 46 fr_result = f_mkfs("", FM_ANY, 0, work_area, sizeof(work_area)); // Use default volume
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host_vfs.c | 37 FRESULT err = f_mkfs(drv, FM_ANY | FM_SFD, cluster_size, workbuf, workbuf_size); in msc_format_storage()
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/ |
D | fatfs.rst | 28 3. 调用 FatFs 函数 ``f_mount``,随后调用 ``f_fdisk`` 或 ``f_mkfs``,并使用与传递到 :cpp:func:`esp_vfs_fat_register` 相…
|
/hal_espressif-3.6.0/components/fatfs/vfs/ |
D | vfs_fat_spiflash.c | 93 fresult = f_mkfs(drv, FM_ANY | FM_SFD, alloc_unit_size, workbuf, workbuf_size); in esp_vfs_fat_spiflash_mount()
|
D | vfs_fat_sdmmc.c | 167 res = f_mkfs(drv, FM_ANY, alloc_unit_size, workbuf, workbuf_size); in partition_card()
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | fatfs.rst | 28 3. Call the FatFs function ``f_mount``, and optionally ``f_fdisk``, ``f_mkfs``, to mount the filesy…
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 35106 .rodata.f_mkfs.str1.4 39873 .literal.f_mkfs 44652 .text.f_mkfs 0x00000000400da534 0x6f2 esp-idf/fatfs/libfatfs.a(ff.c.obj) 44654 0x00000000400da534 f_mkfs 69214 f_mkfs esp-idf/fatfs/libfatfs.a(ff.c.obj)
|
D | overflow_esp32s2.map | 35944 .rodata.f_mkfs.str1.4 40721 .literal.f_mkfs 45703 .text.f_mkfs 0x000000004008aea4 0x6f2 esp-idf/fatfs/libfatfs.a(ff.c.obj) 45705 0x000000004008aea4 f_mkfs 70297 f_mkfs esp-idf/fatfs/libfatfs.a(ff.c.obj)
|