Home
last modified time | relevance | path

Searched refs:RTC_RESET_CAUSE_REG (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/components/esp_system/port/soc/esp32c3/
Dreset_reason.c102 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint()
108 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint()
118 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32s2/
Dreset_reason.c102 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint()
108 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint()
118 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32/
Dreset_reason.c108 REG_WRITE(RTC_RESET_CAUSE_REG, val); in esp_reset_reason_set_hint()
114 uint32_t reset_reason_hint = REG_READ(RTC_RESET_CAUSE_REG); in esp_reset_reason_get_hint()
124 REG_WRITE(RTC_RESET_CAUSE_REG, 0); in esp_reset_reason_clear_hint()
/hal_espressif-2.7.6/components/esp_rom/include/esp32s2/rom/
Drtc.h71 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
/hal_espressif-2.7.6/components/esp_rom/include/esp32/rom/
Drtc.h71 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro
/hal_espressif-2.7.6/components/esp_rom/include/esp32c3/rom/
Drtc.h71 #define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG macro