Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h259 FR_NOT_READY, /* (3) The physical drive cannot work */ enumerator
Dff.c3260 return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */
5565 if (stat & STA_NOINIT) return FR_NOT_READY;
6016 if (stat & STA_NOINIT) return FR_NOT_READY;
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat.c250 case FR_NOT_READY: return ENODEV; in fresult_to_errno()