Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c764 int nf; in tchar2uni() local
769 uc &= 0x1F; nf = 1; in tchar2uni()
772 uc &= 0x0F; nf = 2; in tchar2uni()
775 uc &= 0x07; nf = 3; in tchar2uni()
785 } while (--nf != 0); in tchar2uni()
4979 BYTE nf, nn; local
4991 nf = fs->dirbuf[XDIR_NumSec]; nn = fs->dirbuf[XDIR_NumName];
4994 fs->dirbuf[XDIR_NumSec] = nf; fs->dirbuf[XDIR_NumName] = nn;