Home
last modified time | relevance | path

Searched refs:RESET_REASON (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Drtc.h94 } RESET_REASON; typedef
158 RESET_REASON rtc_get_reset_reason(int cpu_no);
206 void rtc_boot_control(uint32_t * entry_addr, RESET_REASON reset_reason);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Drtc.h98 } RESET_REASON; typedef
165 RESET_REASON rtc_get_reset_reason(int cpu_no);
213 void rtc_boot_control(uint32_t *entry_addr, RESET_REASON reset_reason);
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Drtc.h93 } RESET_REASON; typedef
163 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Drtc.h100 } RESET_REASON; typedef
159 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Drtc.h98 } RESET_REASON; typedef
165 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Drtc.h97 } RESET_REASON; typedef
164 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Drtc.h93 } RESET_REASON; typedef
160 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst247 …e hex value and each reason can be found in the `ESP-IDF source under RESET_REASON enum <https://g…