Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c235 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } argument
243 #define LEAVE_FF(fs, res) { unlock_volume(fs, res); return res; } argument
245 #define LEAVE_FF(fs, res) return res argument
264 #define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ argument
266 #define SS(fs) ((fs)->ssize) /* Variable sector size */ argument
287 FATFS* fs; /* Object ID 1, volume (NULL:blank entry) */ member
504 #define INIT_NAMBUF(fs) argument
527 #define INIT_NAMBUF(fs) argument
534 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; } argument
538 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; } argument
[all …]
/fatfs-latest/include/
Dff.h182 FATFS* fs; /* Pointer to the hosting volume of this object */ member