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

LfnOfs variable

Syntax

static const BYTE LfnOfs[] = {1,3,5,7,9,14,16,18,20,22,24,28,30};

References

LocationReferrerText
ff.c:1670
const BYTE LfnOfs[] = {1,3,5,7,9,14,16,18,20,22,24,28,30}; /* Offset of LFN characters in the directory entry */
ff.c:1691cmp_lfn()
uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */
ff.c:1727pick_lfn()
uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */
ff.c:1771put_lfn()
st_word(dir + LfnOfs[s], wc); /* Put it */

Data Use

Functions reading LfnOfs
LfnOfs
all items filtered out
Type of LfnOfs
LfnOfs
all items filtered out