Searched refs:FF_VOLUME_STRS (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/fatfs/include/ |
A D | ffconf.h | 137 #define FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" macro
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ffconf.h | 222 #define FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" macro
|
A D | ff.h | 68 #ifndef FF_VOLUME_STRS
|
A D | ff.c | 451 #ifdef FF_VOLUME_STRS 452 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ff.c | 2957 static const char* const volid[] = {FF_VOLUME_STRS};
|
Completed in 27 milliseconds