Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dzfs_diskio.c44 return STA_NOINIT; in disk_status()
59 return STA_NOINIT; in disk_initialize()
Ddiskio.c52 return STA_NOINIT; in disk_status()
90 return STA_NOINIT; in disk_initialize()
Dff.c3363 if (!(stat & STA_NOINIT)) { /* and the physical drive is kept initialized */
3377 if (stat & STA_NOINIT) { /* Check if the initialization succeeded */
3572 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…
3581 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…
5834 if (ds & STA_NOINIT) return FR_NOT_READY;
6314 if (stat & STA_NOINIT) return FR_NOT_READY;
/fatfs-2.7.6/include/
Ddiskio.h38 #define STA_NOINIT 0x01 /* Drive not initialized */ macro