gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatGetConfiguration (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
6170:         /* Get FAT FS configuration parameters : global */
6171:         fatGetConfiguration(SYSCONF_MaxOpenF, &MaxOpenF);
6172:         fatGetConfiguration(SYSCONF_TaskStackSize, &TaskStackSize);
6173:         fatGetConfiguration(SYSCONF_CacheFATMemorySize, &CacheFATMemorySize);
6174:         fatGetConfiguration(SYSCONF_CacheFATRatio, &CacheFATRatio);
6175:         fatGetConfiguration(SYSCONF_CacheRootMemorySize, &CacheRootMemorySize);
6176:         fatGetConfiguration(SYSCONF_CacheRootRatio, &CacheRootRatio);
6177:         fatGetConfiguration(SYSCONF_CacheDataMemorySize, &CacheDataMemorySize);
6178:         fatGetConfiguration(SYSCONF_CacheDataRatio, &CacheDataRatio);
6179:         fatGetConfiguration(SYSCONF_LastAccess, &LastAccess);
6180: