Home
last modified time | relevance | path

Searched refs:FM_SFD (Results 1 – 2 of 2) sorted by relevance

/third_party/FatFs/source/
Dff.h579 #define FM_SFD 0x08 macro
Dff.c5669 fsopt = opt->fmt & (FM_ANY | FM_SFD);
5742 …b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_AB…
5976 if (!(fsopt & FM_SFD)) { /* Create partition table if not in SFD */
6046 fsopt = opt->fmt & (FM_ANY | FM_SFD);
6113 …b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_AB…
6347 if (!(fsopt & FM_SFD)) { /* Create partition table if not in SFD */