Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h382 FR_NOT_READY, /* (3) The physical drive cannot work */ enumerator
Dff.c2849 return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */ in mount_volume()
5654 if (ds & STA_NOINIT) return FR_NOT_READY;
6034 if (ds & STA_NOINIT) return FR_NOT_READY;
6397 if (stat & STA_NOINIT) return FR_NOT_READY;