Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c157 #define LDIR_Ord 0 /* LFN: LFN order and LLE flag (BYTE) */ macro
1882 i = ((dir[LDIR_Ord] & 0x3F) - 1) * 13; /* Offset in the LFN buffer */
1896 …if ((dir[LDIR_Ord] & LLEF) && wc && lfnbuf[i]) return 0; /* Last segment matched but different len…
1918 i = ((dir[LDIR_Ord] & ~LLEF) - 1) * 13; /* Offset in the LFN buffer */
1930 …if (dir[LDIR_Ord] & LLEF && wc != 0) { /* Put terminator if it is the last LFN part and not termin…
1969 dir[LDIR_Ord] = ord; /* Set the LFN order */