ESP-IDF
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR macro
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:207
#define
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
block
,
entry
)
\
(
SPIFFS_BLOCK_TO_PADDR
(
fs
,
block
)
+
(
SPIFFS_OBJ_LOOKUP_PAGES
(
fs
)
+
entry
)
*
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
)
Arguments
Argument
fs
block
entry
Examples
References
from
examples
Code
Location
#define
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
block
,
entry
)
\
spiffs_nucleus.h:207
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
bix
,
entry
)
,
sizeof
(
spiffs_page_header
)
,
(
u8_t
*
)
ph
)
;
spiffs_nucleus.c:780
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
bix
,
entry
)
+
sizeof
(
spiffs_page_header
)
+
page_offs
,
len
,
data
)
;
spiffs_nucleus.c:786
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
bix
,
entry
)
+
offsetof
(
spiffs_page_header
,
flags
)
,
spiffs_nucleus.c:794
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
bix
,
entry
)
,
sizeof
(
spiffs_page_object_ix_header
)
,
(
u8_t
*
)
&
oix_hdr
)
;
spiffs_nucleus.c:971
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PADDR
(
fs
,
bix
,
ix_entry
)
,
sizeof
(
spiffs_page_object_ix_header
)
,
(
u8_t
*
)
&
objix_hdr
)
;
spiffs_nucleus.c:2120
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