/hal_espressif-latest/components/esp_rom/include/linux/soc/ |
D | reset_reasons.h | 26 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | reset_reasons.h | 30 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | reset_reasons.h | 38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | reset_reasons.h | 30 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | reset_reasons.h | 31 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | reset_reasons.h | 31 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | reset_reasons.h | 38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | reset_reasons.h | 38 RESET_REASON_CHIP_POWER_ON = 0x01, // Power on reset enumerator
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
D | clk.c | 68 if (rst_reas == RESET_REASON_CHIP_POWER_ON) { in esp_rtc_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
D | clk.c | 63 if (rst_reas == RESET_REASON_CHIP_POWER_ON in esp_rtc_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 20 case RESET_REASON_CHIP_POWER_ON: in get_reset_reason()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 96 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/ |
D | rtc.h | 103 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/ |
D | rtc.h | 97 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/ |
D | rtc.h | 101 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/ |
D | rtc.h | 100 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/ |
D | rtc.h | 96 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/ |
D | rtc.h | 101 ESP_STATIC_ASSERT((soc_reset_reason_t)POWERON_RESET == RESET_REASON_CHIP_POWER_ON, "POWERON_RESET !…
|
/hal_espressif-latest/components/esp_rom/linux/ |
D | esp_rom_sys.c | 287 return RESET_REASON_CHIP_POWER_ON; in esp_rom_get_reset_reason()
|