Searched refs:STA_NOINIT (Results 1 – 4 of 4) sorted by relevance
52 return STA_NOINIT; in disk_status()90 return STA_NOINIT; in disk_initialize()
38 #define STA_NOINIT 0x01 /* Drive not initialized */ macro
3245 if (!(stat & STA_NOINIT)) { /* and the physical drive is kept initialized */3259 if (stat & STA_NOINIT) { /* Check if the initialization succeeded */3466 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…3475 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…5565 if (stat & STA_NOINIT) return FR_NOT_READY;6016 if (stat & STA_NOINIT) return FR_NOT_READY;
26 return STA_NOINIT; in ff_sdmmc_card_available()