Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/
Dff.c234 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } argument
242 #define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } argument
244 #define LEAVE_FF(fs, res) return res argument
263 #define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ argument
265 #define SS(fs) ((fs)->ssize) /* Variable sector size */ argument
286 FATFS *fs; /* Object ID 1, volume (NULL:blank entry) */ member
499 #define INIT_NAMBUF(fs) argument
522 #define INIT_NAMBUF(fs) argument
529 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; } argument
533 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; } argument
[all …]
/fatfs-2.7.6/include/
Dff.h184 FATFS* fs; /* Pointer to the hosting volume of this object */ member