Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h127 #define ISVIRPART(fs) ((fs)->vir_avail == FS_VIRENABLE)
128 #define ISNORMAL(fs) ((fs)->vir_avail != FS_VIRENABLE)
602 #define FS_VIRENABLE 0x01 macro