FatFS
STA_NOINIT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
STA_NOINIT
STA_NOINIT macro
Syntax
Show:
Summary
Declaration
from
diskio.h:40
#define
STA_NOINIT
0x01
Examples
References
from
examples
Code
Location
#define
STA_NOINIT
0x01
/* Drive not initialized */
diskio.h:40
status
|=
STA_NOINIT
|
STA_NODISK
;
diskio_rawflash.c:68
return
STA_NOINIT
;
diskio_sdmmc.c:27
if
(
!
(
stat
&
STA_NOINIT
)
)
{
/* and the physical drive is kept initialized */
ff.c:3421
if
(
stat
&
STA_NOINIT
)
{
/* Check if the initialization succeeded */
ff.c:3434
if
(
!
(
disk_status
(
obj
->
fs
->
pdrv
)
&
STA_NOINIT
)
)
{
/* Test if the hosting phsical drive is kept initialized */
ff.c:3633
if
(
ds
&
STA_NOINIT
)
return
FR_NOT_READY
;
ff.c:5956
if
(
stat
&
STA_NOINIT
)
return
FR_NOT_READY
;
ff.c:6444
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out