ESP-IDF
shutdown_handlers
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
shutdown_handlers
shutdown_handlers variable
Syntax
Show:
Summary
Declaration
from
esp_system.c:21
static
shutdown_handler_t
shutdown_handlers
[
SHUTDOWN_HANDLERS_NO
]
;
Examples
References
from
examples
Code
Location
Referrer
static
shutdown_handler_t
shutdown_handlers
[
SHUTDOWN_HANDLERS_NO
]
;
esp_system.c:21
if
(
shutdown_handlers
[
i
]
==
handler
)
{
esp_system.c:26
esp_register_shutdown_handler()
}
else
if
(
shutdown_handlers
[
i
]
==
NULL
)
{
esp_system.c:28
esp_register_shutdown_handler()
shutdown_handlers
[
i
]
=
handler
;
esp_system.c:29
esp_register_shutdown_handler()
if
(
shutdown_handlers
[
i
]
==
handler
)
{
esp_system.c:39
esp_unregister_shutdown_handler()
shutdown_handlers
[
i
]
=
NULL
;
esp_system.c:40
esp_unregister_shutdown_handler()
if
(
shutdown_handlers
[
i
]
)
{
esp_system.c:50
esp_restart()
shutdown_handlers
[
i
]
(
)
;
esp_system.c:51
esp_restart()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
shutdown_handlers
is read by 3 functions:
All items filtered out
shutdown_handlers
esp_register_shutdown_handler()
esp_unregister_shutdown_handler()
esp_restart()
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