Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h81 #error exFAT needs to be enabled when enable 64-bit LBA
/fatfs-2.7.6/
Dff.c240 #error Static LFN work area cannot be used in thread-safe configuration
283 #error FF_FS_LOCK must be 0 at read-only configuration
496 #error LFN must be enabled when enable exFAT
922 UINT i, be; in chk_lock() local
925 be = 0; in chk_lock()
932 be = 1; in chk_lock()
936 …return (!be && acc != 2) ? FR_TOO_MANY_OPEN_FILES : FR_OK; /* Is there a blank entry for new objec… in chk_lock()