Searched refs:RTC_RESET_CAUSE_REG (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 94 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 100 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 110 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 83 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 89 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 99 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 96 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 102 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 112 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 93 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 99 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 109 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 91 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 97 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 107 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 106 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 112 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 122 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 106 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint() 112 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint() 122 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 65 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | rtc.h | 72 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | rtc.h | 65 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | rtc.h | 65 #define RTC_RESET_CAUSE_REG LP_AON_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | rtc.h | 64 #define RTC_RESET_CAUSE_REG LP_AON_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | rtc.h | 61 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | rtc.h | 65 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
|