ESP-IDF
MAX_DSLP_HOOKS
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
MAX_DSLP_HOOKS
MAX_DSLP_HOOKS macro
Syntax
Show:
Summary
Declaration
from
sleep_modes.c:216
#define
MAX_DSLP_HOOKS
3
Examples
References
from
examples
Code
Location
#define
MAX_DSLP_HOOKS
3
sleep_modes.c:216
static
esp_deep_sleep_cb_t
s_dslp_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
sleep_modes.c:218
static
esp_deep_sleep_cb_t
s_dslp_phy_cb
[
MAX_DSLP_HOOKS
]
=
{
0
}
;
sleep_modes.c:220
static
esp_err_t
s_sleep_hook_register
(
esp_deep_sleep_cb_t
new_cb
,
esp_deep_sleep_cb_t
s_cb_array
[
MAX_DSLP_HOOKS
]
)
sleep_modes.c:436
for
(
int
n
=
0
;
n
<
MAX_DSLP_HOOKS
;
n
++
)
{
sleep_modes.c:439
static
void
s_sleep_hook_deregister
(
esp_deep_sleep_cb_t
old_cb
,
esp_deep_sleep_cb_t
s_cb_array
[
MAX_DSLP_HOOKS
]
)
sleep_modes.c:451
for
(
int
n
=
0
;
n
<
MAX_DSLP_HOOKS
;
n
++
)
{
sleep_modes.c:454
for
(
int
n
=
0
;
n
<
MAX_DSLP_HOOKS
;
n
++
)
{
sleep_modes.c:485
for
(
int
n
=
0
;
n
<
MAX_DSLP_HOOKS
;
n
++
)
{
sleep_modes.c:663
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