Home
last modified time | relevance | path

Searched refs:RESET_REASON_CHIP_POWER_ON (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/include/linux/soc/
Dreset_reasons.h26 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dreset_reasons.h30 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dreset_reasons.h38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dreset_reasons.h30 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dreset_reasons.h31 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dreset_reasons.h31 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dreset_reasons.h38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dreset_reasons.h38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
Dclk.c68 if (rst_reas == RESET_REASON_CHIP_POWER_ON) { in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
Dclk.c63 if (rst_reas == RESET_REASON_CHIP_POWER_ON in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Drtc.h96 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Drtc.h103 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Drtc.h97 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Drtc.h101 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Drtc.h100 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Drtc.h96 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Drtc.h101 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
/hal_espressif-latest/components/esp_rom/linux/
Desp_rom_sys.c287 return RESET_REASON_CHIP_POWER_ON; in esp_rom_get_reset_reason()

12