ESP-IDF
esp_system_reset_modules_on_exit()
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
esp_system_reset_modules_on_exit()
esp_system_reset_modules_on_exit() function
Before the system exit (e.g. panic, brownout, restart, etc.), this function is to be called to reset all necessary peripherals.
Syntax
Show:
Summary
Declaration
Definition
from
system_internal.h:77
void
esp_system_reset_modules_on_exit
(
void
)
;
Implemented in
system_internal.c:31
Examples
References
from
examples
Code
Location
Referrer
void
IRAM_ATTR
esp_system_reset_modules_on_exit
(
void
)
system_internal.c:31
void
esp_system_reset_modules_on_exit
(
void
)
;
system_internal.h:77
esp_system_reset_modules_on_exit
(
)
;
system_internal.c:124
esp_restart_noos()
Call Tree
from
examples
esp_system_reset_modules_on_exit()
is called by 1 function and calls 3 functions:
esp_restart_noos()
All items filtered out
esp_system_reset_modules_on_exit()
uart_ll_is_enabled()
esp_dport_access_reg_read()
esp_rom_output_tx_wait_idle()
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