Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/fatfs/common/
Dtypes.h212 u32 fatBits; member
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_file.c1396 static const u32 fatBits = 32; in FS_GetSeekCacheSize() local
1397 … retval = (u32)((info.filesize + bytesPerCluster - 1) / bytesPerCluster) * ((fatBits + 4) / 8); in FS_GetSeekCacheSize()