FatFS
N_SEC_TRACK
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
N_SEC_TRACK
N_SEC_TRACK macro
Syntax
Show:
Summary
Declaration
from
ff.c:5773
#define
N_SEC_TRACK
63
Examples
References
from
examples
Code
Location
#define
N_SEC_TRACK
63
/* Sectors per track for determination of drive CHS */
ff.c:5773
n_sc
=
N_SEC_TRACK
;
/* Determine drive CHS without any consideration of the drive geometry */
ff.c:5881
if
(
sz_vol
>
N_SEC_TRACK
)
{
ff.c:6034
b_vol
=
N_SEC_TRACK
;
sz_vol
-=
b_vol
;
/* Estimated partition offset and size */
ff.c:6035
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