Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Drtc.h100 } RESET_REASON; typedef
162 RESET_REASON rtc_get_reset_reason(int cpu_no);
220 void rtc_boot_control(uint32_t * entry_addr, RESET_REASON reset_reason);
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Drtc.h98 } RESET_REASON; typedef
166 RESET_REASON rtc_get_reset_reason(int cpu_no);
224 void rtc_boot_control(uint32_t *entry_addr, RESET_REASON reset_reason);
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Drtc.h105 } RESET_REASON; typedef
172 RESET_REASON rtc_get_reset_reason(int cpu_no);
230 void rtc_boot_control(uint32_t *entry_addr, RESET_REASON reset_reason);
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Drtc.h100 } RESET_REASON; typedef
170 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Drtc.h92 } RESET_REASON; typedef
159 RESET_REASON rtc_get_reset_reason(int cpu_no);
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_common.c210 RESET_REASON bootloader_common_get_reset_reason(int cpu_no) in bootloader_common_get_reset_reason()
212 return (RESET_REASON)esp_rom_get_reset_reason(cpu_no); in bootloader_common_get_reset_reason()
/hal_espressif-3.6.0/components/bootloader_support/include/
Dbootloader_common.h210 RESET_REASON bootloader_common_get_reset_reason(int cpu_no);