Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c140 #define BPB_SecPerClusEx 109 /* exFAT: Log2 of cluster size in unit of sector (BYTE) */ macro
3312 fs->csize = 1 << fs->win[BPB_SecPerClusEx]; /* Cluster size */
5762 …for (buf[BPB_SecPerClusEx] = 0, i = au; i >>= 1; buf[BPB_SecPerClusEx]++) ; /* Log2 of cluster siz…