Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c143 #define BPB_BytsPerSecEx 108 /* exFAT: Log2 of sector size in unit of byte (BYTE) */ macro
3406 …if (1 << fs->win[BPB_BytsPerSecEx] != SS(fs)) { /* (BPB_BytsPerSecEx must be equal to the physical…
6070 …for (buf[BPB_BytsPerSecEx] = 0, i = ss; i >>= 1; buf[BPB_BytsPerSecEx]++) ; /* Log2 of sector size…