FatFs
_FDID
is only used within FatFs.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FatFs
_FDID
_FDID struct
Syntax
Show:
Summary
Declaration
from
ff.h:132
typedef
struct
{
FATFS
*
fs
;
WORD
id
;
BYTE
attr
;
BYTE
stat
;
DWORD
sclust
;
FSIZE_t
objsize
;
#if
_FS_EXFAT
DWORD
n_cont
;
DWORD
n_frag
;
DWORD
c_scl
;
DWORD
c_size
;
DWORD
c_ofs
;
#endif
#if
_FS_LOCK
!=
0
UINT
lockid
;
#endif
}
_FDID
;
Fields
Field
Declared as
_FDID::fs
FATFS
*
_FDID::id
WORD
_FDID::attr
BYTE
_FDID::stat
BYTE
_FDID::sclust
DWORD
_FDID::objsize
FSIZE_t
_FDID::lockid
UINT
Related Functions
Found 4 other functions taking a
_FDID
argument:
Function
get_fat()
validate()
create_chain()
remove_chain()
Examples
References
from
examples
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