ESP-IDF
s_dslp_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_dslp_cb
s_dslp_cb variable
Syntax
Show:
Summary
Declaration
from
sleep_modes.c:218
static
esp_deep_sleep_cb_t
s_dslp_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_deep_sleep_cb_t
s_dslp_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
sleep_modes.c:218
return
s_sleep_hook_register
(
new_dslp_cb
,
s_dslp_cb
)
;
sleep_modes.c:464
esp_deep_sleep_register_hook()
s_sleep_hook_deregister
(
old_dslp_cb
,
s_dslp_cb
)
;
sleep_modes.c:469
esp_deep_sleep_deregister_hook()
if
(
s_dslp_cb
[
n
]
!=
NULL
)
{
sleep_modes.c:664
misc_modules_sleep_prepare()
s_dslp_cb
[
n
]
(
)
;
sleep_modes.c:665
misc_modules_sleep_prepare()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_dslp_cb
is read by 3 functions:
All items filtered out
s_dslp_cb
esp_deep_sleep_register_hook()
esp_deep_sleep_deregister_hook()
misc_modules_sleep_prepare()
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