Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h383 FR_NOT_READY, /* (3) The physical drive cannot work */ enumerator
Dff.c2823 return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */ in mount_volume()
5624 if (ds & STA_NOINIT) return FR_NOT_READY;
6000 if (ds & STA_NOINIT) return FR_NOT_READY;
6362 if (stat & STA_NOINIT) return FR_NOT_READY;