Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5810 …static const WORD cst32[] = {1, 2, 4, 8, 16, 32, 0}; /* Cluster size boundary for FAT32 volume (12… local
6107 for (i = 0, pau = 1; cst32[i] && cst32[i] <= n; i++, pau <<= 1) ; /* Get from table */