Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1167 u32 cache_size; in FSi_FATFS_SetSeekCache() local
1177 cache_size = buf_size - (32 - ((u32)buf & 31)); in FSi_FATFS_SetSeekCache()
1180 cache_size = buf_size; in FSi_FATFS_SetSeekCache()
1182 cache_size = cache_size & ~31; // Reduce to 32 bytes in FSi_FATFS_SetSeekCache()
1184 if( FATFS_SetSeekCache(handle, cache, cache_size) != FALSE) in FSi_FATFS_SetSeekCache()