Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c87 #define RST_REASON_SHIFT 16 macro
93 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
101 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c76 #define RST_REASON_SHIFT 16 macro
82 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
90 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c89 #define RST_REASON_SHIFT 16 macro
95 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
103 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c86 #define RST_REASON_SHIFT 16 macro
92 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
100 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c84 #define RST_REASON_SHIFT 16 macro
90 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
98 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c99 #define RST_REASON_SHIFT 16 macro
105 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
113 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c99 #define RST_REASON_SHIFT 16 macro
105 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
113 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()