Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Ddiskio.c52 return STA_NOINIT; in disk_status()
90 return STA_NOINIT; in disk_initialize()
Ddiskio.h38 #define STA_NOINIT 0x01 /* Drive not initialized */ macro
Dff.c3245 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;
/hal_espressif-3.6.0/components/fatfs/diskio/
Ddiskio_sdmmc.c26 return STA_NOINIT; in ff_sdmmc_card_available()