FRESULT::FR_NOT_ENABLED is only used within FatFs.
 
Symbols
loading...
Files
loading...

FRESULT::FR_NOT_ENABLED

Syntax

FR_NOT_ENABLED;

References

LocationReferrerText
ff.h:227
FR_NOT_ENABLED, /* (12) The volume has no work area */
ff.c:756unlock_fs()
if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) {
ff.c:3015find_volume()
if (!fs) return FR_NOT_ENABLED; /* Is the file system object available? */

Data Use

Functions using FRESULT::FR_NOT_ENABLED
FRESULT::FR_NOT_ENABLED
all items filtered out