ESP-IDF
pending_store
is only used within ESP-IDF.
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
ESP-IDF
pending_store
pending_store variable
Syntax
Show:
Summary
Declaration
from
settings.c:71
static
struct
k_delayed_work
pending_store
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
k_delayed_work
pending_store
;
settings.c:71
remaining
=
k_delayed_work_remaining_get
(
&
pending_store
)
;
settings.c:1548
schedule_store()
k_delayed_work_submit
(
&
pending_store
,
timeout
)
;
settings.c:1557
schedule_store()
k_work_submit
(
&
pending_store
.
work
)
;
settings.c:1559
schedule_store()
k_delayed_work_init
(
&
pending_store
,
store_pending
)
;
settings.c:2684
settings_core_init()
k_delayed_work_free
(
&
pending_store
)
;
settings.c:2698
settings_core_deinit()
k_delayed_work_cancel
(
&
pending_store
)
;
settings.c:2725
bt_mesh_settings_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pending_store
is read by 1 function:
All items filtered out
pending_store
schedule_store()
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