Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c61 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
90 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c56 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
79 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c63 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
92 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c73 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
102 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c73 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
102 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c60 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
89 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c60 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local
87 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()
/hal_espressif-latest/components/esp_system/
Dpanic.c474 void IRAM_ATTR __attribute__((weak)) esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint()