Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c85 #define RST_REASON_BIT 0x80000000 macro
93 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
103 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c74 #define RST_REASON_BIT 0x80000000 macro
82 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
92 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c87 #define RST_REASON_BIT 0x80000000 macro
95 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
105 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c84 #define RST_REASON_BIT 0x80000000 macro
92 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
102 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c82 #define RST_REASON_BIT 0x80000000 macro
90 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
100 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c97 #define RST_REASON_BIT 0x80000000 macro
105 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
115 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c97 #define RST_REASON_BIT 0x80000000 macro
105 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
115 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()