Home
last modified time | relevance | path

Searched refs:FM_FAT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat.c106 FRESULT res = f_mkfs(&vfs->fatfs, FM_FAT | FM_SFD, 0, working_buf, sizeof(working_buf)); in fat_vfs_mkfs()
380 res = f_mkfs(&self->fatfs, FM_FAT | FM_SFD, 0, working_buf, sizeof(working_buf)); in vfs_fat_mount()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h376 #define FM_FAT 0x01 macro
A Dff.c5467 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
5471 if (!(opt & FM_FAT)) LEAVE_MKFS(FR_INVALID_PARAMETER); /* no-FAT? */
/AliOS-Things-master/components/fatfs/include/
A Dff.h341 #define FM_FAT 0x01 macro
/AliOS-Things-master/components/fatfs/src/
A Dff.c5412 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
5416 if (!(opt & FM_FAT)) return FR_INVALID_PARAMETER; /* no-FAT? */

Completed in 29 milliseconds