ESP-IDF
s_dslp_phy_cb
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
s_dslp_phy_cb
s_dslp_phy_cb variable
Syntax
Show:
Summary
Declaration
from
sleep_modes.c:220
static
esp_deep_sleep_cb_t
s_dslp_phy_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_deep_sleep_cb_t
s_dslp_phy_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
sleep_modes.c:220
return
s_sleep_hook_register
(
new_dslp_cb
,
s_dslp_phy_cb
)
;
sleep_modes.c:475
esp_deep_sleep_register_phy_hook()
s_sleep_hook_deregister
(
old_dslp_cb
,
s_dslp_phy_cb
)
;
sleep_modes.c:480
esp_deep_sleep_deregister_phy_hook()
if
(
s_dslp_phy_cb
[
n
]
!=
NULL
)
{
sleep_modes.c:486
s_do_deep_sleep_phy_callback()
s_dslp_phy_cb
[
n
]
(
)
;
sleep_modes.c:487
s_do_deep_sleep_phy_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_dslp_phy_cb
is read by 3 functions:
All items filtered out
s_dslp_phy_cb
esp_deep_sleep_register_phy_hook()
esp_deep_sleep_deregister_phy_hook()
s_do_deep_sleep_phy_callback()
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