Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c86 #define RST_REASON_MASK 0x7FFF macro
92 assert((hint & (~RST_REASON_MASK)) == 0); 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()
102 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c75 #define RST_REASON_MASK 0x7FFF macro
81 assert((hint & (~RST_REASON_MASK)) == 0); 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()
91 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c88 #define RST_REASON_MASK 0x7FFF macro
94 assert((hint & (~RST_REASON_MASK)) == 0); 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()
104 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c85 #define RST_REASON_MASK 0x7FFF macro
91 assert((hint & (~RST_REASON_MASK)) == 0); 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()
101 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c83 #define RST_REASON_MASK 0x7FFF macro
89 assert((hint & (~RST_REASON_MASK)) == 0); 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()
99 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c98 #define RST_REASON_MASK 0x7FFF macro
104 assert((hint & (~RST_REASON_MASK)) == 0); 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()
114 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c98 #define RST_REASON_MASK 0x7FFF macro
104 assert((hint & (~RST_REASON_MASK)) == 0); 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()
114 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()