Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h377 #define FM_FAT32 0x02 macro
A Dff.c5466 if (opt & FM_FAT32) { /* FAT32 possible? */
5467 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
5693 if ((opt & FM_FAT32)) {
/AliOS-Things-master/components/fatfs/include/
A Dff.h342 #define FM_FAT32 0x02 macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat.c108 res = f_mkfs(&vfs->fatfs, FM_FAT32, 0, working_buf, sizeof(working_buf)); in fat_vfs_mkfs()
/AliOS-Things-master/components/fatfs/src/
A Dff.c5411 if (opt & FM_FAT32) { /* FAT32 possible? */
5412 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
5638 if ((opt & FM_FAT32)) {

Completed in 28 milliseconds