ENTER_FF is only used within FatFs.
 
Symbols
loading...
Files
loading...

ENTER_FF macro

Syntax

#define ENTER_FF(fs) { if (!lock_fs(fs)) return FR_TIMEOUT; }

Arguments

fs

References

LocationText
ff.c:463
#define ENTER_FF(fs) { if (!lock_fs(fs)) return FR_TIMEOUT; }
ff.c:466
#define ENTER_FF(fs)
ff.c:3017
ENTER_FF(fs); /* Lock the volume */